21 lines
611 B
Bash
21 lines
611 B
Bash
# Copyright 1999-2007 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.0.2.ebuild,v 1.5 2007/03/09 23:54:59 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="amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=">=dev-perl/XML-LibXML-1.61
|
|
>=dev-perl/Parse-RecDescent-1.94
|
|
>=dev-perl/XML-LibXSLT-1.53
|
|
dev-perl/Term-ReadLine-Perl
|
|
>=dev-perl/XML-XUpdate-LibXML-0.4.0
|
|
!app-editors/XML-XSH"
|