Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280467 - "ebuild <foo> digest" should respect LANG
Summary: "ebuild <foo> digest" should respect LANG
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-05 15:14 UTC by Toralf Förster
Modified: 2009-08-05 15:57 UTC (History)
1 user (show)

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 Toralf Förster gentoo-dev 2009-08-05 15:14:18 UTC
While shameless copying mozilla-firefox-3.0.12.ebuild to mozilla-firefox-3.0.13.ebuild, tweaking PATCH="..." and making "ebuild mozilla-firefox-3.0.13.ebuild digest" I realized that this pulls all language related files.
What about having an option to download only those files which are really necessary for the local system ?


Reproducible: Always
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-08-05 15:45:40 UTC
(In reply to comment #0)
> While shameless copying mozilla-firefox-3.0.12.ebuild to
> mozilla-firefox-3.0.13.ebuild, tweaking PATCH="..." and making "ebuild
> mozilla-firefox-3.0.13.ebuild digest" I realized that this pulls all language
> related files.
> What about having an option to download only those files which are really
> necessary for the local system ?

When you are calling "digest" you are generating the Manifest file. As such, it has to know the size of everything in SRC_URI.

Instead of "having an option to download only those files which are really necessary for the local system" - I say that you should instead modify SRC_URI to download only the files for your local system.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-08-05 15:46:55 UTC
I meant to also say: "Feel free to further discuss why you think this change should happen, but it will introduce breakage in the long run because it is used by developers to commit. Resolving as invalid"
Comment 3 Toralf Förster gentoo-dev 2009-08-05 15:57:10 UTC
Probably the easiest way is to change SRC_URI too - thx for your response.