commit:     cfd22be7e189f2209f343fed82943cd7c09525a1
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 11:33:53 2020 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 11:33:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd22be7

app-portage/pfl: Remove old pfl-3.0.1-r3.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>

 app-portage/pfl/Manifest            |  1 -
 app-portage/pfl/pfl-3.0.1-r3.ebuild | 49 -------------------------------------
 2 files changed, 50 deletions(-)

diff --git a/app-portage/pfl/Manifest b/app-portage/pfl/Manifest
index 7b438665c84..0e1adeb7edf 100644
--- a/app-portage/pfl/Manifest
+++ b/app-portage/pfl/Manifest
@@ -1,2 +1 @@
-DIST pfl-3.0.1.tar.bz2 4635 BLAKE2B 
9610c46e3096bc5f2ff212980026b36b99056a9839b179c2618c3c7d508b90ecb21b0fa566eef54e6a24957251934b04b0013af41b88de57e7e1db558831d883
 SHA512 
f045ca21360f33f87816e72a4564d862275ea1415b3a79e32815aaa20d7548da3f38ca9ee9247db3150adbdd54155b330c4ae6d3bee878db6cd5cf78dada81b5
 DIST pfl-3.1.tar.gz 5521 BLAKE2B 
fdc6e82c5d61d694a188c479b0566aafc507bcc2bbd1f176cd2771586b13de86a43a5d2e156beb4c9b5d10cd718046a05fce099894430c8f3d04c0922078e988
 SHA512 
b2bf79445a5b15caf339106f376d64accf5aad2c60038ba88180d64ce49e23dc3015efa2fcbeec886ba591cada053dfdc96873bda71b092be4622608062b6dcc

diff --git a/app-portage/pfl/pfl-3.0.1-r3.ebuild 
b/app-portage/pfl/pfl-3.0.1-r3.ebuild
deleted file mode 100644
index 65b5caa6975..00000000000
--- a/app-portage/pfl/pfl-3.0.1-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="xml"
-
-inherit distutils-r1
-
-DESCRIPTION="Searchable online file/package database for Gentoo"
-HOMEPAGE="http://www.portagefilelist.de";
-SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
-IUSE="+network-cron"
-
-DEPEND=""
-RDEPEND="
-       ${DEPEND}
-       >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
-       net-misc/curl
-       sys-apps/portage[${PYTHON_USEDEP}]
-       network-cron? ( sys-apps/util-linux[caps] )
-"
-
-PATCHES=(
-       "${FILESDIR}/e-file-function.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
-       fi
-       chown -R portage:portage "${EROOT}/var/lib/${PN}" || die
-       chmod 775 "${EROOT}/var/lib/${PN}" || die
-}

Reply via email to