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/gentoo-systemd-integration: gentoo-systemd-integration-9999.ebuild ChangeLog
Date: Mon, 29 Jul 2013 22:11:21
Message-Id: 20130729221113.21A7F2171C@flycatcher.gentoo.org
1 mgorny 13/07/29 22:11:13
2
3 Modified: gentoo-systemd-integration-9999.ebuild ChangeLog
4 Log:
5 Block the current revision of live ebuild as well, to ensure a smooth move of files between the packages.
6
7 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
8
9 Revision Changes Path
10 1.2 sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild?r1=1.1&r2=1.2
15
16 Index: gentoo-systemd-integration-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gentoo-systemd-integration-9999.ebuild 29 Jul 2013 21:43:10 -0000 1.1
23 +++ gentoo-systemd-integration-9999.ebuild 29 Jul 2013 22:11:13 -0000 1.2
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/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild,v 1.1 2013/07/29 21:43:10 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild,v 1.2 2013/07/29 22:11:13 mgorny Exp $
29
30 EAPI=5
31
32 @@ -21,7 +21,8 @@
33 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
34 IUSE=""
35
36 -RDEPEND="!<=sys-apps/systemd-206"
37 +RDEPEND="!<=sys-apps/systemd-206
38 + !=sys-apps/systemd-9999"
39
40 #if LIVE
41 SRC_URI=
42
43
44
45 1.2 sys-apps/gentoo-systemd-integration/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog?r1=1.1&r2=1.2
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- ChangeLog 29 Jul 2013 21:43:10 -0000 1.1
58 +++ ChangeLog 29 Jul 2013 22:11:13 -0000 1.2
59 @@ -1,6 +1,11 @@
60 # ChangeLog for sys-apps/gentoo-systemd-integration
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.1 2013/07/29 21:43:10 mgorny Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.2 2013/07/29 22:11:13 mgorny Exp $
64 +
65 + 29 Jul 2013; Michał Górny <mgorny@g.o>
66 + gentoo-systemd-integration-9999.ebuild:
67 + Block the current revision of live ebuild as well, to ensure a smooth move of
68 + files between the packages.
69
70 *gentoo-systemd-integration-9999 (29 Jul 2013)