diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-09 07:50:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-09 07:50:52 +0000 |
commit | 458535fa27469a7e43b2cfcdaa9c1823c2d7a69b (patch) | |
tree | a3e560a581425ef5f4f7fd8a72a842c0c0ec2e28 /dev-perl/GnuPG-Interface | |
parent | [bump] dev-perl/JSON-2.510.0 (diff) | |
download | historical-458535fa27469a7e43b2cfcdaa9c1823c2d7a69b.tar.gz historical-458535fa27469a7e43b2cfcdaa9c1823c2d7a69b.tar.bz2 historical-458535fa27469a7e43b2cfcdaa9c1823c2d7a69b.zip |
[bump] dev-perl/GnuPG-Interface-0.430.0
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/GnuPG-Interface')
-rw-r--r-- | dev-perl/GnuPG-Interface/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/GnuPG-Interface/GnuPG-Interface-0.430.0.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/GnuPG-Interface/ChangeLog b/dev-perl/GnuPG-Interface/ChangeLog index 2648eda0d3bb..30e95de7d929 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.39 2010/10/28 18:54:42 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.40 2011/03/09 07:50:52 tove Exp $ + +*GnuPG-Interface-0.430.0 (09 Mar 2011) + + 09 Mar 2011; Torsten Veller <tove@gentoo.org> + +GnuPG-Interface-0.430.0.ebuild: + Version bump 28 Oct 2010; Fabian Groffen <grobian@gentoo.org> GnuPG-Interface-0.42.ebuild: diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.430.0.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.430.0.ebuild new file mode 100644 index 000000000000..abacc81f4853 --- /dev/null +++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.430.0.ebuild @@ -0,0 +1,21 @@ +# 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.430.0.ebuild,v 1.1 2011/03/09 07:50:52 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=JESSE +MODULE_VERSION=0.43 +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 + dev-perl/Any-Moose" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |