diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-01-03 13:55:59 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-01-03 13:55:59 +0000 |
commit | f2b795a354cf7b104c021ca41115cf5008e7b34f (patch) | |
tree | f637d2972afc253846f511fe42a2628c822f8f0d /app-editors/XML-XSH/XML-XSH-1.6.ebuild | |
parent | second try at removing xsh (diff) | |
download | historical-f2b795a354cf7b104c021ca41115cf5008e7b34f.tar.gz historical-f2b795a354cf7b104c021ca41115cf5008e7b34f.tar.bz2 historical-f2b795a354cf7b104c021ca41115cf5008e7b34f.zip |
fixed location in tree
Diffstat (limited to 'app-editors/XML-XSH/XML-XSH-1.6.ebuild')
-rw-r--r-- | app-editors/XML-XSH/XML-XSH-1.6.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-editors/XML-XSH/XML-XSH-1.6.ebuild b/app-editors/XML-XSH/XML-XSH-1.6.ebuild new file mode 100644 index 000000000000..67f6a6d492e5 --- /dev/null +++ b/app-editors/XML-XSH/XML-XSH-1.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH/XML-XSH-1.6.ebuild,v 1.1 2003/01/03 13:55:59 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" |