diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-24 22:17:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-24 22:17:42 +0100 |
commit | c8700535914aef4dd51bab15666cddde012b1bff (patch) | |
tree | eab095e61024fd6647079253ffb1ef0b9ee66902 /app-portage | |
parent | www-plugins/chrome-binary-plugins: automated update (100.0.4896.56_beta) (diff) | |
download | gentoo-c8700535914aef4dd51bab15666cddde012b1bff.tar.gz gentoo-c8700535914aef4dd51bab15666cddde012b1bff.tar.bz2 gentoo-c8700535914aef4dd51bab15666cddde012b1bff.zip |
app-portage/gentoopm: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoopm/Manifest | 1 | ||||
-rw-r--r-- | app-portage/gentoopm/gentoopm-0.3.3.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest index dde6c0d3e50f..974d1511a2fe 100644 --- a/app-portage/gentoopm/Manifest +++ b/app-portage/gentoopm/Manifest @@ -1,2 +1 @@ -DIST gentoopm-0.3.3.tar.gz 38624 BLAKE2B 018be741c6970b17525e56d5acdb23e15c8f78016fddda50ef329ea65b84e085a928e1e5e95c69757530c067c28aa578e9c56b8bd7546d7249a75e9c3cc3b57f SHA512 91ea07035b25bdccd8072c5691690ae0b40b6220a2ea29e4b051aeb8455f200e94569036af42ff2f5d7714344d332e5d71e3ff8dfde811f2aa6b6c1b3a895b21 DIST gentoopm-0.4.tar.gz 39123 BLAKE2B c8ea81e2d1aa09d3aa838ccb2a1d221e29ba6cf20c5539435a36da058733ee6814864f11a5a96742b371c6d0f2e1ffa269edf197cd30cf4bc7d517f9fa6623cc SHA512 7af0d4d8b3562b009d8897b70b8621d2004e22a16006ec84144544174724757b39e09cbde98ee876adc166947a58e4afa85f752c66d4dbb03ff1d3a52074720f diff --git a/app-portage/gentoopm/gentoopm-0.3.3.ebuild b/app-portage/gentoopm/gentoopm-0.3.3.ebuild deleted file mode 100644 index 7cfa28e7b892..000000000000 --- a/app-portage/gentoopm/gentoopm-0.3.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="A common interface to Gentoo package managers" -HOMEPAGE="https://github.com/mgorny/gentoopm/" -SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~mips ~sparc x86 ~x64-macos" -IUSE="" - -RDEPEND=" - || ( - >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}] - >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )" -PDEPEND="app-eselect/eselect-package-manager" - -python_test() { - esetup.py test -} |