From 17e2638693e7693319b851e5f413a31031f6d604 Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Mon, 3 Mar 2008 16:50:15 +0000 Subject: Version bump from project overlay (Portage version: 2.1.4.4) --- dev-php/PEAR-File_PDF/ChangeLog | 14 ++++++++++++-- dev-php/PEAR-File_PDF/PEAR-File_PDF-0.3.2.ebuild | 13 +++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 dev-php/PEAR-File_PDF/PEAR-File_PDF-0.3.2.ebuild (limited to 'dev-php/PEAR-File_PDF') diff --git a/dev-php/PEAR-File_PDF/ChangeLog b/dev-php/PEAR-File_PDF/ChangeLog index df2489f0ca56..5fac2ec9cff9 100644 --- a/dev-php/PEAR-File_PDF/ChangeLog +++ b/dev-php/PEAR-File_PDF/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-php/PEAR-File_PDF -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_PDF/ChangeLog,v 1.1 2007/11/15 18:09:08 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_PDF/ChangeLog,v 1.2 2008/03/03 16:50:15 jokey Exp $ + +*PEAR-File_PDF-0.3.2 (03 Mar 2008) + + 03 Mar 2008; Markus Ullmann + +PEAR-File_PDF-0.3.2.ebuild: + Version bump from project overlay + + 27 Feb 2008; Jakub Moc + +PEAR-File_PDF-0.3.2.ebuild: + Version bump *PEAR-File_PDF-0.3.1 (15 Nov 2007) diff --git a/dev-php/PEAR-File_PDF/PEAR-File_PDF-0.3.2.ebuild b/dev-php/PEAR-File_PDF/PEAR-File_PDF-0.3.2.ebuild new file mode 100644 index 000000000000..103ab447b63c --- /dev/null +++ b/dev-php/PEAR-File_PDF/PEAR-File_PDF-0.3.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_PDF/PEAR-File_PDF-0.3.2.ebuild,v 1.1 2008/03/03 16:50:15 jokey Exp $ + +inherit php-pear-r1 + +DESCRIPTION="PDF generation using only PHP, without requiring any external libraries." +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND="!minimal? ( dev-php/PEAR-HTTP_Download )" -- cgit v1.2.3-65-gdbad