Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
Date: Mon, 25 Nov 2013 19:32:43
Message-Id: 20131125193238.434222004B@flycatcher.gentoo.org
1 mgorny 13/11/25 19:32:38
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Make dbus a PDEP + test dep since upstream no longer links to the library. Add BUILT_SOURCES build to fix bug #492370.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.73 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.73&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.73&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.72&r2=1.73
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.72
20 retrieving revision 1.73
21 diff -u -r1.72 -r1.73
22 --- systemd-9999.ebuild 16 Nov 2013 13:40:35 -0000 1.72
23 +++ systemd-9999.ebuild 25 Nov 2013 19:32:38 -0000 1.73
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.72 2013/11/16 13:40:35 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.73 2013/11/25 19:32:38 mgorny Exp $
29
30 EAPI=5
31
32 @@ -31,8 +31,7 @@
33
34 MINKV="3.0"
35
36 -COMMON_DEPEND=">=sys-apps/dbus-1.6.8-r1:0=
37 - >=sys-apps/util-linux-2.20:0=
38 +COMMON_DEPEND=">=sys-apps/util-linux-2.20:0=
39 sys-libs/libcap:0=
40 acl? ( sys-apps/acl:0= )
41 audit? ( >=sys-process/audit-2:0= )
42 @@ -64,7 +63,9 @@
43 !<sys-libs/glibc-2.10
44 !sys-fs/udev"
45
46 -PDEPEND=">=sys-apps/hwids-20130717-r1[udev]
47 +# sys-apps/daemon: the daemon only (+ build-time lib dep for tests)
48 +PDEPEND=">=sys-apps/dbus-1.6.8-r1:0
49 + >=sys-apps/hwids-20130717-r1[udev]
50 policykit? ( sys-auth/polkit )
51 !vanilla? ( sys-apps/gentoo-systemd-integration )"
52
53 @@ -79,7 +80,8 @@
54 >=sys-devel/gcc-4.6
55 >=sys-kernel/linux-headers-${MINKV}
56 virtual/pkgconfig
57 - doc? ( >=dev-util/gtk-doc-1.18 )"
58 + doc? ( >=dev-util/gtk-doc-1.18 )
59 + test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
60
61 #if LIVE
62 DEPEND="${DEPEND}
63 @@ -233,6 +235,8 @@
64 # prerequisites for gudev
65 use gudev && emake src/gudev/gudev{enumtypes,marshal}.{c,h}
66
67 + echo 'gentoo: $(BUILT_SOURCES)' | \
68 + emake "${mymakeopts[@]}" -f Makefile -f - gentoo
69 echo 'gentoo: $(lib_LTLIBRARIES) $(pkgconfiglib_DATA)' | \
70 emake "${mymakeopts[@]}" -f Makefile -f - gentoo
71 fi
72
73
74
75 1.200 sys-apps/systemd/ChangeLog
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.200&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.200&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.199&r2=1.200
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
84 retrieving revision 1.199
85 retrieving revision 1.200
86 diff -u -r1.199 -r1.200
87 --- ChangeLog 24 Nov 2013 14:33:32 -0000 1.199
88 +++ ChangeLog 25 Nov 2013 19:32:38 -0000 1.200
89 @@ -1,6 +1,10 @@
90 # ChangeLog for sys-apps/systemd
91 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.199 2013/11/24 14:33:32 pacho Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.200 2013/11/25 19:32:38 mgorny Exp $
94 +
95 + 25 Nov 2013; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
96 + Make dbus a PDEP + test dep since upstream no longer links to the library. Add
97 + BUILT_SOURCES build to fix bug #492370.
98
99 24 Nov 2013; Pacho Ramos <pacho@g.o> systemd-208-r2.ebuild:
100 amd64 stable, bug #487344