summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-03-19 16:30:38 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-03-19 16:30:38 +0000
commit8914ee14c56f3ed2720e8f9881f9c7163773a011 (patch)
tree5dcc0fc376c6f0d287ad13a2aaac64a41daf9b34 /dev-php
parentBump (diff)
downloadgentoo-2-8914ee14c56f3ed2720e8f9881f9c7163773a011.tar.gz
gentoo-2-8914ee14c56f3ed2720e8f9881f9c7163773a011.tar.bz2
gentoo-2-8914ee14c56f3ed2720e8f9881f9c7163773a011.zip
Version bump. Bug #359495. Thanks to Denny
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-XML_Serializer/ChangeLog9
-rw-r--r--dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.2.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-php/PEAR-XML_Serializer/ChangeLog b/dev-php/PEAR-XML_Serializer/ChangeLog
index 4a21acaca1c7..ab3a6f8bd1a7 100644
--- a/dev-php/PEAR-XML_Serializer/ChangeLog
+++ b/dev-php/PEAR-XML_Serializer/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-XML_Serializer
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/ChangeLog,v 1.29 2009/08/22 18:28:48 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/ChangeLog,v 1.30 2011/03/19 16:30:38 olemarkus Exp $
+
+*PEAR-XML_Serializer-0.20.2 (19 Mar 2011)
+
+ 19 Mar 2011; <olemarkus@gentoo.org> +PEAR-XML_Serializer-0.20.2.ebuild:
+ Version bump. Bug #359495. Thanks to Denny
*PEAR-XML_Serializer-0.20.0 (22 Aug 2009)
diff --git a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.2.ebuild b/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.2.ebuild
new file mode 100644
index 000000000000..c2549e3aa19d
--- /dev/null
+++ b/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.2.ebuild,v 1.1 2011/03/19 16:30:38 olemarkus Exp $
+
+EAPI="2"
+inherit php-pear-r1
+
+DESCRIPTION="Swiss-army knife for reading and writing XML files"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lang/php[xml]"
+RDEPEND="${DEPEND}
+ >=dev-php/PEAR-XML_Parser-1.2.7
+ >=dev-php/PEAR-XML_Util-1.1.1-r1
+ "