summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-02-09 11:06:39 +0000
committerMatti Bickel <mabi@gentoo.org>2012-02-09 11:06:39 +0000
commitea96c540889638f1aa9ee9aaad5318ee0d0cfc58 (patch)
treed6fb852151ead6e0efdcdb445df6369cc6970924 /dev-php/PEAR-Image_Color
parentBumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97 (diff)
downloadgentoo-2-ea96c540889638f1aa9ee9aaad5318ee0d0cfc58.tar.gz
gentoo-2-ea96c540889638f1aa9ee9aaad5318ee0d0cfc58.tar.bz2
gentoo-2-ea96c540889638f1aa9ee9aaad5318ee0d0cfc58.zip
version bump, changes license
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Image_Color')
-rw-r--r--dev-php/PEAR-Image_Color/ChangeLog9
-rw-r--r--dev-php/PEAR-Image_Color/PEAR-Image_Color-1.0.4.ebuild16
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-php/PEAR-Image_Color/ChangeLog b/dev-php/PEAR-Image_Color/ChangeLog
index 2a3d1c27e19c..bc60cc24df79 100644
--- a/dev-php/PEAR-Image_Color/ChangeLog
+++ b/dev-php/PEAR-Image_Color/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-Image_Color
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Color/ChangeLog,v 1.16 2009/08/22 19:47:22 beandog Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Color/ChangeLog,v 1.17 2012/02/09 11:06:39 mabi Exp $
+
+*PEAR-Image_Color-1.0.4 (09 Feb 2012)
+
+ 09 Feb 2012; Matti Bickel <mabi@gentoo.org> +PEAR-Image_Color-1.0.4.ebuild:
+ version bump, changes license
*PEAR-Image_Color-1.0.3 (22 Aug 2009)
diff --git a/dev-php/PEAR-Image_Color/PEAR-Image_Color-1.0.4.ebuild b/dev-php/PEAR-Image_Color/PEAR-Image_Color-1.0.4.ebuild
new file mode 100644
index 000000000000..f4a5c2057105
--- /dev/null
+++ b/dev-php/PEAR-Image_Color/PEAR-Image_Color-1.0.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Color/PEAR-Image_Color-1.0.4.ebuild,v 1.1 2012/02/09 11:06:39 mabi Exp $
+
+EAPI=4
+
+inherit php-pear-r1
+
+DESCRIPTION="Manages and handles color data and conversions."
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/php[gd]"