Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31023 - HTTPD-User-Manage-1.61.ebuild (new package)
Summary: HTTPD-User-Manage-1.61.ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-13 03:22 UTC by lists2
Modified: 2004-02-27 07:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lists2 2003-10-13 03:22:45 UTC
I wrote an ebuild for the HTTPD-User-Manage perl module:

  http://search.cpan.org/~lds/HTTPD-User-Manage-1.61/

"...a script and set of Perl modules for managing access 
control with the Apache, NCSA httpd, CERN and Netscape 
servers (and maybe some others)."

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 lists2 2003-10-13 03:28:02 UTC
Since the file uploading feature doesn't seem to be working so well for me,
I'll paste the ebuild in below:

inherit perl-module

DESCRIPTION="Perl module for managing access control of web servers"
SRC_URI="http://www.cpan.org/authors/id/L/LD/LDS/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/authors/id/L/LD/LDS/${P}.readme"

SLOT="0"
LICENSE="Unknown"
KEYWORDS="x86"

DEPEND=">=dev-perl/MD5-2.02"
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2004-02-27 07:47:20 UTC
Sorry this has taken so long to get to, I'm currently in the process of cleaning up the perl@g.o bug lists. I've taken a look and added the package, but removed the depend you had listed - this isn't a dependancy of the module (I checked the Makefile.PL prereq's).