diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-25 02:22:41 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-25 02:22:41 +0000 |
commit | be71a9ffb81b8bd2a5c3010a2dbc9cbdbb92172a (patch) | |
tree | 3beec062782b32e053aa20ed2d4e203b2b467217 /dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild | |
parent | bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no... (diff) | |
download | historical-be71a9ffb81b8bd2a5c3010a2dbc9cbdbb92172a.tar.gz historical-be71a9ffb81b8bd2a5c3010a2dbc9cbdbb92172a.tar.bz2 historical-be71a9ffb81b8bd2a5c3010a2dbc9cbdbb92172a.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
RepoMan-Options: --force
Manifest-Sign-Key: 0x2B6559ED
Diffstat (limited to 'dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild')
-rw-r--r-- | dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild new file mode 100644 index 000000000000..b10b7bea1b05 --- /dev/null +++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild,v 1.1 2014/08/25 02:13:04 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=ALEXMV +MODULE_VERSION=0.46 +inherit perl-module + +DESCRIPTION="GnuPG::Interface is a Perl module interface to interacting with GnuPG" + +SLOT="0" +KEYWORDS="amd64 hppa ppc x86 ~ppc-macos" +IUSE="" + +RDEPEND=">=app-crypt/gnupg-1.2.1-r1 + >=virtual/perl-Math-BigInt-1.78 + dev-perl/Any-Moose" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |