summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-01-03 13:48:18 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-01-03 13:48:18 +0000
commit677e92059b2784f107f353c7ab2ed793ee09aece (patch)
treedceb5f2fd96521b0a18d7fd96429c281cc222652 /net-www
parentfix for #12686, compile errors with kde-3.0.5a (diff)
downloadhistorical-677e92059b2784f107f353c7ab2ed793ee09aece.tar.gz
historical-677e92059b2784f107f353c7ab2ed793ee09aece.tar.bz2
historical-677e92059b2784f107f353c7ab2ed793ee09aece.zip
Placed in the wrong tree - not unmasked yet, going ahead and moving (it's about 8 hours old right now)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/XML-XSH/ChangeLog9
-rw-r--r--net-www/XML-XSH/XML-XSH-1.6.ebuild23
2 files changed, 0 insertions, 32 deletions
diff --git a/net-www/XML-XSH/ChangeLog b/net-www/XML-XSH/ChangeLog
deleted file mode 100644
index bd6cb5bb4922..000000000000
--- a/net-www/XML-XSH/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/XML-XSH/ChangeLog,v 1.1 2003/01/03 03:12:37 mcummings Exp $
-
-*XML-XSH-1.6 (02 Jan 2003)
-
- 02 Jan 2003; Michael Cummings <mcummings@gentoo.org> XML-XSH-1.6.ebuild:
-
- Initial import. Bug submitted by stocke2, but 12148.
diff --git a/net-www/XML-XSH/XML-XSH-1.6.ebuild b/net-www/XML-XSH/XML-XSH-1.6.ebuild
deleted file mode 100644
index 01205d161bb5..000000000000
--- a/net-www/XML-XSH/XML-XSH-1.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/XML-XSH/XML-XSH-1.6.ebuild,v 1.1 2003/01/03 03:12:37 mcummings Exp $
-
-inherit perl-module
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="XML Editing Shell"
-HOMEPAGE="http://xsh.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xsh/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-
-KEYWORDS="~x86"
-
-DEPEND=">=dev-perl/XML-LibXML-1.54
- dev-perl/Parse-RecDescent
- dev-perl/Text-Iconv
- dev-perl/XML-LibXSLT
- dev-perl/Term-ReadLine-Perl
- dev-perl/XML-XUpdate-LibXML"