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: Thu, 07 Jan 2021 23:19:39
Message-Id: 1610060985.9b88721ed6a85c3b01c92dfd057d67f815b89e7e.mgorny@gentoo
1 commit: 9b88721ed6a85c3b01c92dfd057d67f815b89e7e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 21:07:21 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 23:09:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b88721e
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.1.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
17 index 1a8ecab591d..b9eac26a9df 100644
18 --- a/app-portage/gentoopm/Manifest
19 +++ b/app-portage/gentoopm/Manifest
20 @@ -1,2 +1 @@
21 -DIST gentoopm-0.3.1.tar.gz 37897 BLAKE2B dd5499787bcc5c46ae3b559f3af4a5af5b4ca81a312e926149c587cac0391c51dbe61ac42d2bc19eb83cedc168486e9c30ddd6fbf4ae10ffd9719aefa2f54cd3 SHA512 e1a3a7929ae83d813dd0b03f0548f033e8e51b766aaddb653027398fb618819de6237e2ba1c0542defc9d62e71e8495aa10152cbc47a4e521f7cbaeda3ea4354
22 DIST gentoopm-0.3.2.tar.gz 38430 BLAKE2B df8536b384cdad754894d65b605ab688cedc09430bcc3cd0821ed1ae9a93d0cb5e7b076715edf6eaed6bbf5ffc9088fb14d8bd5a04c3809c38ce05c6ed106bb9 SHA512 d99034af2efada3647117c75d5602bc5878a8f0e79d1c6b502fdb0fa272f7b9148afbbe4d379a2957a7db6694b4001158e2dfce8e3a4f97692e20a803417f571
23
24 diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
25 deleted file mode 100644
26 index b4fdefc2f9f..00000000000
27 --- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DISTUTILS_USE_SETUPTOOLS=no
36 -PYTHON_COMPAT=( python3_{6..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 ~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 -PDEPEND="app-eselect/eselect-package-manager"
54 -
55 -python_test() {
56 - esetup.py test
57 -}