Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pydf/
Date: Mon, 07 Jun 2021 07:17:37
Message-Id: 1623050247.c7b4274d92248a4e634027497a90b23cb1632581.monsieurp@gentoo
1 commit: c7b4274d92248a4e634027497a90b23cb1632581
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 7 07:17:09 2021 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 7 07:17:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b4274d
7
8 app-admin/pydf: drop 12-r1
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11
12 app-admin/pydf/pydf-12-r1.ebuild | 34 ----------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/app-admin/pydf/pydf-12-r1.ebuild b/app-admin/pydf/pydf-12-r1.ebuild
16 deleted file mode 100644
17 index 6ece6eed035..00000000000
18 --- a/app-admin/pydf/pydf-12-r1.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python3_{7,8} )
27 -
28 -inherit python-r1
29 -
30 -DESCRIPTION="Enhanced df with colors"
31 -HOMEPAGE="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/"
32 -SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/${PN}_${PV}.tar.gz"
33 -
34 -LICENSE="public-domain"
35 -SLOT="0"
36 -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
37 -
38 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
39 -
40 -DEPEND="${PYTHON_DEPS}"
41 -RDEPEND="${DEPEND}"
42 -
43 -src_prepare() {
44 - default
45 - sed -i -e "s:/etc/pydfrc:${EPREFIX}/etc/pydfrc:" "${PN}" || die
46 -}
47 -
48 -src_install() {
49 - python_foreach_impl python_doscript "${PN}"
50 - insinto /etc
51 - doins "${PN}rc"
52 - doman "${PN}.1"
53 - einstalldocs
54 -}