Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23210 - Term-ProgressBar-2.03.ebuild fails due to unknown dependcies.
Summary: Term-ProgressBar-2.03.ebuild fails due to unknown dependcies.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-20 21:11 UTC by Tony Clark
Modified: 2003-06-23 06:36 UTC (History)
0 users

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


Attachments
Fixed ebuild (Term-ProgressBar-2.03.ebuild,606 bytes, text/plain)
2003-06-20 21:13 UTC, Tony Clark
Details
Updated change log (ChangeLog,791 bytes, text/plain)
2003-06-20 21:18 UTC, Tony Clark
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Clark 2003-06-20 21:11:29 UTC
Term-Progressbar-2.03 fails as it is trying to fetch from the wrong directory in
the URL.

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header:
/home/cvsroot/gentoo-x86/dev-perl/Term-ProgressBar/Term-ProgressBar-2.03.e
build,v 1.1 2003/06/16 14:26:32 mcummings Exp $

inherit perl-module

S=${WORKDIR}/${P}
DESCRIPTION="Perl module for Term-ProgressBar"
SRC_URI="http://search.cpan.org/CPAN/authors/id/F/FL/FLUFFY/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/author/FLUFFY/Term-ProgressBar-2.02/"
For some reason this causes the ebuild to fail --------------------^

Should be HOMEPAGE="http://search.cpan.org/author/FLUFFY/Term-ProgressBar-2.03/"

SLOT="0"
LICENSE="Artistic"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"

DEPEND="dev-perl/Class-MethodMaker
                dev-perl/TermReadKey"

~
Comment 1 Tony Clark 2003-06-20 21:13:41 UTC
Created attachment 13622 [details]
Fixed ebuild
Comment 2 Tony Clark 2003-06-20 21:18:07 UTC
Created attachment 13623 [details]
Updated change log
Comment 3 Tony Clark 2003-06-20 21:27:16 UTC
This fixes a warning from xmltv and seems to work ok. http://bugs.gentoo.org/show_bug.cgi?id=23164
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2003-06-23 06:36:30 UTC
Hey, look at that! Actually, it should just be ${P} in the homepage. Fixed and updated (credit given).