public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/pfl: ChangeLog pfl-2.4-r1.ebuild
@ 2013-10-14 19:39 Daniel Pielmeier (billie)
  0 siblings, 0 replies; only message in thread
From: Daniel Pielmeier (billie) @ 2013-10-14 19:39 UTC (permalink / raw
  To: gentoo-commits

billie      13/10/14 19:39:28

  Modified:             ChangeLog
  Added:                pfl-2.4-r1.ebuild
  Log:
  Revision bump. Fixes bug #413191. Thanks to rking for the report and Jeroen Roovers the for the fix.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)

Revision  Changes    Path
1.57                 app-portage/pfl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pfl/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pfl/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pfl/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/pfl/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	8 Oct 2013 18:30:53 -0000	1.56
+++ ChangeLog	14 Oct 2013 19:39:28 -0000	1.57
@@ -1,6 +1,13 @@
 # ChangeLog for app-portage/pfl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/ChangeLog,v 1.56 2013/10/08 18:30:53 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/ChangeLog,v 1.57 2013/10/14 19:39:28 billie Exp $
+
+*pfl-2.4-r1 (14 Oct 2013)
+
+  14 Oct 2013; Daniel Pielmeier <billie@gentoo.org> +pfl-2.4-r1.ebuild,
+  +files/e-file-20110906-http-response.patch:
+  Revision bump. Fixes bug #413191. Thanks to rking for the report and Jeroen
+  Roovers the for the fix.
 
   08 Oct 2013; Daniel Pielmeier <billie@gentoo.org> -pfl-2.3-r3.ebuild:
   Remove old.



1.1                  app-portage/pfl/pfl-2.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pfl/pfl-2.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pfl/pfl-2.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: pfl-2.4-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/pfl-2.4-r1.ebuild,v 1.1 2013/10/14 19:39:28 billie Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_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 ~ppc ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x64-freebsd ~x86-linux"
IUSE="+network-cron"

DEPEND=""
RDEPEND="${DEPEND}
	net-misc/curl
	sys-apps/portage"

src_prepare() {
	epatch "${FILESDIR}"/e-file-20110906-http-response.patch \
		"${FILESDIR}"/e-file-20110906-portageq.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"
		chown -R 0:portage "${EROOT%/}/var/lib/${PN}"
		chmod 775 "${EROOT%/}/var/lib/${PN}"
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-14 19:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 19:39 [gentoo-commits] gentoo-x86 commit in app-portage/pfl: ChangeLog pfl-2.4-r1.ebuild Daniel Pielmeier (billie)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox