Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog systemd.eclass
Date: Sat, 07 Jan 2012 17:54:02
Message-Id: 20120107175347.673702004B@flycatcher.gentoo.org
1 mgorny 12/01/07 17:53:47
2
3 Modified: ChangeLog systemd.eclass
4 Log:
5 Install systemd units to /usr/lib.
6
7 Revision Changes Path
8 1.74 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.74&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.74&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.73&r2=1.74
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.73
18 retrieving revision 1.74
19 diff -u -r1.73 -r1.74
20 --- ChangeLog 6 Jan 2012 21:32:48 -0000 1.73
21 +++ ChangeLog 7 Jan 2012 17:53:47 -0000 1.74
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.73 2012/01/06 21:32:48 jmbsvicetto Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.74 2012/01/07 17:53:47 mgorny Exp $
27 +
28 + 07 Jan 2012; Michał Górny <mgorny@g.o> systemd.eclass:
29 + Install systemd units to /usr/lib.
30
31 06 Jan 2012; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
32 mysql.eclass, mysql-autotools.eclass, mysql-cmake.eclass, mysql-v2.eclass,
33
34
35
36 1.11 eclass/systemd.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/systemd.eclass?rev=1.11&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/systemd.eclass?rev=1.11&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/systemd.eclass?r1=1.10&r2=1.11
41
42 Index: systemd.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/systemd.eclass,v
45 retrieving revision 1.10
46 retrieving revision 1.11
47 diff -u -r1.10 -r1.11
48 --- systemd.eclass 5 Jan 2012 23:20:02 -0000 1.10
49 +++ systemd.eclass 7 Jan 2012 17:53:47 -0000 1.11
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/systemd.eclass,v 1.10 2012/01/05 23:20:02 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/systemd.eclass,v 1.11 2012/01/07 17:53:47 mgorny Exp $
55
56 # @ECLASS: systemd.eclass
57 # @MAINTAINER:
58 @@ -30,12 +30,16 @@
59 *) die "${ECLASS}.eclass API in EAPI ${EAPI} not yet established."
60 esac
61
62 +# Block systemd version without the migration helper.
63 +DEPEND="!<sys-apps/systemd-29-r4
64 + !=sys-apps/systemd-37-r1"
65 +
66 # @FUNCTION: _systemd_get_unitdir
67 # @INTERNAL
68 # @DESCRIPTION:
69 # Get unprefixed unitdir.
70 _systemd_get_unitdir() {
71 - echo -n /lib/systemd/system
72 + echo -n /usr/lib/systemd/system
73 }
74
75 # @FUNCTION: systemd_get_unitdir