Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
Date: Thu, 10 Jul 2014 17:12:13
Message-Id: 20140710171207.1FD672004E@flycatcher.gentoo.org
1 floppym 14/07/10 17:12:07
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Move rootprefix logic into the main configure block.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.125 sys-apps/systemd/systemd-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.125&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.125&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.124&r2=1.125
15
16 Index: systemd-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
19 retrieving revision 1.124
20 retrieving revision 1.125
21 diff -u -r1.124 -r1.125
22 --- systemd-9999.ebuild 10 Jul 2014 00:20:25 -0000 1.124
23 +++ systemd-9999.ebuild 10 Jul 2014 17:12:06 -0000 1.125
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.124 2014/07/10 00:20:25 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.125 2014/07/10 17:12:06 floppym Exp $
29
30 EAPI=5
31
32 @@ -195,6 +195,9 @@
33 --with-bashcompletiondir="$(get_bashcompdir)"
34 # make sure we get /bin:/sbin in $PATH
35 --enable-split-usr
36 + # For testing.
37 + --with-rootprefix="${ROOTPREFIX-/usr}"
38 + --with-rootlibdir="${ROOTPREFIX-/usr}/$(get_libdir)"
39 # disable sysv compatibility
40 --with-sysvinit-path=
41 --with-sysvrcnd-path=
42 @@ -270,14 +273,6 @@
43 )
44 fi
45
46 - # Added for testing; this is UNSUPPORTED by the Gentoo systemd team!
47 - if [[ -n ${ROOTPREFIX+set} ]]; then
48 - myeconfargs+=(
49 - --with-rootprefix="${ROOTPREFIX}"
50 - --with-rootlibdir="${ROOTPREFIX}/$(get_libdir)"
51 - )
52 - fi
53 -
54 if ! multilib_is_native_abi; then
55 myeconfargs+=(
56 ac_cv_search_cap_init=
57
58
59
60 1.285 sys-apps/systemd/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.285&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.285&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.284&r2=1.285
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
69 retrieving revision 1.284
70 retrieving revision 1.285
71 diff -u -r1.284 -r1.285
72 --- ChangeLog 10 Jul 2014 00:33:56 -0000 1.284
73 +++ ChangeLog 10 Jul 2014 17:12:06 -0000 1.285
74 @@ -1,6 +1,9 @@
75 # ChangeLog for sys-apps/systemd
76 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.284 2014/07/10 00:33:56 floppym Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.285 2014/07/10 17:12:06 floppym Exp $
79 +
80 + 10 Jul 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
81 + Move rootprefix logic into the main configure block.
82
83 *systemd-215-r1 (10 Jul 2014)