repo/gentoo:master commit in: sys-apps/pkgcore/

"Arthur Zamarin" <[email protected]>
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1786089085.a66b7bbd614e8049cd421ebdc52a740d46d16ec0.arthurzam@gentoo>
commit:     a66b7bbd614e8049cd421ebdc52a740d46d16ec0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  7 07:50:39 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  7 07:51:25 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66b7bbd

sys-apps/pkgcore: drop 0.12.32, 0.12.35, 0.12.36

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-apps/pkgcore/Manifest               |  3 --
 sys-apps/pkgcore/pkgcore-0.12.32.ebuild | 48 --------------------------------
 sys-apps/pkgcore/pkgcore-0.12.35.ebuild | 49 ---------------------------------
 sys-apps/pkgcore/pkgcore-0.12.36.ebuild | 49 ---------------------------------
 4 files changed, 149 deletions(-)

diff --git a/sys-apps/pkgcore/Manifest b/sys-apps/pkgcore/Manifest
index 3a02df7cffcb..995441f1750b 100644
--- a/sys-apps/pkgcore/Manifest
+++ b/sys-apps/pkgcore/Manifest
@@ -1,5 +1,2 @@
-DIST pkgcore-0.12.32.tar.gz 585834 BLAKE2B 005864930c21604097ba6b663753e8827fad7d956017d55f41f1861b4bf8b2ea7abae557ae5af69b20af756638924325a91916939d05b49967c8e82544b52296 SHA512 7342790d29652e98efd6bd0925450a5355ba4716489ab6d5452574519586dccc57898313802e7da09e8f914f8e29e1b6e872664185072ef71b96aec884dea71b
-DIST pkgcore-0.12.35.tar.gz 597676 BLAKE2B dd28c6a51544b5ddc5de0494e6c70d9d58a19d34904cea3004304dfd32183af97163dd1bed2ec6846015785894e2d55cfec63b5bb69057ff0619add653bb649f SHA512 c0912375c162b136b337808bf1391f6a637919dafac6a31dfcb3c70b4360b150e5c6edd2c85b72870d7809e7560fb9914ca76d9f1224df6acc220a87514f27a3
-DIST pkgcore-0.12.36.tar.gz 598774 BLAKE2B 0de5bc813128f467d2e76bd95a7015f34e39988c1e3938002f851151a0008b942a260e6962fad220dfd906b303a3dc36e239b6ce489706a2b7e8920e2807e64a SHA512 b1e832152f62683f25b27118327c67f3c2505ebd2d05d7a5b9c8ac67ef7d7ff84f0c063833d8ae3863eb49401c92f885b4929bc6886e202e70181ea5dd4b5f06
 DIST pkgcore-0.12.37-fix-empty-depset.patch 4349 BLAKE2B abee753e497e45197faeb2fa7da269c4be905df84db9f47019b4f6fbdfdcd3dd3c3209f1bd6b53221262ced4e1a038d583e58a41a4cbed3624e303e5362dbb01 SHA512 f4cfb7146002ae245cde7797dec727190727f7530f8cb809eb503b18c39799b339ba2b5b1d529c9a14d837e5b60236c42074798656cc603654b67f862b05fdb0
 DIST pkgcore-0.12.37.tar.gz 601731 BLAKE2B b4320a9e6e4bf6e7e3185f0e7f906fe53846e0d6d4a97ede3c53fdf26493b27a4f42c10c6ced438e381b7cedc4289c2bbf87e5f2905b829f331f6f3be681dc64 SHA512 30d6f6600cf68aede6963fd0c170842fb834b183b4225e5357b3d2e79a2d49957f67b667798e7dfb08b0d73a34380bd2a34a76ad52810849cc8b748731fb58e2

diff --git a/sys-apps/pkgcore/pkgcore-0.12.32.ebuild b/sys-apps/pkgcore/pkgcore-0.12.32.ebuild
deleted file mode 100644
index 0ae68ba797d7..000000000000
--- a/sys-apps/pkgcore/pkgcore-0.12.32.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{11..14} )
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgcore.git
-		https://github.com/pkgcore/pkgcore.git"
-	inherit git-r3
-else
-	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
-	inherit pypi
-fi
-
-DESCRIPTION="a framework for package management"
-HOMEPAGE="https://github.com/pkgcore/pkgcore"
-
-LICENSE="BSD MIT"
-SLOT="0"
-
-if [[ ${PV} == *9999 ]]; then
-	RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
-else
-	RDEPEND=">=dev-python/snakeoil-0.11.0[${PYTHON_USEDEP}]"
-fi
-
-RDEPEND+="
-	>=app-shells/bash-5.3[readline]
-	dev-python/lxml[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-	>=dev-python/flit-core-3.8[${PYTHON_USEDEP}]
-	test? (
-		dev-vcs/git
-	)
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-	local DOCS=( NEWS.rst )
-	[[ ${PV} == *9999 ]] || doman build/sphinx/man/*
-	distutils-r1_python_install_all
-}

diff --git a/sys-apps/pkgcore/pkgcore-0.12.35.ebuild b/sys-apps/pkgcore/pkgcore-0.12.35.ebuild
deleted file mode 100644
index abbe7cb25d55..000000000000
--- a/sys-apps/pkgcore/pkgcore-0.12.35.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{12..15} )
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgcore.git
-		https://github.com/pkgcore/pkgcore.git"
-	inherit git-r3
-else
-	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
-	inherit pypi
-fi
-
-DESCRIPTION="a framework for package management"
-HOMEPAGE="https://github.com/pkgcore/pkgcore"
-
-LICENSE="BSD MIT"
-SLOT="0"
-
-if [[ ${PV} == *9999 ]]; then
-	RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
-else
-	RDEPEND=">=dev-python/snakeoil-0.11.1[${PYTHON_USEDEP}]"
-fi
-
-RDEPEND+="
-	>=app-shells/bash-5.3[readline]
-	dev-python/lxml[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-	>=dev-python/flit-core-3.8[${PYTHON_USEDEP}]
-	test? (
-		dev-vcs/git
-	)
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-python_install_all() {
-	local DOCS=( NEWS.rst )
-	[[ ${PV} == *9999 ]] || doman build/sphinx/man/*
-	distutils-r1_python_install_all
-}

diff --git a/sys-apps/pkgcore/pkgcore-0.12.36.ebuild b/sys-apps/pkgcore/pkgcore-0.12.36.ebuild
deleted file mode 100644
index f720fa30cd6f..000000000000
--- a/sys-apps/pkgcore/pkgcore-0.12.36.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{12..15} )
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgcore.git
-		https://github.com/pkgcore/pkgcore.git"
-	inherit git-r3
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-	inherit pypi
-fi
-
-DESCRIPTION="a framework for package management"
-HOMEPAGE="https://github.com/pkgcore/pkgcore"
-
-LICENSE="BSD MIT"
-SLOT="0"
-
-if [[ ${PV} == *9999 ]]; then
-	RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
-else
-	RDEPEND=">=dev-python/snakeoil-0.11.2[${PYTHON_USEDEP}]"
-fi
-
-RDEPEND+="
-	>=app-shells/bash-5.3[readline]
-	dev-python/lxml[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-	>=dev-python/flit-core-3.8[${PYTHON_USEDEP}]
-	test? (
-		dev-vcs/git
-	)
-"
-
-EPYTEST_PLUGINS=( pkgcore )
-distutils_enable_tests pytest
-
-python_install_all() {
-	local DOCS=( NEWS.rst )
-	[[ ${PV} == *9999 ]] || doman build/sphinx/man/*
-	distutils-r1_python_install_all
-}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.