Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219016 - let add new option who list pathes (not names) of files request to install by emerge
Summary: let add new option who list pathes (not names) of files request to install by...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-23 12:23 UTC by Michał Gabor
Modified: 2008-04-24 14:11 UTC (History)
0 users

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


Attachments
list-distfiles (list-distfiles,140 bytes, text/plain)
2008-04-23 13:41 UTC, Denis Dupeyron (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Gabor 2008-04-23 12:23:30 UTC
i have a modem and i'll have a option (for example) --only-paths who print me:
http://example.com/a.tar.gz
etc.

it's usful because i can >> /media/pendrive/list.txt and download these files in school (fast internet connection)

please send me reply about this suggestion
my mail matma6@gmail.com

Reproducible: Always

Steps to Reproduce:
n/a
Actual Results:  
n/a

Expected Results:  
n/a
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-04-23 12:32:01 UTC
Most distfiles will be on the gentoo mirrors so you can save your list of names then do a simple for loop to wget all the files off of your favorite gentoo mirror.
Comment 2 Denis Dupeyron (RETIRED) gentoo-dev 2008-04-23 13:41:37 UTC
Created attachment 150707 [details]
list-distfiles

I use the above script for this purpose. It takes the same arguments as emerge, for example :

./list-distfiles mozilla-firefox
./list-distfiles -uDN world

It will list all required distfiles, including all those you already have in /usr/portage/distfiles. That's a choice I made since some upstreams tend to change their tarballs without warning, which is very annoying when you're out in the wild without a connection.

Denis.