summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2014-10-11 17:38:08 +0000
committerBrian Evans <grknight@gentoo.org>2014-10-11 17:38:08 +0000
commitb684c0bf75cdcee6faa52a80605f1d107cbf0724 (patch)
treee78191d06253159978ae1e478c6f886d33d4b196
parentDrop old (diff)
downloadgentoo-2-b684c0bf75cdcee6faa52a80605f1d107cbf0724.tar.gz
gentoo-2-b684c0bf75cdcee6faa52a80605f1d107cbf0724.tar.bz2
gentoo-2-b684c0bf75cdcee6faa52a80605f1d107cbf0724.zip
Drop old; Revbump for EAPI5; Fix Description
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
-rw-r--r--dev-php/PEAR-XML_Beautifier/ChangeLog9
-rw-r--r--dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild13
-rw-r--r--dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild15
-rw-r--r--dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild4
4 files changed, 25 insertions, 16 deletions
diff --git a/dev-php/PEAR-XML_Beautifier/ChangeLog b/dev-php/PEAR-XML_Beautifier/ChangeLog
index a11be540aa4c..dece832f81a5 100644
--- a/dev-php/PEAR-XML_Beautifier/ChangeLog
+++ b/dev-php/PEAR-XML_Beautifier/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/PEAR-XML_Beautifier
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.31 2014/08/10 20:57:41 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.32 2014/10/11 17:38:08 grknight Exp $
+
+*PEAR-XML_Beautifier-1.2.2-r1 (11 Oct 2014)
+
+ 11 Oct 2014; Brian Evans <grknight@gentoo.org>
+ +PEAR-XML_Beautifier-1.2.2-r1.ebuild, -PEAR-XML_Beautifier-1.1-r1.ebuild,
+ PEAR-XML_Beautifier-1.2.2.ebuild:
+ Drop old; Revbump for EAPI5; Fix Description
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
PEAR-XML_Beautifier-1.1-r1.ebuild, PEAR-XML_Beautifier-1.2.2.ebuild:
diff --git a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild
deleted file mode 100644
index 3f457c74e350..000000000000
--- a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild,v 1.17 2014/08/10 20:57:41 slyfox Exp $
-
-inherit php-pear-r1
-
-DESCRIPTION="XML_Beautifier will add indentation and linebreaks to you XML files, replace all entities, format your comments and makes your document easier to read"
-LICENSE="PHP-2.02"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-RDEPEND="dev-php/PEAR-XML_Util
- dev-php/PEAR-XML_Parser"
diff --git a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild
new file mode 100644
index 000000000000..673196d7eb0b
--- /dev/null
+++ b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild,v 1.1 2014/10/11 17:38:08 grknight Exp $
+
+EAPI=5
+
+inherit php-pear-r1
+
+DESCRIPTION="Adds indentation and linebreaks, replace entities, formats comments and makes XML easier to read"
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+RDEPEND="dev-php/PEAR-XML_Util
+ dev-php/PEAR-XML_Parser"
diff --git a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild
index 25e4838b5388..3003e62fd523 100644
--- a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild
+++ b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild,v 1.7 2014/08/10 20:57:41 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild,v 1.8 2014/10/11 17:38:08 grknight Exp $
inherit php-pear-r1
-DESCRIPTION="XML_Beautifier will add indentation and linebreaks to you XML files, replace all entities, format your comments and makes your document easier to read"
+DESCRIPTION="Adds indentation and linebreaks, replace entities, formats comments and makes XML easier to read"
LICENSE="PHP-2.02"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"