summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-06-23 08:20:15 +0000
committerTorsten Veller <tove@gentoo.org>2011-06-23 08:20:15 +0000
commit697d6bd25795f3d0fc0c6e9fa906e8b3bfb21f0e (patch)
treefc82a5d4fef066a3f9b8484b9b21649bbc5c8b7c /app-editors/XML-XSH2
parentInitial commit. Bug #308575. Thanks to Anna Gabutero <amdg@lavabit.com> for t... (diff)
downloadgentoo-2-697d6bd25795f3d0fc0c6e9fa906e8b3bfb21f0e.tar.gz
gentoo-2-697d6bd25795f3d0fc0c6e9fa906e8b3bfb21f0e.tar.bz2
gentoo-2-697d6bd25795f3d0fc0c6e9fa906e8b3bfb21f0e.zip
[bump] app-editors/XML-XSH2-2.1.2
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/XML-XSH2')
-rw-r--r--app-editors/XML-XSH2/ChangeLog9
-rw-r--r--app-editors/XML-XSH2/XML-XSH2-2.1.2.ebuild33
2 files changed, 40 insertions, 2 deletions
diff --git a/app-editors/XML-XSH2/ChangeLog b/app-editors/XML-XSH2/ChangeLog
index 4fbbccaa6a88..69fe81e9c30e 100644
--- a/app-editors/XML-XSH2/ChangeLog
+++ b/app-editors/XML-XSH2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/XML-XSH2
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/ChangeLog,v 1.5 2007/03/09 23:54:59 mcummings Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/ChangeLog,v 1.6 2011/06/23 08:20:15 tove Exp $
+
+*XML-XSH2-2.1.2 (23 Jun 2011)
+
+ 23 Jun 2011; Torsten Veller <tove@gentoo.org> +XML-XSH2-2.1.2.ebuild:
+ Version bump
09 Mar 2007; Michael Cummings <mcummings@gentoo.org>
XML-XSH2-2.0.2.ebuild:
diff --git a/app-editors/XML-XSH2/XML-XSH2-2.1.2.ebuild b/app-editors/XML-XSH2/XML-XSH2-2.1.2.ebuild
new file mode 100644
index 000000000000..723e089be275
--- /dev/null
+++ b/app-editors/XML-XSH2/XML-XSH2-2.1.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.1.2.ebuild,v 1.1 2011/06/23 08:20:15 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PAJAS
+MODULE_VERSION=2.1.2
+inherit perl-module
+
+DESCRIPTION="XML Editing Shell"
+HOMEPAGE="http://xsh.sourceforge.net/"
+
+LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/XML-LibXML-1.61
+ >=dev-perl/Parse-RecDescent-1.94
+ >=dev-perl/XML-LibXSLT-1.53
+ dev-perl/IO-stringy
+ dev-perl/XML-SAX-Writer
+ dev-perl/Term-ReadLine-Perl
+ dev-perl/URI
+ dev-perl/XML-Filter-DOMFilter-LibXML
+ >=dev-perl/XML-XUpdate-LibXML-0.4.0
+ !app-editors/XML-XSH
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do