Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74858 - tomcat-5.0.28.ebuild has SRC_URI and SLOT in wrong order (SRC_URI uses SLOT)
Summary: tomcat-5.0.28.ebuild has SRC_URI and SLOT in wrong order (SRC_URI uses SLOT)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-18 11:24 UTC by Petteri Räty (RETIRED)
Modified: 2004-12-18 12:03 UTC (History)
0 users

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


Attachments
Corrected ebuild. (tomcat-5.0.28.ebuild,6.69 KB, text/plain)
2004-12-18 11:27 UTC, Petteri Räty (RETIRED)
Details
Second version (tomcat-5.0.28.ebuild,6.70 KB, text/plain)
2004-12-18 11:31 UTC, Petteri Räty (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2004-12-18 11:24:49 UTC
SRC_URI="mirror://apache/tomcat-${SLOT}/v${PV}/bin/jakarta-${P}-src.tar.gz"
HOMEPAGE="http://jakarta.apache.org/tomcat"
KEYWORDS="~x86 ~ppc64"
LICENSE="Apache-2.0"
SLOT="${PV/.*}"

SLOT should of course be before SRC_URI. This isn't a problem now that the file is on Gentoo mirrors but it should still be fixed so that people who copy the latest ebuild for updates don't have problems fetching the file from apache servers. 

Reproducible: Always
Steps to Reproduce:
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2004-12-18 11:27:28 UTC
Created attachment 46277 [details]
Corrected ebuild.

Changed the order.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2004-12-18 11:31:52 UTC
Created attachment 46279 [details]
Second version

The fetch location also needs needs to be changed.
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-12-18 12:03:43 UTC
Fixed.