summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-03-03 16:50:15 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-03-03 16:50:15 +0000
commit17e2638693e7693319b851e5f413a31031f6d604 (patch)
tree554ebdfd687fd64b82e065617737e2351f2cbecc /dev-php/PEAR-File_PDF
parentSparc stable, Bug #212033, I really wish this came with some demo files, but (diff)
downloadgentoo-2-17e2638693e7693319b851e5f413a31031f6d604.tar.gz
gentoo-2-17e2638693e7693319b851e5f413a31031f6d604.tar.bz2
gentoo-2-17e2638693e7693319b851e5f413a31031f6d604.zip
Version bump from project overlay
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php/PEAR-File_PDF')
-rw-r--r--dev-php/PEAR-File_PDF/ChangeLog14
-rw-r--r--dev-php/PEAR-File_PDF/PEAR-File_PDF-0.3.2.ebuild13
2 files changed, 25 insertions, 2 deletions
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 <jokey@gentoo.org>
+ +PEAR-File_PDF-0.3.2.ebuild:
+ Version bump from project overlay
+
+ 27 Feb 2008; Jakub Moc <jakub@gentoo.org>
+ +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 )"