commit: 19dbc4ca5cda62d06c59ab9c1d97e1669f54c424 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Mon Nov 4 13:48:27 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Mon Nov 4 13:53:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19dbc4ca
dev-libs/octetos-coreutils: treeclean Closes: https://bugs.gentoo.org/785331 (pkgremoved) Closes: https://bugs.gentoo.org/798906 (pkgremoved) Closes: https://bugs.gentoo.org/799041 (pkgremoved) Closes: https://bugs.gentoo.org/816102 (pkgremoved) Closes: https://bugs.gentoo.org/839615 (pkgremoved) Closes: https://bugs.gentoo.org/859679 (pkgremoved) Closes: https://bugs.gentoo.org/859682 (pkgremoved) Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> dev-libs/octetos-coreutils/Manifest | 3 -- dev-libs/octetos-coreutils/metadata.xml | 11 ------ .../octetos-coreutils-0.11.1_alpha.ebuild | 32 ----------------- .../octetos-coreutils-0.13.0_alpha.ebuild | 41 ---------------------- .../octetos-coreutils-0.17.0_alpha.ebuild | 41 ---------------------- profiles/package.mask | 1 - 6 files changed, 129 deletions(-) diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest deleted file mode 100644 index 035edb2d4..000000000 --- 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 65386cb48..000000000 --- a/dev-libs/octetos-coreutils/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Azael Reyes</name> - </maintainer> - <upstream> - <remote-id type="github">azaeldevel/octetos-coreutils</remote-id> - </upstream> -</pkgmetadata> 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 aed8a52fa..000000000 --- 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 86c6b2b64..000000000 --- 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 86c6b2b64..000000000 --- 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 83ad63f36..6b6d26564 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 <[email protected]> (2024-10-02) # Depends on <media-libs/kimageannotator-0.7, which has been dropped.
