There's no ebuild for Perl's CGI::Simple, so I made one in my local portage tree that seems to work well. It's mostly a direct copy of the ebuild file from dev-perl/CGI, and places CGI::Simple as dev-perl/Cgi-Simple. Included below is the ebuild file if some developer wants to toss it in the tree, I assume it's trivial for you to generate the ChangeLog and digest. I know the mixed case on "Cgi" looks nonstandard, but that's the way the author named his tarballs, so it seemed the most consistent. ---CUT HERE: dev-perl/Cgi-Simple/Cgi-Simple-0.04.ebuild --- # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-0.04.ebuild,v 1.1 2002/10/30 07:20:34 nobody Exp $ inherit perl-module MY_P=${PN}-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="The Perl CGI::Simple Module" SRC_URI="http://www.cpan.org/modules/by-authors/id/J/JF/JFREEMAN/${MY_P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/JFREEMAN/${MY_P}/" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 ppc sparc sparc64 alpha"
db fix
wrangler
Added to portage. Enjoy.