Gentoo Archives: gentoo-commits

From: Daniel Pielmeier <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pfl/
Date: Tue, 13 Aug 2019 17:59:08
Message-Id: 1565719099.a75060415acd245e535bc3502f0aeb995a489d54.billie@gentoo
1 commit: a75060415acd245e535bc3502f0aeb995a489d54
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 17:58:19 2019 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 17:58:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7506041
7
8 app-portage/pfl: Remove old pfl-3.0.1, pfl-3.0.1-r1.
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
12
13 app-portage/pfl/pfl-3.0.1-r1.ebuild | 48 -------------------------------------
14 app-portage/pfl/pfl-3.0.1.ebuild | 44 ----------------------------------
15 2 files changed, 92 deletions(-)
16
17 diff --git a/app-portage/pfl/pfl-3.0.1-r1.ebuild b/app-portage/pfl/pfl-3.0.1-r1.ebuild
18 deleted file mode 100644
19 index e766bbbfde0..00000000000
20 --- a/app-portage/pfl/pfl-3.0.1-r1.ebuild
21 +++ /dev/null
22 @@ -1,48 +0,0 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -PYTHON_COMPAT=( python3_{5,6} )
29 -PYTHON_REQ_USE="xml"
30 -
31 -inherit distutils-r1
32 -
33 -DESCRIPTION="Searchable online file/package database for Gentoo"
34 -HOMEPAGE="http://www.portagefilelist.de"
35 -SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.bz2"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
40 -IUSE="+network-cron"
41 -
42 -DEPEND=""
43 -RDEPEND="
44 - ${DEPEND}
45 - net-misc/curl
46 - sys-apps/portage[${PYTHON_USEDEP}]
47 - >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
48 -"
49 -
50 -PATCHES=(
51 - "${FILESDIR}/e-file-function.patch"
52 -)
53 -
54 -python_install_all() {
55 - if use network-cron ; then
56 - exeinto /etc/cron.weekly
57 - doexe cron/pfl
58 - fi
59 -
60 - keepdir /var/lib/${PN}
61 - distutils-r1_python_install_all
62 -}
63 -
64 -pkg_postinst() {
65 - if [[ ! -e "${EROOT}/var/lib/${PN}/pfl.info" ]]; then
66 - touch "${EROOT}/var/lib/${PN}/pfl.info" || die
67 - fi
68 - chown -R portage:portage "${EROOT}/var/lib/${PN}" || die
69 - chmod 775 "${EROOT}/var/lib/${PN}" || die
70 -}
71
72 diff --git a/app-portage/pfl/pfl-3.0.1.ebuild b/app-portage/pfl/pfl-3.0.1.ebuild
73 deleted file mode 100644
74 index 9e577b97b8c..00000000000
75 --- a/app-portage/pfl/pfl-3.0.1.ebuild
76 +++ /dev/null
77 @@ -1,44 +0,0 @@
78 -# Copyright 1999-2019 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=7
82 -
83 -PYTHON_COMPAT=( python3_{5,6} )
84 -PYTHON_REQ_USE="xml"
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="Searchable online file/package database for Gentoo"
89 -HOMEPAGE="http://www.portagefilelist.de"
90 -SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.bz2"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
95 -IUSE="+network-cron"
96 -
97 -DEPEND=""
98 -RDEPEND="
99 - ${DEPEND}
100 - net-misc/curl
101 - sys-apps/portage[${PYTHON_USEDEP}]
102 - >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
103 -"
104 -
105 -python_install_all() {
106 - if use network-cron ; then
107 - exeinto /etc/cron.weekly
108 - doexe cron/pfl
109 - fi
110 -
111 - keepdir /var/lib/${PN}
112 - distutils-r1_python_install_all
113 -}
114 -
115 -pkg_postinst() {
116 - if [[ ! -e "${EROOT}/var/lib/${PN}/pfl.info" ]]; then
117 - touch "${EROOT}/var/lib/${PN}/pfl.info" || die
118 - fi
119 - chown -R portage:portage "${EROOT}/var/lib/${PN}" || die
120 - chmod 775 "${EROOT}/var/lib/${PN}" || die
121 -}