From ea96c540889638f1aa9ee9aaad5318ee0d0cfc58 Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Thu, 9 Feb 2012 11:06:39 +0000 Subject: version bump, changes license (Portage version: 2.2.0_alpha85/cvs/Linux x86_64) --- dev-php/PEAR-Image_Color/ChangeLog | 9 +++++++-- dev-php/PEAR-Image_Color/PEAR-Image_Color-1.0.4.ebuild | 16 ++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 dev-php/PEAR-Image_Color/PEAR-Image_Color-1.0.4.ebuild (limited to 'dev-php') 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 +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]" -- cgit v1.2.3-65-gdbad