Gentoo Archives: gentoo-dev

From: Marius Mauch <genone@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Add new variable BINARY_KEYWORDS for binary support?
Date: Sat, 14 Aug 2004 16:23:58
Message-Id: 20040814182354.2d7b7b6c@andy.genone.homeip.net
In Reply to: [gentoo-dev] Add new variable BINARY_KEYWORDS for binary support? by pclouds
1 On 08/14/04 pclouds wrote:
2
3 > Hi
4 > I noticed there are some binary ebuilds with suffix "-bin" such as
5 > openoffice-bin. I'd propose adding a new variable BINARY_KEYWORDS into
6 > openoffice ebuild and remove openoffice-bin ebuild.
7 > The syntax of BINARY_KEYWORDS is as same as KEYWORDS. When people
8 > prefer binary ebuilds, they can do
9 > BINARY_KEYWORDS="x86" emerge something
10 > and emerge will do install a tbz2.
11 > When a maintainer decide to add binary support for some arch, they add
12 > new archs to BINARY_KEYWORDS. We may need BINARY_SRC_URI also for tbz2
13 > files.
14 > We may also form binary arch herds just like arch herds :)
15 > Is this possible?
16
17 Ehm, why?
18 This won't work as binary packages usually have a completely different
19 way of installation (how many binary packages use `./configure; make;
20 make install` ?), so you'd also need different src_compile and
21 src_install functions which basically means there is no benefit at all.
22
23 Marius
24
25 --
26 gentoo-dev@g.o mailing list

Replies