diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-22 12:39:41 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-22 12:39:41 +0000 |
commit | b2e1b1426b8a7d5f0b7c98a4871776c0c2a289a9 (patch) | |
tree | 338882ebfb99b4f383aae36b9e15091710823f5f /dev-perl/GnuPG-Interface | |
parent | Fixing deprecated message for users who can't read. (diff) | |
download | gentoo-2-b2e1b1426b8a7d5f0b7c98a4871776c0c2a289a9.tar.gz gentoo-2-b2e1b1426b8a7d5f0b7c98a4871776c0c2a289a9.tar.bz2 gentoo-2-b2e1b1426b8a7d5f0b7c98a4871776c0c2a289a9.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/GnuPG-Interface')
-rw-r--r-- | dev-perl/GnuPG-Interface/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/GnuPG-Interface/ChangeLog b/dev-perl/GnuPG-Interface/ChangeLog index e2d801f49203..0018b02223a6 100644 --- a/dev-perl/GnuPG-Interface/ChangeLog +++ b/dev-perl/GnuPG-Interface/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/GnuPG-Interface # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.7 2005/01/21 21:09:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.8 2005/04/22 12:34:57 blubb Exp $ + + 22 Apr 2005; Simon Stelling <blubb@gentoo.org> + GnuPG-Interface-0.34.ebuild: + stable on amd64 21 Jan 2005; Michael Cummings <mcummings@gentoo.org> GnuPG-Interface-0.34.ebuild: diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild index 4647c9ac67fa..386cfeafcefa 100644 --- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild +++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.34.ebuild,v 1.5 2005/01/21 21:09:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild,v 1.6 2005/04/22 12:34:57 blubb Exp $ inherit perl-module @@ -9,7 +9,7 @@ HOMEPAGE="http://gnupg-interface.sourceforge.net/" SRC_URI="mirror://sourceforge/gnupg-interface/${P}.tar.gz" LICENSE="Artistic GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~amd64 ~ia64 alpha ~hppa" +KEYWORDS="x86 ~ppc ~sparc amd64 ~ia64 alpha ~hppa" IUSE="" DEPEND=">=app-crypt/gnupg-1.2.1-r1 >=dev-perl/Class-MethodMaker-1.08" |