diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest deleted file mode 100644 index 035edb2d41..0000000000 --- a/dev-libs/octetos-coreutils/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST octetos-coreutils-0.11.1_alpha.tar.gz 31386 BLAKE2B 1a5367617f7b5ce8a3138ec4bb89a3417277a40a55811b57819a6d4f16bef1fc1821880bfe33bc6a34c26df434066a8bdd8e467685e7038e2a3896443d75947e SHA512 7fae5359ee39135496dcd777d4750c8b5c5175b318ef066b0d94fae6f48af75a731a56e0d4f9d3b4669910b9cfa7aed7f26d67085bc2f60237dabc5eedf75325 -DIST octetos-coreutils-0.13.0_alpha.tar.gz 32902 BLAKE2B 3d063d8354b81cc3eb71d7f7a4cd3ef85ce3fb10e469c32a8117c5d76aa090ca1b0a9bdd2eab21ffdf9b44e1ac0893cf9332ce78ebb6ee63c44d5f6755dfbda4 SHA512 faf3391254f550c765e733b5977a53340de718e07614fa7b2ac044c301da26312d278d60042e5636141f8951fac3beaaec84cd6f8b1f7140f8cf920e1c4b31e2 -DIST octetos-coreutils-0.17.0_alpha.tar.gz 33027 BLAKE2B e991be57ebbd8efeec6493e06e890446dbcbd30c4e2f7d85c9addcae5ca700867a7e3f60725fc847bbe5acae14f0ac75c84f4c25c89464a38233b65a3cf49a35 SHA512 59318a60aae00f76d91d7c80b40bef7216715d6761f3dd1f0969ddb477b089e4290f25eb28a18ae0b9db4cdf0d19facbf9b6c0edcd6b8fc07e71f5cf9f222142 diff --git a/dev-libs/octetos-coreutils/metadata.xml b/dev-libs/octetos-coreutils/metadata.xml deleted file mode 100644 index 65386cb487..0000000000 --- a/dev-libs/octetos-coreutils/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - azael.devel@gmail.com - Azael Reyes - - - azaeldevel/octetos-coreutils - - diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.11.1_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.11.1_alpha.ebuild deleted file mode 100644 index aed8a52fab..0000000000 --- a/dev-libs/octetos-coreutils/octetos-coreutils-0.11.1_alpha.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MYPV="${PV/_alpha/-alpha}" -MYP="${PN}-${MYPV}" - -DESCRIPTION="Similar to coreutils but is a C++ API." -HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils" -SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/${MYP}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="dev-libs/octetos-core" -RDEPEND="${DEPEND}" -BDEPEND="dev-util/cunit" - -src_prepare() { - default - eautoreconf -fi -} - -src_configure() { - econf -} diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild deleted file mode 100644 index 86c6b2b647..0000000000 --- a/dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MYPV="${PV/_alpha/-alpha}" -MYP="${PN}-${MYPV}" - -DESCRIPTION="Similar to coreutils but is a C++ API." -HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/azaeldevel/octetos-coreutils.git" -else - SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz" -fi - -S="${WORKDIR}/${MYP}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="dev-libs/octetos-core" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-libs/check - dev-util/cunit -" - -src_prepare() { - default - eautoreconf -fi -} - -src_configure() { - econf -} diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.17.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.17.0_alpha.ebuild deleted file mode 100644 index 86c6b2b647..0000000000 --- a/dev-libs/octetos-coreutils/octetos-coreutils-0.17.0_alpha.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MYPV="${PV/_alpha/-alpha}" -MYP="${PN}-${MYPV}" - -DESCRIPTION="Similar to coreutils but is a C++ API." -HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/azaeldevel/octetos-coreutils.git" -else - SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz" -fi - -S="${WORKDIR}/${MYP}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="dev-libs/octetos-core" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-libs/check - dev-util/cunit -" - -src_prepare() { - default - eautoreconf -fi -} - -src_configure() { - econf -} diff --git a/profiles/package.mask b/profiles/package.mask index 83ad63f363..6b6d265643 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -82,7 +82,6 @@ kde-misc/plasma5-wallpapers-dynamic # Unmaintained in guru and it doesn't build anymore. # Removal on 2024-11-04. Bug #932265. dev-libs/octetos-core -dev-libs/octetos-coreutils # Takuya Wakazono (2024-10-02) # Depends on