# ChangeLog for app-portage/pfl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/ChangeLog,v 1.12 2010/07/17 12:54:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/ChangeLog,v 1.13 2010/07/18 13:14:15 billie Exp $
+
+ 18 Jul 2010; Daniel Pielmeier <billie@gentoo.org> -pfl-1.8.1.ebuild,
+ -pfl-1.8.1-r1.ebuild:
+ Remove old.
17 Jul 2010; Christian Faulhammer <fauli@gentoo.org> pfl-2.0.ebuild:
stable x86, bug 328159
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST e-file-20081201 2640 RMD160 e9e1a0347035c6c38ea809cb3551d48258e9eb64 SHA1 75a95ba7f4732c8cac4af8e3a401a0b895a9154f SHA256 21d89d1faaf50d25f24c9e205d442a6e19b5898a44bcbc466a3eb112322029e4
DIST e-file-20081230 2982 RMD160 12af382c15077f89d841e4b7d5f720fdfa856581 SHA1 d0ef8c2865908295a352da6d2d815144c3a910bc SHA256 40f9f9efd36436cd2f2b684920de726c15af71d1d02cb8d85ba0ced63cedf6ab
-DIST pfl-1.8.1 8693 RMD160 bbac01473c7061b03def0ea999bd61709c946fc6 SHA1 c306a17d8a93ec992757e6ea8dc001777f76050b SHA256 40c34e9c366292fec5b047cdf3a6a32178b3f9ac7eae9304834f549067f5ae09
DIST pfl-2.0 11602 RMD160 9895bbc2f3d38512250182693d74e57fcaddd108 SHA1 07ef7eb4b1c370033af42bab8c2b337325df59cf SHA256 b6925653314ed125e2225a8580cad8d7b101c5f201d27021c8a0bf2ee9eee43e
-EBUILD pfl-1.8.1-r1.ebuild 1609 RMD160 125a445628942707259b452c81c3aaf8b45cd8d5 SHA1 c4dd8fedeb6f92c8a149312aa9347b05e526b673 SHA256 d799ab79fb1557dd3366b7f1b0fac4598450a1ad83e05f9f11febbb2c87ab722
-EBUILD pfl-1.8.1.ebuild 1622 RMD160 36a51fbf5aceaa2237ab200440747e5b249af6c8 SHA1 0dad7366eed052b1a15ffe7c760fb151f6c9c0f0 SHA256 82100965f2d5fe8476a4d8a1ffb64ad78f62ba6bf051bf712bf46a6dc27ef8b2
EBUILD pfl-2.0.ebuild 1615 RMD160 e52063ed037d29aee54ecbb3cf1de701fe68a756 SHA1 2c7a004198beb2dba15cdb030b50f031e7a14da3 SHA256 b8b9bda3898007dc0d2458e4997f0e24e1ad8c53d7bbcbc6e082c247b0713974
-MISC ChangeLog 1778 RMD160 aa8f667c55cf64f9325dcdb82e31ab02c9f7d201 SHA1 30a3dba3e582a4c8cad3ce7da1864b8c667a8a2b SHA256 220cd8d7b912c2eb97de5656a9a2dbffd9f88ed0eed6e38908bafae810294aab
+MISC ChangeLog 1889 RMD160 d38ec412c6d8a27a5b40ce0641e3ec3a2d63459f SHA1 60aa25101ec3230481e922ef7765b835ab3ef49d SHA256 d49cf2b51f8283550e343f71c79f1d4597ae9268b56bd23b26ae97e3c6041ff2
MISC metadata.xml 508 RMD160 e65b171c5641bfdbe2178d3a98b855bc56a9b393 SHA1 3980469ab36bd334d6f909884db7db9031143105 SHA256 857675a67484c97e700732df4e1d08fa27b57f9eb328dc03f1a0189be483035e
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.15 (GNU/Linux)
-
-iEYEARECAAYFAkxBqG0ACgkQNQqtfCuFneP9KACdH1Akhwxsxd78DF4I5r+tNO9t
-/fcAnRaOZudIapQI+Sbq8c+uvhBp7OUL
-=APpK
------END PGP SIGNATURE-----
+++ /dev/null
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/pfl-1.8.1-r1.ebuild,v 1.5 2010/05/28 18:31:11 billie Exp $
-
-PYTHON_DEPEND=2
-
-inherit python multilib
-
-MY_PV=20081201
-
-DESCRIPTION="PFL is an online searchable file/package database for Gentoo"
-HOMEPAGE="http://www.portagefilelist.de/index.php/Special:PFLQuery2"
-SRC_URI="http://files.portagefilelist.de/${P}
- http://files.portagefilelist.de/e-file-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="network-cron"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- net-misc/curl
- sys-apps/portage"
-
-RESTRICT="mirror"
-
-src_unpack() {
- cp "${DISTDIR}/${P}" "${WORKDIR}/${PN}.py"
- cp "${DISTDIR}/e-file-${MY_PV}" "${WORKDIR}/e-file"
-}
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_install() {
- if use network-cron ; then
- cat >> "${T}/${PN}" <<- EOF
- #!/bin/sh
- exec nice $(PYTHON) -O $(python_get_sitedir)/${PN}/${PN}.py >/dev/null
- EOF
-
- exeinto /etc/cron.weekly
- doexe "${T}/${PN}" || die "install ${PN} cron file failed"
- fi
-
- exeinto $(python_get_sitedir)/${PN}
- doexe ${PN}.py || die "install ${PN}.py failed"
-
- dobin e-file || die "install e-file failed"
-
- dodir /var/lib/${PN} || die "directory creation failed"
-}
-
-pkg_postinst() {
- python_mod_optimize $(python_get_sitedir)/${PN}
-
- if [[ ! -e "${ROOT%/}/var/lib/${PN}/lastrun" ]]; then
- echo -n 0 > "${ROOT%/}/var/lib/${PN}/lastrun"
- chown -R 0:portage "${ROOT%/}/var/lib/${PN}"
- chmod 775 "${ROOT%/}/var/lib/${PN}"
- fi
-}
-
-pkg_postrm() {
- python_mod_cleanup $(python_get_sitedir)/${PN}
-}
+++ /dev/null
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/pfl-1.8.1.ebuild,v 1.6 2010/06/04 20:42:35 arfrever Exp $
-
-inherit python multilib
-
-MY_PV=20081201
-
-DESCRIPTION="PFL is an online searchable file/package database for Gentoo"
-HOMEPAGE="http://www.portagefilelist.de/index.php/Special:PFLQuery2"
-SRC_URI="http://files.portagefilelist.de/${P}
- http://files.portagefilelist.de/e-file-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="network-cron"
-
-DEPEND="virtual/python"
-RDEPEND="${DEPEND}
- net-misc/curl
- sys-apps/portage"
-
-RESTRICT="mirror"
-
-src_unpack() {
- cp "${DISTDIR}/${P}" "${WORKDIR}/${PN}.py"
- cp "${DISTDIR}/e-file-${MY_PV}" "${WORKDIR}/e-file"
-}
-
-src_install() {
- if use network-cron ; then
- cat >> "${T}/${PN}" <<- EOF
- #!/bin/sh
- exec nice $(PYTHON) -O $(python_get_sitedir)/${PN}/${PN}.py >/dev/null
- EOF
-
- exeinto /etc/cron.weekly
- doexe "${T}/${PN}" || die "install ${PN} cron file failed"
- fi
-
- exeinto $(python_get_sitedir)/${PN}
- doexe ${PN}.py || die "install ${PN}.py failed"
-
- dobin e-file || die "install e-file failed"
-
- dodir /var/lib/${PN} || die "directory creation failed"
- fowners 0:portage /var/lib/${PN}
- fperms 0775 /var/lib/${PN}
-}
-
-pkg_postinst() {
- python_mod_optimize $(python_get_sitedir)/${PN}
-
- if [[ ! -e "${ROOT%/}/var/lib/${PN}/lastrun" ]]; then
- echo -n 0 > "${ROOT%/}/var/lib/${PN}/lastrun"
- chown -R 0:portage "${ROOT%/}/var/lib/${PN}"
- chmod -R 775 "${ROOT%/}/var/lib/${PN}"
- fi
-}
-
-pkg_postrm() {
- python_mod_cleanup $(python_get_sitedir)/${PN}
-}