Gentoo Archives: gentoo-commits

From: "Alexander Gabert (pappy)" <pappy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/hardened-glibc: hardened-glibc-2.6.1-r1.ebuild
Date: Mon, 28 Apr 2008 00:22:10
Message-Id: E1JqH8B-00089c-Sc@stork.gentoo.org
1 pappy 08/04/28 00:22:07
2
3 Modified: hardened-glibc-2.6.1-r1.ebuild
4 Log:
5 mark both ebuilds -x86 because locale-gen is missing from the gentoo full patch file
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: hardened-glibc-2.6.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- hardened-glibc-2.6.1-r1.ebuild 27 Apr 2008 23:31:14 -0000 1.2
22 +++ hardened-glibc-2.6.1-r1.ebuild 28 Apr 2008 00:22:07 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild,v 1.2 2008/04/27 23:31:14 pappy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/hardened-glibc/hardened-glibc-2.6.1-r1.ebuild,v 1.3 2008/04/28 00:22:07 pappy Exp $
28
29 inherit eutils
30
31 @@ -27,8 +27,11 @@
32 LICENSE="LGPL-2"
33 SLOT="1"
34
35 -# only works for x86 so far
36 -KEYWORDS="~x86"
37 +## !!! dosbin:
38 +## /var/tmp/portage/sys-libs/hardened-glibc-2.6.1-r1/
39 +## work/glibc-2.6.1/gentoo/locale/locale-gen does not exist
40 +
41 +KEYWORDS="-x86"
42 IUSE=""
43
44 PROVIDE="virtual/libc"
45 @@ -102,6 +105,8 @@
46
47 local configfiles="${WORKDIR}/glibc-${PV}/gentoo"
48
49 + # TODO: add locale-gen to the patch
50 +
51 # install the locale-gen helper utility and config file
52 dosbin "${configfiles}/locale/locale-gen" || \
53 die "locale-gen helper script could not be installed"
54
55
56
57 --
58 gentoo-commits@l.g.o mailing list