diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-02-09 11:13:04 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-02-09 11:13:04 +0000 |
commit | f6c0973714d96daedfeaa61ccd51a989ed057687 (patch) | |
tree | 45a46b05b2a03961fc6837b0022f3a49b0724592 /dev-php | |
parent | Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97 (diff) | |
download | gentoo-2-f6c0973714d96daedfeaa61ccd51a989ed057687.tar.gz gentoo-2-f6c0973714d96daedfeaa61ccd51a989ed057687.tar.bz2 gentoo-2-f6c0973714d96daedfeaa61ccd51a989ed057687.zip |
version bump
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Image_Text/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.1.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-php/PEAR-Image_Text/ChangeLog b/dev-php/PEAR-Image_Text/ChangeLog index 0cc7cea2f3a6..d3f86419bf29 100644 --- a/dev-php/PEAR-Image_Text/ChangeLog +++ b/dev-php/PEAR-Image_Text/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Image_Text -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Text/ChangeLog,v 1.4 2010/08/12 08:49:11 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Text/ChangeLog,v 1.5 2012/02/09 11:13:04 mabi Exp $ + +*PEAR-Image_Text-0.6.1 (09 Feb 2012) + + 09 Feb 2012; Matti Bickel <mabi@gentoo.org> +PEAR-Image_Text-0.6.1.ebuild: + version bump 12 Aug 2010; Markus Meier <maekke@gentoo.org> PEAR-Image_Text-0.6.0_beta.ebuild: diff --git a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.1.ebuild b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.1.ebuild new file mode 100644 index 000000000000..f6f995d278a6 --- /dev/null +++ b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.1.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_Text/PEAR-Image_Text-0.6.1.ebuild,v 1.1 2012/02/09 11:13:04 mabi Exp $ + +EAPI=4 + +inherit php-pear-r1 + +DESCRIPTION="Advanced text manipulations in images." +LICENSE="PHP-3" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/php[gd]" |