summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2019-03-08 21:08:11 +0100
committerDaniel Pielmeier <billie@gentoo.org>2019-03-08 21:08:38 +0100
commitd7b4f279532547c444f376a70b17ebd9fae391b2 (patch)
treebb28c98d4d4eafee24ca44fa4fefdff909e179ef
parentmedia-libs/gd: stable 2.2.5-r2 for sparc, bug #679702 (diff)
downloadgentoo-d7b4f279532547c444f376a70b17ebd9fae391b2.tar.gz
gentoo-d7b4f279532547c444f376a70b17ebd9fae391b2.tar.bz2
gentoo-d7b4f279532547c444f376a70b17ebd9fae391b2.zip
app-portage/pfl: Remove old pfl-2.4-r5.
Signed-off-by: Daniel Pielmeier <billie@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--app-portage/pfl/Manifest1
-rw-r--r--app-portage/pfl/files/e-file-20110906-http-response.patch11
-rw-r--r--app-portage/pfl/files/e-file-20110906-portageq.patch44
-rw-r--r--app-portage/pfl/files/pfl-2.4-reponame.patch11
-rw-r--r--app-portage/pfl/pfl-2.4-r5.ebuild50
5 files changed, 0 insertions, 117 deletions
diff --git a/app-portage/pfl/Manifest b/app-portage/pfl/Manifest
index 4189a02bf65f..48532ac50b60 100644
--- a/app-portage/pfl/Manifest
+++ b/app-portage/pfl/Manifest
@@ -1,2 +1 @@
-DIST pfl-2.4.tar.bz2 6274 BLAKE2B 7cf72dc4b9182b3ea43fb1661330debeb79afdaaab8a519dc2f8f0a048f5f7e66ee2466a44b4683f36eebae248f6df407d0d0fc3914f3a8eb427bc2af0692bb6 SHA512 a33712bc38d6e02474856dc3a9eac0d39be032a9554f2510815602e94648cd6bf499111a3354568788ddcc0a653a2ac54fac56b0af03fb1cf822ec44ffcb1d72
DIST pfl-3.0.tar.bz2 4332 BLAKE2B 8e1dd17d0017cd972c02a9e8d3610a036447d7b898c6f0a9557ef2c598c0581a09ee7a72ca04860f3695d06d3fe3ee9426a99b1158db71e232ccaff69479d068 SHA512 94f7cc575689f46a0b9ce50c3de7d6a42767766c8c447616c7f3587438a6b3c09e5d00b3b80cd71b0d386ead1e396d49aa266ff408146f85b18e25ebfe887108
diff --git a/app-portage/pfl/files/e-file-20110906-http-response.patch b/app-portage/pfl/files/e-file-20110906-http-response.patch
deleted file mode 100644
index 672cde5f5375..000000000000
--- a/app-portage/pfl/files/e-file-20110906-http-response.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- bin/e-file 2013-10-14 21:33:54.421701259 +0200
-+++ bin/e-file 2013-10-14 21:34:10.004702370 +0200
-@@ -25,7 +25,7 @@
-
- URL="http://www.portagefilelist.de/index.php/Special:PFLQuery2?file=$1&searchfile=lookup&lookup=file&txt"
-
--curl -s $URL | awk -v isgentoo=$isgentoo '
-+curl -s -f $URL | awk -v isgentoo=$isgentoo '
- BEGIN{
- FOUND=0
- if(isgentoo){
diff --git a/app-portage/pfl/files/e-file-20110906-portageq.patch b/app-portage/pfl/files/e-file-20110906-portageq.patch
deleted file mode 100644
index 2a65519f459b..000000000000
--- a/app-portage/pfl/files/e-file-20110906-portageq.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- bin/e-file
-+++ bin/e-file
-@@ -16,11 +16,11 @@
- exit 1
- fi
-
--if type emerge >/dev/null 2>&1; then
-+if type portageq >/dev/null 2>&1; then
- isgentoo=1
- else
- isgentoo=0
-- echo 'WARNING: "emerge" no found. If your system is not gentoo, a part of function will not available!' >&2
-+ echo 'WARNING: "portageq" no found. If your system is not gentoo, a part of function will not available!' >&2
- fi
-
- URL="http://www.portagefilelist.de/index.php/Special:PFLQuery2?file=$1&searchfile=lookup&lookup=file&txt"
-@@ -29,8 +29,7 @@
- BEGIN{
- FOUND=0
- if(isgentoo){
-- "emerge --info | grep PORTDIR" | getline
-- split($0,PORTDIR,/\"/)
-+ "portageq get_repo_path $(portageq envvar EROOT) gentoo" | getline PORTDIR
- }
- }
- {
-@@ -75,7 +74,7 @@
- }
-
- NF=0
-- cmd="(grep -h HOMEPAGE\\= " PORTDIR[2] "/" pkg "/*.ebuild | tail -n 1)2>/dev/null"
-+ cmd="(grep -h HOMEPAGE\\= " PORTDIR "/" pkg "/*.ebuild | tail -n 1)2>/dev/null"
- cmd | getline
- if(NF==0){
- HOMEPAGE=""
-@@ -85,7 +84,7 @@
- }
-
- NF=0
-- cmd="(grep -h DESCRIPTION " PORTDIR[2] "/" pkg "/*.ebuild | tail -n 1)2>/dev/null"
-+ cmd="(grep -h DESCRIPTION " PORTDIR "/" pkg "/*.ebuild | tail -n 1)2>/dev/null"
- cmd | getline
- if(NF==0){
- DESCRIPTION=""
diff --git a/app-portage/pfl/files/pfl-2.4-reponame.patch b/app-portage/pfl/files/pfl-2.4-reponame.patch
deleted file mode 100644
index a9041d46b329..000000000000
--- a/app-portage/pfl/files/pfl-2.4-reponame.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pfl/pfl.py (Revision 68)
-+++ pfl/pfl.py (Arbeitskopie)
-@@ -226,6 +226,8 @@
- v = '%s-%s' % (v, r)
-
- repo, = self._vardbapi.aux_get(cpv, ['repository'])
-+ if len(repo) == 0:
-+ repo, = self._vardbapi.aux_get(cpv, ['REPOSITORY'])
-
- # timestamp of merge
- mergedstamp = self._vardbapi.aux_get(cpv, ['_mtime_'])[0]
diff --git a/app-portage/pfl/pfl-2.4-r5.ebuild b/app-portage/pfl/pfl-2.4-r5.ebuild
deleted file mode 100644
index a803e6e0b359..000000000000
--- a/app-portage/pfl/pfl-2.4-r5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-inherit eutils distutils-r1
-
-DESCRIPTION="Searchable online file/package database for Gentoo"
-HOMEPAGE="http://www.portagefilelist.de"
-SRC_URI="http://files.portagefilelist.de/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="+network-cron"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- net-misc/curl
- || (
- sys-apps/portage[${PYTHON_USEDEP}]
- sys-apps/portage-mgorny[${PYTHON_USEDEP}]
- )"
-
-src_prepare() {
- epatch "${FILESDIR}"/e-file-20110906-http-response.patch \
- "${FILESDIR}"/e-file-20110906-portageq.patch \
- "${FILESDIR}"/pfl-2.4-reponame.patch
-}
-
-python_install_all() {
- if use network-cron ; then
- exeinto /etc/cron.weekly
- doexe cron/pfl
- fi
-
- keepdir /var/lib/${PN}
- distutils-r1_python_install_all
-}
-
-pkg_postinst() {
- if [[ ! -e "${EROOT%/}/var/lib/${PN}/pfl.info" ]]; then
- touch "${EROOT%/}/var/lib/${PN}/pfl.info" || die
- chown -R 0:portage "${EROOT%/}/var/lib/${PN}" || die
- chmod 775 "${EROOT%/}/var/lib/${PN}" || die
- fi
-}