From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JeByV-0006xV-IF for garchives@archives.gentoo.org; Tue, 25 Mar 2008 16:26:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E129EE0401; Tue, 25 Mar 2008 16:26:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B81BCE0401 for ; Tue, 25 Mar 2008 16:26:10 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0446766C50 for ; Tue, 25 Mar 2008 16:26:10 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JeByS-0003eN-E9 for gentoo-commits@lists.gentoo.org; Tue, 25 Mar 2008 16:26:08 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.2_pre20080325.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: openrc-0.2_pre20080325.ebuild X-VCS-Directories: sys-apps/openrc X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Tue, 25 Mar 2008 16:26:08 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 525f399d-e274-4e0c-ba9f-a50654984a54 X-Archives-Hash: d3cfb6d1c4a0aa6cb7cd547f34db0e90 mr_bones_ 08/03/25 16:26:08 Modified: openrc-0.2_pre20080325.ebuild Log: whitespace (Portage version: 2.1.4.4) Revision Changes Path 1.2 sys-apps/openrc/openrc-0.2_pre20080325.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/op= enrc-0.2_pre20080325.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/op= enrc-0.2_pre20080325.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/op= enrc-0.2_pre20080325.ebuild?r1=3D1.1&r2=3D1.2 Index: openrc-0.2_pre20080325.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.= ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openrc-0.2_pre20080325.ebuild 25 Mar 2008 16:01:59 -0000 1.1 +++ openrc-0.2_pre20080325.ebuild 25 Mar 2008 16:26:07 -0000 1.2 @@ -1,4 +1,3 @@ - inherit eutils flag-o-matic multilib toolchain-funcs =20 DESCRIPTION=3D"OpenRC manages the services, startup and shutdown of a ho= st" @@ -27,7 +26,7 @@ pkg_setup() { LIBDIR=3D"lib" [ "${SYMLINK_LIB}" =3D "yes" ] && LIBDIR=3D$(get_abi_LIBDIR "${DEFAULT_= ABI}") -=09 + MAKE_ARGS=3D"${MAKE_ARGS} LIBNAME=3D${LIBDIR}" =20 local brand=3D"Unknown" @@ -51,7 +50,7 @@ export PROGLDFLAGS=3D"-static" fi fi -=09 + if use pam && use static; then ewarn "OpenRC cannot be built statically with PAM" elog "not building PAM support" @@ -99,7 +98,7 @@ done =20 # Upgrade out state for baselayout-1 users - if [ ! -e "${ROOT}${LIBDIR}"/rc/init.d/started ]; then=20 + if [ ! -e "${ROOT}${LIBDIR}"/rc/init.d/started ]; then ( [ -e "${ROOT}"etc/conf.d/rc ] && . "${ROOT}etc/conf.d/rc" svcdir=3D${svcdir:-/var/lib/init.d} --=20 gentoo-commits@lists.gentoo.org mailing list