Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Stuff about tree/overlays
Date: Wed, 18 Apr 2007 09:55:54
Message-Id: 20070418095541.GE963@gentoo.org
1 On 10-04-2007 01:04:25 +0300, Philipp Riegger wrote:
2 > tree:
3 > media-libs/urt is missinf gentoo-config in the files dir.
4
5 ------------------------------------------------------------------------
6 r5306 | grobian | 2007-04-14 00:01:12 +0200 (Sat, 14 Apr 2007) | 2 lines
7
8 Auto sync media-libs/urt (2007-04-08 13:00:36.684493000 +0200)
9 (Portage 2.1.23.6391-prefix/SVN/SunOS 5.10 i386)
10
11 > sgml-catalog.eclass has been fixed for prefix, but not completely, i think.
12 > I have
13 > <diff>
14 > Index: sgml-catalog.eclass
15 > ===================================================================
16 > --- sgml-catalog.eclass (revision 5249)
17 > +++ sgml-catalog.eclass (working copy)
18 > @@ -15,7 +15,7 @@
19 > sgml-catalog_cat_include() {
20 > debug-print function $FUNCNAME $*
21 > - SGML_TOINSTALL="${SGML_TOINSTALL} ${1}:${2}"
22 > + SGML_TOINSTALL="${SGML_TOINSTALL} ${EPREFIX}${1}:${EPREFIX}${2}"
23 > }
24 > sgml-catalog_cat_doinstall() {
25 > </diff>
26 > in here. Might be worth having a look at it.
27
28 I think not. If you look at where SGML_TOINSTALL is used, then it looks
29 as if the contents of SGML_TOINSTALL is passed on to functions which
30 eventually prefix just before "doing it".
31
32 Thanks!
33
34 --
35 Fabian Groffen
36 Gentoo on a different level
37
38 --
39 gentoo-alt@g.o mailing list