diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 06:12:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 06:12:42 +0000 |
commit | c7fec1850e9063e7ae8f1315309c072ab968ebf3 (patch) | |
tree | b8aef6ac85923ef4d81f3a17404344772eb68337 /dev-perl/XML-RegExp/XML-RegExp-0.30.0.ebuild | |
parent | Intial import. The ebuild is submitted by Oschtan and Nikoli, bug #270972. (diff) | |
download | historical-c7fec1850e9063e7ae8f1315309c072ab968ebf3.tar.gz historical-c7fec1850e9063e7ae8f1315309c072ab968ebf3.tar.bz2 historical-c7fec1850e9063e7ae8f1315309c072ab968ebf3.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/XML-RegExp/XML-RegExp-0.30.0.ebuild')
-rw-r--r-- | dev-perl/XML-RegExp/XML-RegExp-0.30.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/XML-RegExp/XML-RegExp-0.30.0.ebuild b/dev-perl/XML-RegExp/XML-RegExp-0.30.0.ebuild new file mode 100644 index 000000000000..52472885028c --- /dev/null +++ b/dev-perl/XML-RegExp/XML-RegExp-0.30.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-RegExp/XML-RegExp-0.30.0.ebuild,v 1.1 2011/08/28 06:12:42 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=TJMATHER +MODULE_VERSION=0.03 +inherit perl-module + +DESCRIPTION="Regular expressions for XML tokens" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND=">=dev-perl/XML-Parser-2.29" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |