diff options
author | Torsten Veller <tove@gentoo.org> | 2011-10-31 04:32:17 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-10-31 04:32:17 +0000 |
commit | c174852fb1843bc504e803155f105fb08619353f (patch) | |
tree | 24e1877adc3db20bc3b1fe0038c55c8dbff605c5 /dev-perl/GnuPG-Interface | |
parent | [bump] virtual/perl-IO-Compress-2.40.0 (diff) | |
download | gentoo-2-c174852fb1843bc504e803155f105fb08619353f.tar.gz gentoo-2-c174852fb1843bc504e803155f105fb08619353f.tar.bz2 gentoo-2-c174852fb1843bc504e803155f105fb08619353f.zip |
[bump] dev-perl/GnuPG-Interface-0.450.0
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/GnuPG-Interface')
-rw-r--r-- | dev-perl/GnuPG-Interface/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/GnuPG-Interface/ChangeLog b/dev-perl/GnuPG-Interface/ChangeLog index f88accd5451f..e339a95d24eb 100644 --- a/dev-perl/GnuPG-Interface/ChangeLog +++ b/dev-perl/GnuPG-Interface/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/GnuPG-Interface # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.42 2011/07/30 08:14:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.43 2011/10/31 04:32:17 tove Exp $ + +*GnuPG-Interface-0.450.0 (31 Oct 2011) + + 31 Oct 2011; Torsten Veller <tove@gentoo.org> + +GnuPG-Interface-0.450.0.ebuild: + Version bump 30 Jul 2011; Torsten Veller <tove@gentoo.org> -GnuPG-Interface-0.430.0.ebuild: diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild new file mode 100644 index 000000000000..fa667345dfc0 --- /dev/null +++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.450.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.450.0.ebuild,v 1.1 2011/10/31 04:32:17 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ALEXMV +MODULE_VERSION=0.45 +inherit perl-module + +DESCRIPTION="GnuPG::Interface is a Perl module interface to interacting with GnuPG." + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~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" |