Gentoo Archives: gentoo-dev

From: Ned Ludd <solar@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Portage feature addition
Date: Sun, 03 Dec 2006 20:48:32
Message-Id: 1165178740.4472.14.camel@here.linbsd.net
In Reply to: Re: [gentoo-dev] Portage feature addition by Mike Frysinger
1 On Sun, 2006-12-03 at 14:33 -0500, Mike Frysinger wrote:
2 > On Sunday 03 December 2006 01:00, Alec Warner wrote:
3 > > Recently commited to svn (but afaik released only in ~arch) is code to
4 > > prevent the sourcing of ebuilds with no manifest. Thus ebuilds you
5 > > randomly download off of bugzilla need to get a lookover from you and
6 > > then ebuild foo.ebuild digest'd.
7 >
8 > i thought portage always did that ... if you have FEATURES=strict, it'll
9 > complain that a file doesnt exist in the Manifest and abort
10
11 Nope.. Try this..
12
13 cd $(portageq envvar PORTDIR)/virtual/
14 mkdir mike
15 cd mike
16 echo 'echo OWNED at phase $EBUILD_PHASE' > mike-0.0.ebuild
17 emerge -pv mike
18
19
20 > -mike
21 --
22 Ned Ludd <solar@g.o>
23 Gentoo Linux
24
25 --
26 gentoo-dev@g.o mailing list

Replies

Subject Author
[gentoo-dev] Re: Portage feature addition Steve Long <slong@××××××××××××××××××.uk>