Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38692 - New ebuild for HTML::Table 1.20
Summary: New ebuild for HTML::Table 1.20
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-19 02:10 UTC by Sandino Araico Sanchez
Modified: 2004-01-19 10:56 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 Sandino Araico Sanchez 2004-01-19 02:10:53 UTC
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# 2004-01-19 Sandino Araico S
Comment 1 Sandino Araico Sanchez 2004-01-19 02:10:53 UTC
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# 2004-01-19 Sandino Araico Sánchez <sandino@sandino.net>
#     New ebuild for HTML::table 1.20
 
inherit perl-module
 
MY_P=${P/.3_/c-}
S=${WORKDIR}/${MY_P}
CATEGORY="dev-perl"
DESCRIPTION="The Perl HTML Table Module"
SRC_URI="http://www.cpan.org/modules/by-module/HTML/${MY_P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/HTML/${MY_P}.readme"
 
SLOT="0"
LICENSE="Artistic | GPL-2"
KEYWORDS="ppc"
# It should work on other platforms but I have only tested it on PPC
 
DEPEND="${DEPEND}"
 
mydoc="TODO"


Reproducible: Always
Steps to Reproduce:
1.emerge HTML-Table
2.
3.

Actual Results:  
compiled and installed

Expected Results:  
compiled and installed
Comment 2 Eric Sammer (RETIRED) gentoo-dev 2004-01-19 10:56:28 UTC
Perl modules are only added to portage if they fill a dependency of something in portage. If not, you can use g-cpan.pl to install perl modules. For more information, please see http://www.gentoo.org/doc/en/policy.xml#doc_chap2

This doesn't seem to meet the criteria so we'll have to decline, but thanks for the submission anyway.