Gentoo Archives: gentoo-dev

From: Brian Harring <ferringb@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Gentoo as a development platform
Date: Sat, 16 Apr 2005 23:42:38
Message-Id: 20050416234339.GD13053@exodus.wit.org
In Reply to: [gentoo-dev] Gentoo as a development platform by Daniel Drake
1 On Sun, Apr 17, 2005 at 12:36:19AM +0100, Daniel Drake wrote:
2 > Hi,
3 >
4 > Quite often, I use Gentoo's from-source nature to my advantage when developing
5 > or testing software packages.
6 >
7 > Gentoo is fairly well oriented for this kind of environment, but it's not
8 > brilliant. As an example, foo-3.2.1 (the latest version) is installed on my
9 > system, but more recently, they fixed a critical bug in the upstream CVS tree
10 > which I'd like to test the fix for. It's not dead simple for me to do this - I
11 > want to use the CVS sources with the ebuild already in portage. I have to use
12 > "ebuild foo-3.2.1.ebuild unpack" to extract the sources, then manually replace
13 > them with my CVS checkout. Or checkout CVS, make a new tarball, call it
14 > foo-3.2.1.tar.bz2, redigest and remerge the ebuild. Or I could create a
15 > foo-cvs ebuild and go to the trouble of making it mirror the contents of
16 > foo-3.2.1.ebuild exactly.
17 >
18 > It's great that its *possible* right now thanks to portage and co, but I'm
19 > interested in ways of making this easier. Before I give this more thought, I'd
20 > be interested to know if anyone has already got any scripts or tips :)
21
22 Abuse the cvs eclass, and write an ebuild that does a co itself. If
23 you're after basically having the unpack func switchable (are we cvs
24 based, or are we working from a known tarball)... yeah, eww. :)
25 ~brian
26 --
27 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Gentoo as a development platform Daniel Drake <dsd@g.o>