Gentoo Archives: gentoo-dev

From: Zach Forrest <zach@××××××××××××××.ca>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Recompile but NOT upgrade
Date: Fri, 03 May 2002 15:41:48
Message-Id: 3CD2F5BC.2080706@disinformation.ca
In Reply to: Re: [gentoo-dev] Recompile but NOT upgrade by "Chad M. Huneycutt"
1 This script might do (mostly) what you're looking for. It may try to update the
2 odd package, but it will remerge most of your system. It will also report any
3 errors returned by emerge and skip any "problem" packages.
4
5 Regards,
6 Zach
7
8 Chad M. Huneycutt wrote:
9 > Sean P. Kane wrote:
10 > > I figured out a few things that will help, but haven't spent more then a
11 > > few minutes on it so far. It looks like to build a specific ebuild you
12 > > need to feed it to emerge like this:
13 > >
14 > > emerge sys-apps/less/less-358-r3.ebuild
15 > >
16 > > So, taking the output of '/usr/lib/portage/bin/pkglist | sort' which
17 > > gives you lines like:
18 > >
19 > > sys-apps/less-358-r3 sys-apps/net-tools-160-r1
20 > >
21 > > And then modifying them to look like:
22 > >
23 > > sys-apps/less/less-358-r3.ebuild
24 > > sys-apps/net-tools/net-tools-160-r1.ebuild
25 >
26 > Actually, you can do emerge =sys-apps/less-358-r3, so that will make it
27 > a bit easier on you.
28 >
29 > Chad
30 >
31 > _______________________________________________
32 > gentoo-dev mailing list
33 > gentoo-dev@g.o
34 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
35 >

Attachments

File name MIME type
remerge-system application/x-java-vm

Replies

Subject Author
Re: [gentoo-dev] Recompile but NOT upgrade "Bjarke Sørensen" <bs@××××.dk>