Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 9992

Summary: Ebuild for Perl Module CGI::Simple
Product: Gentoo Linux Reporter: Brandon Black <ph_317>
Component: New packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: EBUILD
Priority: Low    
Version: 1.4_rc1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Brandon Black 2002-10-30 18:38:08 UTC
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"
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:20:17 UTC
db fix
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:25:11 UTC
db fix
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-05-12 02:29:12 UTC
wrangler
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2003-06-20 18:37:31 UTC
Added to portage. Enjoy.