diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-11-21 19:59:13 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-11-21 19:59:13 +0000 |
commit | 4f18485dc42adb3aa36126f372dd8495c0eaf12c (patch) | |
tree | 4da46c17d0debebd0daa10d32c4c75ac281a3876 /dev-php | |
parent | Mask dev-php/PEAR-File_PDF for removal (diff) | |
download | gentoo-2-4f18485dc42adb3aa36126f372dd8495c0eaf12c.tar.gz gentoo-2-4f18485dc42adb3aa36126f372dd8495c0eaf12c.tar.bz2 gentoo-2-4f18485dc42adb3aa36126f372dd8495c0eaf12c.zip |
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Image_Text/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0.ebuild | 16 |
2 files changed, 23 insertions, 3 deletions
diff --git a/dev-php/PEAR-Image_Text/ChangeLog b/dev-php/PEAR-Image_Text/ChangeLog index 205dd2ec2056..e8c4bf275a5d 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Text/ChangeLog,v 1.8 2012/06/09 15:08:16 mabi Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Text/ChangeLog,v 1.9 2013/11/21 19:59:13 mabi Exp $ + +*PEAR-Image_Text-0.7.0 (21 Nov 2013) + + 21 Nov 2013; Matti Bickel <mabi@gentoo.org> +PEAR-Image_Text-0.7.0.ebuild: + version bump 09 Jun 2012; Matti Bickel <mabi@gentoo.org> -PEAR-Image_Text-0.6.0_beta.ebuild: @@ -39,4 +44,3 @@ 08 Oct 2007; Anant Narayanan <anant@gentoo.org> +metadata.xml, +PEAR-Image_Text-0.6.0_beta.ebuild: Initial import of ebuild from overlay - diff --git a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0.ebuild b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0.ebuild new file mode 100644 index 000000000000..82fa0523c9e5 --- /dev/null +++ b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 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.7.0.ebuild,v 1.1 2013/11/21 19:59:13 mabi Exp $ + +EAPI=5 + +inherit php-pear-r1 + +DESCRIPTION="Advanced text manipulations in images." +LICENSE="PHP-3" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/php[gd]" |