Version bump
authorOle Markus With <olemarkus@gentoo.org>
Tue, 6 Dec 2011 12:16:06 +0000 (12:16 +0000)
committerOle Markus With <olemarkus@gentoo.org>
Tue, 6 Dec 2011 12:16:06 +0000 (12:16 +0000)
Package-Manager: portage-2.2.0_alpha71/cvs/Linux x86_64

dev-php/PEAR-Image_Canvas/ChangeLog
dev-php/PEAR-Image_Canvas/PEAR-Image_Canvas-0.3.3.ebuild [new file with mode: 0644]
dev-php/PEAR-Net_DIME/ChangeLog
dev-php/PEAR-Net_DIME/PEAR-Net_DIME-1.0.2.ebuild [new file with mode: 0644]

index 7dd087d755ff8964d9eeffd9bdeddc78b9227da1..657ddc2b3c7a1509ab212a6f34c1580fdfd752f9 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/PEAR-Image_Canvas
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Canvas/ChangeLog,v 1.25 2010/02/16 04:45:02 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Canvas/ChangeLog,v 1.26 2011/12/06 12:16:06 olemarkus Exp $
+
+*PEAR-Image_Canvas-0.3.3 (06 Dec 2011)
+
+  06 Dec 2011; Ole Markus With <olemarkus@gentoo.org>
+  +PEAR-Image_Canvas-0.3.3.ebuild:
+  Version bump
 
 *PEAR-Image_Canvas-0.3.2 (16 Feb 2010)
 
diff --git a/dev-php/PEAR-Image_Canvas/PEAR-Image_Canvas-0.3.3.ebuild b/dev-php/PEAR-Image_Canvas/PEAR-Image_Canvas-0.3.3.ebuild
new file mode 100644 (file)
index 0000000..0a9a495
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Canvas/PEAR-Image_Canvas-0.3.3.ebuild,v 1.1 2011/12/06 12:16:06 olemarkus Exp $
+
+inherit php-pear-r1 depend.php
+
+DESCRIPTION="Provides a common interface to image drawing, making image source code independent on the library used."
+
+# see http://pear.php.net/bugs/bug.php?id=9699 wrt LICENSE
+LICENSE="PHP-2.02 || ( LGPL-2.1 LGPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+RDEPEND=">=dev-php/PEAR-Image_Color-1.0.0"
+
+pkg_setup() {
+       require_gd
+}
index b598e8f3eda4d1f8acb243a2cc57b84bbfdf7d8d..500c530e6570c09ee42ad8fe27982aa4fee9270a 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/PEAR-Net_DIME
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DIME/ChangeLog,v 1.25 2009/08/22 19:42:43 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DIME/ChangeLog,v 1.26 2011/12/06 12:14:27 olemarkus Exp $
+
+*PEAR-Net_DIME-1.0.2 (06 Dec 2011)
+
+  06 Dec 2011; Ole Markus With <olemarkus@gentoo.org>
+  +PEAR-Net_DIME-1.0.2.ebuild:
+  Version bump
 
 *PEAR-Net_DIME-1.0.1 (22 Aug 2009)
 
diff --git a/dev-php/PEAR-Net_DIME/PEAR-Net_DIME-1.0.2.ebuild b/dev-php/PEAR-Net_DIME/PEAR-Net_DIME-1.0.2.ebuild
new file mode 100644 (file)
index 0000000..d908ea2
--- /dev/null
@@ -0,0 +1,12 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DIME/PEAR-Net_DIME-1.0.2.ebuild,v 1.1 2011/12/06 12:14:27 olemarkus Exp $
+
+inherit php-pear-r1
+
+DESCRIPTION="The PEAR::Net_DIME class implements DIME encoding"
+
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""