diff options
author | 2014-08-26 17:38:30 +0000 | |
---|---|---|
committer | 2014-08-26 17:38:30 +0000 | |
commit | 4ea6cc20d42e4961d76409f2a2f1f09860be746f (patch) | |
tree | e1443a916d8b243752fa4dbbe7552bc9ca3cbb59 /dev-perl/Pod-Readme/Pod-Readme-0.110.0-r1.ebuild | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | historical-4ea6cc20d42e4961d76409f2a2f1f09860be746f.tar.gz historical-4ea6cc20d42e4961d76409f2a2f1f09860be746f.tar.bz2 historical-4ea6cc20d42e4961d76409f2a2f1f09860be746f.zip |
bumped EAPI to 5 to help with dev-lang/perl upgrade
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x2B6559ED
Diffstat (limited to 'dev-perl/Pod-Readme/Pod-Readme-0.110.0-r1.ebuild')
-rw-r--r-- | dev-perl/Pod-Readme/Pod-Readme-0.110.0-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Pod-Readme/Pod-Readme-0.110.0-r1.ebuild b/dev-perl/Pod-Readme/Pod-Readme-0.110.0-r1.ebuild new file mode 100644 index 000000000000..3706a0bc070f --- /dev/null +++ b/dev-perl/Pod-Readme/Pod-Readme-0.110.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Readme/Pod-Readme-0.110.0-r1.ebuild,v 1.1 2014/08/26 17:08:03 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=BIGPRESH +MODULE_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Convert POD to README file" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/regexp-common" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |