blob: 29ed28384b7c37b293027d063015ceb6df3f9370 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH/XML-XSH-1.8.2.ebuild,v 1.7 2006/05/01 19:26:00 mcummings Exp $
inherit perl-module
DESCRIPTION="XML Editing Shell"
HOMEPAGE="http://xsh.sourceforge.net/"
SRC_URI="mirror://sourceforge/xsh/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
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
>=dev-perl/XML-LibXML-XPathContext-0.04
!app-editors/XML-XSH2"
|