Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/service-manager: service-manager-0.ebuild ChangeLog
Date: Mon, 29 Jul 2013 07:29:46
Message-Id: 20130729072939.2F51C2171C@flycatcher.gentoo.org
1 grobian 13/07/29 07:29:39
2
3 Modified: service-manager-0.ebuild ChangeLog
4 Log:
5 Fix deps for Prefix, add Prefix keywords
6
7 (Portage version: 2.2.01.22124-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.5 virtual/service-manager/service-manager-0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/service-manager/service-manager-0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/service-manager/service-manager-0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/service-manager/service-manager-0.ebuild?r1=1.4&r2=1.5
15
16 Index: service-manager-0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/service-manager/service-manager-0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- service-manager-0.ebuild 27 Jul 2013 23:44:27 -0000 1.4
23 +++ service-manager-0.ebuild 29 Jul 2013 07:29:39 -0000 1.5
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/virtual/service-manager/service-manager-0.ebuild,v 1.4 2013/07/27 23:44:27 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/service-manager/service-manager-0.ebuild,v 1.5 2013/07/29 07:29:39 grobian Exp $
29
30 DESCRIPTION="Virtual for various service managers"
31 HOMEPAGE=""
32 @@ -8,14 +8,17 @@
33
34 LICENSE=""
35 SLOT="0"
36 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
37 -IUSE="kernel_linux"
38 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
39 +IUSE="kernel_linux prefix"
40
41 -RDEPEND="|| (
42 +RDEPEND="
43 + prefix? ( >=sys-apps/baselayout-prefix-2.2 )
44 + !prefix? (
45 + || (
46 sys-apps/openrc
47 kernel_linux? ( || (
48 sys-apps/systemd
49 sys-process/runit
50 virtual/daemontools
51 - ) ) )"
52 + ) ) ) )"
53 DEPEND=""
54
55
56
57 1.5 virtual/service-manager/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/service-manager/ChangeLog?rev=1.5&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/service-manager/ChangeLog?rev=1.5&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/service-manager/ChangeLog?r1=1.4&r2=1.5
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/virtual/service-manager/ChangeLog,v
66 retrieving revision 1.4
67 retrieving revision 1.5
68 diff -u -r1.4 -r1.5
69 --- ChangeLog 27 Jul 2013 23:44:27 -0000 1.4
70 +++ ChangeLog 29 Jul 2013 07:29:39 -0000 1.5
71 @@ -1,6 +1,9 @@
72 # ChangeLog for virtual/service-manager
73 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/virtual/service-manager/ChangeLog,v 1.4 2013/07/27 23:44:27 williamh Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/virtual/service-manager/ChangeLog,v 1.5 2013/07/29 07:29:39 grobian Exp $
76 +
77 + 29 Jul 2013; Fabian Groffen <grobian@g.o> service-manager-0.ebuild:
78 + Fix deps for Prefix, add Prefix keywords
79
80 27 Jul 2013; William Hubbs <williamh@g.o> service-manager-0.ebuild:
81 Only list OpenRc once in the dependencies for this virtual since it is the