Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi, MIME-Base64 latest Gentoo version is very old : 3.01 (2004-03-29) Here's a trivial diff to release a 3.05 ebuild : diff -u MIME-Base64-3.01.ebuild MIME-Base64-3.05.ebuild --- MIME-Base64-3.01.ebuild 2004-07-22 04:35:52.000000000 +0200 +++ MIME-Base64-3.05.ebuild 2004-09-25 16:11:22.663004504 +0200 @@ -5,8 +5,8 @@ inherit perl-module DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" -HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.readme" -SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/MIME/${P}.readme" +SRC_URI="http://www.cpan.org/modules/by-module/MIME//${P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" Noe that I changed the SRC_URL and HOMEPAGE as I think Cpan.org should be used and not a mirror (don't know if I'm right). We must update MIME-Base64 so that we can then later update the MIME-tools ebuild as a new version with important fixes is out : see http://www.cpan.org/modules/by-module/MIME/DSKOLL/
FYI - there is now a mirror://cpan/ that can be used for the SRC_URI.
done
forgot to mark this closed last time