Gentoo Archives: gentoo-portage-dev

From: George Shapovalov <george@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] Hello
Date: Tue, 12 Oct 2004 19:10:24
Message-Id: 200410121210.15546.george@gentoo.org
In Reply to: [gentoo-portage-dev] Hello by Ashish Gawarikar
1 Hi Ashish.
2
3 See kde-base/kde-xxx.ebuild. In short just put all these packages as
4 dependencies into this "meta" package. Plus be sure to keep it in your
5 overlay (see make.conf).
6
7 Also, please use gentoo-user mailing list for questions such as this. This
8 list is for discussions of portage development.
9
10 George
11
12
13 On Tuesday 12 October 2004 11:56, Ashish Gawarikar wrote:
14 > Hello,
15 >
16 > I just started using gentoo a few days back, and I have started to like
17 > it immensly. I like the emerge/ebuild packaging system.
18 > I had a question in regards to packaging, I am planning to include
19 > multiple ebuilds into one big ebuild and when I emerge that big ebuild,
20 > it should emerge all the packages it contains. For example:
21 >
22 > dummy-1.0.0.ebuild contains
23 >
24 > foo-1.0.0.ebuild and
25 > bar-1.0.0.ebuild
26 >
27 > I tried calling in the src_install of dummy-1.0.0.ebuild,
28 > emerge foo-1.0.0.ebuild
29 > but it gives access denied error saying trying to open_wr:
30 > /var/log/emerge.log
31 >
32 > Is there a way I can achieve what I am trying to do.
33 >
34 > All the help is appreciated,
35 >
36 > Thanks in advance,
37 >
38 > Ashish Gawarikar
39 >
40 > --
41 > gentoo-portage-dev@g.o mailing list
42
43
44 --
45 gentoo-portage-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-portage-dev] Hello Ashish Gawarikar <ashish@××××××××.com>
Re: [gentoo-portage-dev] Hello Paul de Vrieze <pauldv@g.o>