Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/musl: musl-9999.ebuild musl-0.9.15.ebuild ChangeLog
Date: Thu, 23 Jan 2014 14:17:54
Message-Id: 20140123141750.C75B52004C@flycatcher.gentoo.org
1 blueness 14/01/23 14:17:50
2
3 Modified: musl-9999.ebuild musl-0.9.15.ebuild ChangeLog
4 Log:
5 RDEPEND on sys-apps/getent to provide user/group management
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.6 sys-libs/musl/musl-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-9999.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-9999.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-9999.ebuild?r1=1.5&r2=1.6
15
16 Index: musl-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-9999.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- musl-9999.ebuild 9 Aug 2013 00:50:50 -0000 1.5
23 +++ musl-9999.ebuild 23 Jan 2014 14:17:50 -0000 1.6
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-9999.ebuild,v 1.5 2013/08/09 00:50:50 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-9999.ebuild,v 1.6 2014/01/23 14:17:50 blueness Exp $
30
31 -EAPI=4
32 +EAPI=5
33
34 inherit eutils flag-o-matic multilib toolchain-funcs
35 if [[ ${PV} == "9999" ]] ; then
36 @@ -30,6 +30,8 @@
37 SLOT="0"
38 IUSE="crosscompile_opts_headers-only"
39
40 +RDEPEND="sys-apps/getent"
41 +
42 is_crosscompile() {
43 [[ ${CHOST} != ${CTARGET} ]]
44 }
45 @@ -83,7 +85,9 @@
46 is_crosscompile && return 0
47
48 [ "${ROOT}" != "/" ] && return 0
49 - # update cache before reloading init
50 +
51 + # TODO: musl doesn't use ldconfig, instead here we can
52 + # create sym links to libraries outside of /lib and /usr/lib
53 ldconfig
54 # reload init ...
55 /sbin/telinit U 2>/dev/null
56
57
58
59 1.2 sys-libs/musl/musl-0.9.15.ebuild
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-0.9.15.ebuild?rev=1.2&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-0.9.15.ebuild?rev=1.2&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-0.9.15.ebuild?r1=1.1&r2=1.2
64
65 Index: musl-0.9.15.ebuild
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-0.9.15.ebuild,v
68 retrieving revision 1.1
69 retrieving revision 1.2
70 diff -u -r1.1 -r1.2
71 --- musl-0.9.15.ebuild 14 Jan 2014 17:52:03 -0000 1.1
72 +++ musl-0.9.15.ebuild 23 Jan 2014 14:17:50 -0000 1.2
73 @@ -1,8 +1,8 @@
74 # Copyright 1999-2014 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-0.9.15.ebuild,v 1.1 2014/01/14 17:52:03 blueness Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-0.9.15.ebuild,v 1.2 2014/01/23 14:17:50 blueness Exp $
78
79 -EAPI="5"
80 +EAPI=5
81
82 inherit eutils flag-o-matic multilib toolchain-funcs
83 if [[ ${PV} == "9999" ]] ; then
84 @@ -30,6 +30,8 @@
85 SLOT="0"
86 IUSE="crosscompile_opts_headers-only"
87
88 +RDEPEND="sys-apps/getent"
89 +
90 is_crosscompile() {
91 [[ ${CHOST} != ${CTARGET} ]]
92 }
93
94
95
96 1.16 sys-libs/musl/ChangeLog
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?rev=1.16&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?rev=1.16&content-type=text/plain
100 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?r1=1.15&r2=1.16
101
102 Index: ChangeLog
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v
105 retrieving revision 1.15
106 retrieving revision 1.16
107 diff -u -r1.15 -r1.16
108 --- ChangeLog 23 Jan 2014 14:14:30 -0000 1.15
109 +++ ChangeLog 23 Jan 2014 14:17:50 -0000 1.16
110 @@ -1,6 +1,10 @@
111 # ChangeLog for sys-libs/musl
112 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
113 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.15 2014/01/23 14:14:30 blueness Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.16 2014/01/23 14:17:50 blueness Exp $
115 +
116 + 23 Jan 2014; Anthony G. Basile <blueness@g.o> musl-0.9.15.ebuild,
117 + musl-9999.ebuild:
118 + RDEPEND on sys-apps/getent to provide user/group management
119
120 23 Jan 2014; Anthony G. Basile <blueness@g.o> -musl-0.9.14.ebuild:
121 Remove older version