diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-10 13:43:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-10 13:43:54 +0000 |
commit | 3a0a77e1331db5dccac5751444c8d9fd13b4bc68 (patch) | |
tree | bad0bfbe192e9064b9dadb42e49da7d3b9bd860b /perl-core/MIME-Base64 | |
parent | Fix typo in comment in remi's p.mask (diff) | |
download | historical-3a0a77e1331db5dccac5751444c8d9fd13b4bc68.tar.gz historical-3a0a77e1331db5dccac5751444c8d9fd13b4bc68.tar.bz2 historical-3a0a77e1331db5dccac5751444c8d9fd13b4bc68.zip |
Version bump
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'perl-core/MIME-Base64')
-rw-r--r-- | perl-core/MIME-Base64/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/MIME-Base64/MIME-Base64-3.08.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
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" |