diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 10:46:52 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 10:46:52 +0000 |
commit | d94684c1718a27043dd398ec42e9a20adb3de06b (patch) | |
tree | 8eb73718655d2bff3298fa0c5580633b43d6f3e5 /dev-php/PEAR-Text_Wiki | |
parent | stable x86, bug 360221 (diff) | |
download | gentoo-2-d94684c1718a27043dd398ec42e9a20adb3de06b.tar.gz gentoo-2-d94684c1718a27043dd398ec42e9a20adb3de06b.tar.bz2 gentoo-2-d94684c1718a27043dd398ec42e9a20adb3de06b.zip |
Version bump. Bug #360005. Thanks to Denny
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Text_Wiki')
-rw-r--r-- | dev-php/PEAR-Text_Wiki/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.1.ebuild | 11 |
2 files changed, 18 insertions, 2 deletions
diff --git a/dev-php/PEAR-Text_Wiki/ChangeLog b/dev-php/PEAR-Text_Wiki/ChangeLog index 87f0e396f9bd..f3548f0133e1 100644 --- a/dev-php/PEAR-Text_Wiki/ChangeLog +++ b/dev-php/PEAR-Text_Wiki/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Text_Wiki -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/ChangeLog,v 1.47 2007/12/06 00:55:23 jokey Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/ChangeLog,v 1.48 2011/03/26 10:46:52 olemarkus Exp $ + +*PEAR-Text_Wiki-1.2.1 (26 Mar 2011) + + 26 Mar 2011; <olemarkus@gentoo.org> +PEAR-Text_Wiki-1.2.1.ebuild: + Version bump. Bug #360005. Thanks to Denny 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -PEAR-Text_Wiki-1.0.3.ebuild, PEAR-Text_Wiki-1.2.0.ebuild: diff --git a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.1.ebuild b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.1.ebuild new file mode 100644 index 000000000000..036f5116a9bf --- /dev/null +++ b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.1.ebuild,v 1.1 2011/03/26 10:46:52 olemarkus Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Abstracts parsing and rendering rules for Wiki markup in structured plain text." +LICENSE="LGPL-2.1 PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |