Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/dclibc: dclibc-0.1.1_beta1.ebuild ChangeLog
Date: Tue, 04 Dec 2007 20:13:58
Message-Id: E1Ize9R-00043p-AT@stork.gentoo.org
1 armin76 07/12/04 20:13:53
2
3 Modified: dclibc-0.1.1_beta1.ebuild ChangeLog
4 Log:
5 Remove static USE-flag, bug #165614
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.2 net-libs/dclibc/dclibc-0.1.1_beta1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/dclibc/dclibc-0.1.1_beta1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/dclibc/dclibc-0.1.1_beta1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/dclibc/dclibc-0.1.1_beta1.ebuild?r1=1.1&r2=1.2
14
15 Index: dclibc-0.1.1_beta1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/dclibc/dclibc-0.1.1_beta1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- dclibc-0.1.1_beta1.ebuild 19 Jun 2006 06:49:43 -0000 1.1
22 +++ dclibc-0.1.1_beta1.ebuild 4 Dec 2007 20:13:52 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/dclibc/dclibc-0.1.1_beta1.ebuild,v 1.1 2006/06/19 06:49:43 squinky86 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/dclibc/dclibc-0.1.1_beta1.ebuild,v 1.2 2007/12/04 20:13:52 armin76 Exp $
29
30 inherit versionator
31
32 @@ -16,15 +16,8 @@
33 LICENSE="LGPL-2.1"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE="static"
37 -
38 -DEPEND="virtual/libc"
39 -
40 -src_compile() {
41 - econf $(use_enable static) || die "econf failed"
42 - emake || die "emake failed"
43 -}
44 +IUSE=""
45
46 src_install() {
47 - make DESTDIR=${D} install || die
48 + emake DESTDIR="${D}" install || die "emake install failed"
49 }
50
51
52
53 1.2 net-libs/dclibc/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/dclibc/ChangeLog?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/dclibc/ChangeLog?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/dclibc/ChangeLog?r1=1.1&r2=1.2
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-libs/dclibc/ChangeLog,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- ChangeLog 19 Jun 2006 06:49:43 -0000 1.1
66 +++ ChangeLog 4 Dec 2007 20:13:52 -0000 1.2
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-libs/dclibc
69 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-libs/dclibc/ChangeLog,v 1.1 2006/06/19 06:49:43 squinky86 Exp $
71 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/net-libs/dclibc/ChangeLog,v 1.2 2007/12/04 20:13:52 armin76 Exp $
73 +
74 + 04 Dec 2007; Raúl Porcel <armin76@g.o> dclibc-0.1.1_beta1.ebuild:
75 + Remove static USE-flag, bug #165614
76
77 *dclibc-0.1.1_beta1 (19 Jun 2006)
78
79
80
81
82 --
83 gentoo-commits@g.o mailing list