Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/
Date: Sun, 16 May 2021 15:30:29
Message-Id: 1621178965.c94175d2889eb25e7bb2e843638c1aa3d53125f5.Alessandro-Barbieri@gentoo
1 commit: c94175d2889eb25e7bb2e843638c1aa3d53125f5
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 16 15:29:25 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 16 15:29:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c94175d2
7
8 app-portage/portconf: drop 9999
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 app-portage/portconf/portconf-9999.ebuild | 35 -------------------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/app-portage/portconf/portconf-9999.ebuild b/app-portage/portconf/portconf-9999.ebuild
16 deleted file mode 100644
17 index e9ab12847..000000000
18 --- a/app-portage/portconf/portconf-9999.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="7"
25 -
26 -inherit git-r3
27 -
28 -DESCRIPTION="/etc/portage cleaner"
29 -HOMEPAGE="https://github.com/megabaks/portconf"
30 -EGIT_REPO_URI="https://github.com/megabaks/${PN}.git"
31 -
32 -LICENSE="GPL-3+"
33 -SLOT="0"
34 -KEYWORDS=""
35 -
36 -IUSE=""
37 -
38 -DEPEND="
39 - app-shells/bash:=
40 - sys-apps/portage
41 -"
42 -RDEPEND="${DEPEND}
43 - app-portage/eix
44 - app-portage/portage-utils
45 - sys-apps/gawk
46 - || ( app-text/agrep dev-libs/tre )
47 -"
48 -
49 -src_install() {
50 - default
51 -
52 - dobin portconf
53 - insinto /etc
54 - newins portconf.conf portconf.conf
55 -}