diff options
-rw-r--r-- | perl-core/Digest-MD5/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.39.ebuild | 20 | ||||
-rw-r--r-- | perl-core/MIME-Base64/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/MIME-Base64/MIME-Base64-3.08.ebuild | 16 | ||||
-rw-r--r-- | perl-core/digest-base/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/digest-base/digest-base-1.16.ebuild | 23 |
6 files changed, 80 insertions, 6 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index f36bba4314a6..fc6571e919d4 100644 --- a/perl-core/Digest-MD5/ChangeLog +++ b/perl-core/Digest-MD5/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Digest-MD5 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.21 2009/03/19 14:35:48 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.22 2009/06/10 13:39:53 tove Exp $ + +*Digest-MD5-2.39 (10 Jun 2009) + + 10 Jun 2009; Torsten Veller <tove@gentoo.org> +Digest-MD5-2.39.ebuild: + Version bump 19 Mar 2009; Raúl Porcel <armin76@gentoo.org> Digest-MD5-2.36.ebuild, Digest-MD5-2.38.ebuild: diff --git a/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild new file mode 100644 index 000000000000..c0805b33749f --- /dev/null +++ b/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild,v 1.1 2009/06/10 13:39:53 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=GAAS +inherit perl-module + +DESCRIPTION="MD5 message digest algorithm" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="virtual/perl-digest-base" +DEPEND="${RDEPEND}" + +SRC_TEST=do +mydoc="rfc*.txt" diff --git a/perl-core/MIME-Base64/ChangeLog b/perl-core/MIME-Base64/ChangeLog index 7742045991d0..504faa33fe8b 100644 --- a/perl-core/MIME-Base64/ChangeLog +++ b/perl-core/MIME-Base64/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/MIME-Base64 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/ChangeLog,v 1.15 2009/03/13 21:03:09 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/ChangeLog,v 1.16 2009/06/10 13:43:54 tove Exp $ + +*MIME-Base64-3.08 (10 Jun 2009) + + 10 Jun 2009; Torsten Veller <tove@gentoo.org> +MIME-Base64-3.08.ebuild: + Version bump 13 Mar 2009; Torsten Veller <tove@gentoo.org> -MIME-Base64-3.05.ebuild: Cleanup diff --git a/perl-core/MIME-Base64/MIME-Base64-3.08.ebuild b/perl-core/MIME-Base64/MIME-Base64-3.08.ebuild new file mode 100644 index 000000000000..ed6c1ca2818f --- /dev/null +++ b/perl-core/MIME-Base64/MIME-Base64-3.08.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/MIME-Base64-3.08.ebuild,v 1.1 2009/06/10 13:43:54 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=GAAS +inherit perl-module + +DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog index 0de57ff74a9b..343bb430f4d1 100644 --- a/perl-core/digest-base/ChangeLog +++ b/perl-core/digest-base/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/digest-base -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.35 2009/03/13 22:05:57 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.36 2009/06/10 13:35:17 tove Exp $ + +*digest-base-1.16 (10 Jun 2009) + + 10 Jun 2009; Torsten Veller <tove@gentoo.org> +digest-base-1.16.ebuild: + Version bump 13 Mar 2009; Torsten Veller <tove@gentoo.org> -digest-base-1.13.ebuild: Cleanup diff --git a/perl-core/digest-base/digest-base-1.16.ebuild b/perl-core/digest-base/digest-base-1.16.ebuild new file mode 100644 index 000000000000..cd9e7c7260a3 --- /dev/null +++ b/perl-core/digest-base/digest-base-1.16.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.16.ebuild,v 1.1 2009/06/10 13:35:17 tove Exp $ + +EAPI=2 + +MY_PN=Digest +MY_P=${MY_PN}-${PV} +MODULE_AUTHOR=GAAS +S=${WORKDIR}/${MY_P} +inherit perl-module + +DESCRIPTION="Modules that calculate message digests" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="virtual/perl-MIME-Base64" +DEPEND="${RDEPEND}" + +SRC_TEST="do" +mydoc="rfc*.txt" |