diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:13:09 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:13:09 +0000 |
commit | b7670c522c3248b786940775eb0079a42e3bc2df (patch) | |
tree | 6ec2c5f0653c81582f03ac3707064ba3a7aa91a4 /dev-php/PEAR-Text_Diff | |
parent | Fix libstdc++ deps. (diff) | |
download | historical-b7670c522c3248b786940775eb0079a42e3bc2df.tar.gz historical-b7670c522c3248b786940775eb0079a42e3bc2df.tar.bz2 historical-b7670c522c3248b786940775eb0079a42e3bc2df.zip |
Version bump
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Text_Diff')
-rw-r--r-- | dev-php/PEAR-Text_Diff/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Diff/PEAR-Text_Diff-1.1.1.ebuild | 12 |
2 files changed, 19 insertions, 2 deletions
diff --git a/dev-php/PEAR-Text_Diff/ChangeLog b/dev-php/PEAR-Text_Diff/ChangeLog index 3d090f21e7c8..1646f0e2de79 100644 --- a/dev-php/PEAR-Text_Diff/ChangeLog +++ b/dev-php/PEAR-Text_Diff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Text_Diff -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.37 2008/03/29 00:20:36 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.38 2009/08/22 19:08:54 beandog Exp $ + +*PEAR-Text_Diff-1.1.1 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Text_Diff-1.1.1.ebuild: + Version bump 29 Mar 2008; Markus Meier <maekke@gentoo.org> PEAR-Text_Diff-0.3.2.ebuild: amd64 stable, bug #208313 diff --git a/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-1.1.1.ebuild b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-1.1.1.ebuild new file mode 100644 index 000000000000..a39687b27655 --- /dev/null +++ b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-1.1.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-1.1.1.ebuild,v 1.1 2009/08/22 19:08:54 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Engine for performing and rendering text diffs." + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |