Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.2_pre20080325.ebuild
Date: Tue, 25 Mar 2008 16:26:11
Message-Id: E1JeByS-0003eN-E9@stork.gentoo.org
1 mr_bones_ 08/03/25 16:26:08
2
3 Modified: openrc-0.2_pre20080325.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 sys-apps/openrc/openrc-0.2_pre20080325.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?r1=1.1&r2=1.2
14
15 Index: openrc-0.2_pre20080325.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- openrc-0.2_pre20080325.ebuild 25 Mar 2008 16:01:59 -0000 1.1
22 +++ openrc-0.2_pre20080325.ebuild 25 Mar 2008 16:26:07 -0000 1.2
23 @@ -1,4 +1,3 @@
24 -
25 inherit eutils flag-o-matic multilib toolchain-funcs
26
27 DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
28 @@ -27,7 +26,7 @@
29 pkg_setup() {
30 LIBDIR="lib"
31 [ "${SYMLINK_LIB}" = "yes" ] && LIBDIR=$(get_abi_LIBDIR "${DEFAULT_ABI}")
32 -
33 +
34 MAKE_ARGS="${MAKE_ARGS} LIBNAME=${LIBDIR}"
35
36 local brand="Unknown"
37 @@ -51,7 +50,7 @@
38 export PROGLDFLAGS="-static"
39 fi
40 fi
41 -
42 +
43 if use pam && use static; then
44 ewarn "OpenRC cannot be built statically with PAM"
45 elog "not building PAM support"
46 @@ -99,7 +98,7 @@
47 done
48
49 # Upgrade out state for baselayout-1 users
50 - if [ ! -e "${ROOT}${LIBDIR}"/rc/init.d/started ]; then
51 + if [ ! -e "${ROOT}${LIBDIR}"/rc/init.d/started ]; then
52 (
53 [ -e "${ROOT}"etc/conf.d/rc ] && . "${ROOT}etc/conf.d/rc"
54 svcdir=${svcdir:-/var/lib/init.d}
55
56
57
58 --
59 gentoo-commits@l.g.o mailing list