Gentoo Archives: gentoo-amd64

From: Jose Maria Alvarez Fernandez <jmalvarezf@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: XOrg 6.9
Date: Mon, 09 Jan 2006 22:52:34
Message-Id: 200601092350.21250.jmalvarezf@gmail.com
In Reply to: [gentoo-amd64] Re: XOrg 6.9 by Francesco Talamona
1 If you don't want to use the modular version, you can always use this overlay:
2
3 http://forums.gentoo.org/viewtopic-t-396898-start-0.html
4
5 I prefer not to use the modular version until it gets unmasked (or at least
6 not hardmasked)
7
8 hope it helps!
9
10 Chema
11 El Lunes, 9 de Enero de 2006 23:30, Francesco Talamona escribió:
12 > On Monday 09 January 2006 22:09, Sebastian Redl wrote:
13 > > Francesco Talamona wrote:
14 > > >I also made a little script to help unmask all the packages needed,
15 > > >anyway it is a process quite tedious :-)
16 > >
17 > > Care to share? It is indeed quite tedious.
18 >
19 > #!/bin/bash
20 > echo -e "=$1\t\t\t~amd64\n" >> /etc/portage/package.keywords
21 > echo -e "\n =$1" >> /etc/portage/package.unmask
22 > #emerge -1 -a =x11-base/xorg-x11-7.0
23 > emerge -a =$1
24 >
25 > First round I used the first three lines to see what packages were
26 > needed in order to compile xorg-x11, then commented out third line and
27 > added last one; now I use it to add the program I want.
28 >
29 > It's noting to be really proud of, but it saves some typing, adds equal
30 > signs, unmask the packages... I told it was a little script ;-)
31 >
32 > Did you perhaps mean to have the list generated? I currently have a 381
33 > lines /etc/portage/package.keywords and a 159
34 > lines /etc/portage/package.unmask, I can send them offlist...
35 >
36 > The ebuild content is:
37 > cat ${PORTDIR_OVERLAY}/virtual/x11/x11-7.0.ebuild
38 > # Copyright 1999-2005 Gentoo Foundation
39 > # Distributed under the terms of the GNU General Public License v2
40 > # $Header: /var/cvsroot/gentoo-x86/virtual/x11/x11-7.0.ebuild,v 1.2
41 > 2005/12/09 21:16:15 flameeyes Exp $
42 > DESCRIPTION="Virtual for the core X11 implementation"
43 > HOMEPAGE="http://www.gentoo.org/proj/en/desktop/x/x11/"
44 > SRC_URI=""
45 > LICENSE="GPL-2"
46 > SLOT="0"
47 > KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86"
48 > IUSE=""
49 > DEPEND=""
50 > RDEPEND=">x11-base/xorg-x11-6.99"
51 >
52 > So now you can see where it came from :-)
53 >
54 > Ciao
55 > Francesco
56 >
57 > --
58 > Linux Version 2.6.15-gentoo, Compiled #1 PREEMPT Wed Jan 4 20:40:52 CET
59 > 2006
60 > One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4415.95 Bogomips Total
61 > aemaeth
62
63 --
64 gentoo-amd64@g.o mailing list