Gentoo Archives: gentoo-dev

From: Brian Jackson <iggy@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] splitting one source package into many binaries
Date: Thu, 16 Jun 2005 17:44:47
Message-Id: 42B1B997.5070003@gentoo.org
In Reply to: [gentoo-dev] splitting one source package into many binaries by "Rafael Espíndola"
1 Rafael Espíndola wrote:
2 > I am using Gentoo to build some small systems. While things like the
3 > minimal useflag is a joy, the monolithic nature of most gentoo
4 > packages is a headache.
5 >
6 > Kde has been spit and libstdc++ can be installed without gcc but there
7 > are many other packages that don't have this feature. For example,
8 > installing qt also installs qt designer.
9
10 Use INSTALL_MASK to keep it from getting installed. Keep both pieces.
11
12 >
13 > Has someone worked on changing ebuild so that it could create many
14 > binary packages from one source? Something similar to debian's
15 > dpkg-buildpackage. For example, it would be wonderful to be able to do
16 >
17 > ebuild qt-something.ebuild split-package
18 >
19 > and have in /usr/portage/packages a package for qt-designer and a
20 > package for the rest of the library.
21 >
22 > Is this a bad idea or simply not the Gentoo way?
23 >
24 > Thanks for any comments
25 >
26 > --
27 > Rafael Ávila de Espíndola
28 >
29 --
30 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] splitting one source package into many binaries Yuri Vasilevski <yuri@×××××××××××××.mx>