diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-22 12:55:54 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-22 12:55:54 +0000 |
commit | e00aa7f66386965f7372c52b7b26790ac0b6906e (patch) | |
tree | de560f7436e0233b9156d98ff3a6451ca4b20e0d /dev-perl/digest-md2 | |
parent | Added new (p.masked) upstream version. Changed maintainer as I'll take care o... (diff) | |
download | historical-e00aa7f66386965f7372c52b7b26790ac0b6906e.tar.gz historical-e00aa7f66386965f7372c52b7b26790ac0b6906e.tar.bz2 historical-e00aa7f66386965f7372c52b7b26790ac0b6906e.zip |
stable amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/digest-md2')
-rw-r--r-- | dev-perl/digest-md2/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/digest-md2/digest-md2-2.03.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/digest-md2/ChangeLog b/dev-perl/digest-md2/ChangeLog index d76586c22e08..83f4da1d8aab 100644 --- a/dev-perl/digest-md2/ChangeLog +++ b/dev-perl/digest-md2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/digest-md2 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-md2/ChangeLog,v 1.8 2004/12/30 18:52:25 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-md2/ChangeLog,v 1.9 2005/04/22 12:52:15 blubb Exp $ + + 22 Apr 2005; Simon Stelling <blubb@gentoo.org> digest-md2-2.03.ebuild: + stable on amd64 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/digest-md2/digest-md2-2.03.ebuild b/dev-perl/digest-md2/digest-md2-2.03.ebuild index 1d1933b36908..e08b003db157 100644 --- a/dev-perl/digest-md2/digest-md2-2.03.ebuild +++ b/dev-perl/digest-md2/digest-md2-2.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-md2/digest-md2-2.03.ebuild,v 1.7 2004/10/16 23:57:25 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-md2/digest-md2-2.03.ebuild,v 1.8 2005/04/22 12:52:15 blubb Exp $ inherit perl-module @@ -12,5 +12,5 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc alpha hppa ~amd64 ~mips" +KEYWORDS="x86 ~ppc ~sparc alpha hppa amd64 ~mips" IUSE="" |