Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 796242 - app-portage/java-ebuilder: SRC_URI
Summary: app-portage/java-ebuilder: SRC_URI
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-15 15:53 UTC by Volkmar W. Pogatzki
Modified: 2021-06-15 17:26 UTC (History)
1 user (show)

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


Attachments
ebuild created by java-ebuilder showing strange SRC_URI (xmlgraphics-commons-2.6.ebuild,2.13 KB, text/plain)
2021-06-15 15:53 UTC, Volkmar W. Pogatzki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volkmar W. Pogatzki 2021-06-15 15:53:55 UTC
Created attachment 716322 [details]
ebuild created by java-ebuilder showing strange SRC_URI

SRC_URI in the created ebuilds should not put "-> ${P}-sources.tar.gz" when the download url does not contain "sources".

Bad example in the attachment:
SRC_URI="mirror://apache/xmlgraphics/commons/source/${PV}-src.tar.gz -> ${P}-sources.tar.gz"
Comment 1 Miroslav Šulc gentoo-dev 2021-06-15 17:26:44 UTC
this is by design. it was chosen by the author who added support for generating packages with [binary] to switch the package to use binary version of the jar instead of the sources. so we have *-sources.* and *-binary.* file names.