Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
Date: Wed, 28 Apr 2021 08:16:41
Message-Id: 1619597786.ab153591458206e0944d29e9276dae9223631334.mgorny@gentoo
1 commit: ab153591458206e0944d29e9276dae9223631334
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 07:32:03 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 08:16:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab153591
7
8 app-portage/gentoopm: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gentoopm/Manifest | 1 -
13 app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild | 29 ---------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
17 index 4900dd6102c..f3c236ab726 100644
18 --- a/app-portage/gentoopm/Manifest
19 +++ b/app-portage/gentoopm/Manifest
20 @@ -1,2 +1 @@
21 -DIST gentoopm-0.3.2.tar.gz 38430 BLAKE2B df8536b384cdad754894d65b605ab688cedc09430bcc3cd0821ed1ae9a93d0cb5e7b076715edf6eaed6bbf5ffc9088fb14d8bd5a04c3809c38ce05c6ed106bb9 SHA512 d99034af2efada3647117c75d5602bc5878a8f0e79d1c6b502fdb0fa272f7b9148afbbe4d379a2957a7db6694b4001158e2dfce8e3a4f97692e20a803417f571
22 DIST gentoopm-0.3.3.tar.gz 38624 BLAKE2B 018be741c6970b17525e56d5acdb23e15c8f78016fddda50ef329ea65b84e085a928e1e5e95c69757530c067c28aa578e9c56b8bd7546d7249a75e9c3cc3b57f SHA512 91ea07035b25bdccd8072c5691690ae0b40b6220a2ea29e4b051aeb8455f200e94569036af42ff2f5d7714344d332e5d71e3ff8dfde811f2aa6b6c1b3a895b21
23
24 diff --git a/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild b/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild
25 deleted file mode 100644
26 index b91aa32ecd3..00000000000
27 --- a/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DISTUTILS_USE_SETUPTOOLS=no
36 -PYTHON_COMPAT=( python3_{8..9} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A common interface to Gentoo package managers"
41 -HOMEPAGE="https://github.com/mgorny/gentoopm/"
42 -SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 arm arm64 ~mips x86"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - || (
51 - >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
52 - >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )
53 - !!>=sys-apps/pkgcore-0.11.8"
54 -PDEPEND="app-eselect/eselect-package-manager"
55 -
56 -python_test() {
57 - esetup.py test
58 -}