public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.2_pre20080325.ebuild
@ 2008-03-25 16:26 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-03-25 16:26 UTC (permalink / raw
  To: gentoo-commits

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/openrc-0.2_pre20080325.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?r1=1.1&r2=1.2

Index: openrc-0.2_pre20080325.ebuild
===================================================================
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
 
 DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
@@ -27,7 +26,7 @@
 pkg_setup() {
 	LIBDIR="lib"
 	[ "${SYMLINK_LIB}" = "yes" ] && LIBDIR=$(get_abi_LIBDIR "${DEFAULT_ABI}")
-	
+
 	MAKE_ARGS="${MAKE_ARGS} LIBNAME=${LIBDIR}"
 
 	local brand="Unknown"
@@ -51,7 +50,7 @@
 			export PROGLDFLAGS="-static"
 		fi
 	fi
-	
+
 	if use pam && use static; then
 		ewarn "OpenRC cannot be built statically with PAM"
 		elog "not building PAM support"
@@ -99,7 +98,7 @@
 	done
 
 	# Upgrade out state for baselayout-1 users
-	if [ ! -e "${ROOT}${LIBDIR}"/rc/init.d/started ]; then 
+	if [ ! -e "${ROOT}${LIBDIR}"/rc/init.d/started ]; then
 		(
 		[ -e "${ROOT}"etc/conf.d/rc ] && . "${ROOT}etc/conf.d/rc"
 		svcdir=${svcdir:-/var/lib/init.d}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.2_pre20080325.ebuild
@ 2008-03-25 20:12 Doug Klima (cardoe)
  0 siblings, 0 replies; 5+ messages in thread
From: Doug Klima (cardoe) @ 2008-03-25 20:12 UTC (permalink / raw
  To: gentoo-commits

cardoe      08/03/25 20:12:58

  Modified:             openrc-0.2_pre20080325.ebuild
  Log:
  add missing header and ~amd64
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  sys-apps/openrc/openrc-0.2_pre20080325.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?r1=1.2&r2=1.3

Index: openrc-0.2_pre20080325.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openrc-0.2_pre20080325.ebuild	25 Mar 2008 16:26:07 -0000	1.2
+++ openrc-0.2_pre20080325.ebuild	25 Mar 2008 20:12:57 -0000	1.3
@@ -1,3 +1,7 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v 1.3 2008/03/25 20:12:57 cardoe Exp $
+
 inherit eutils flag-o-matic multilib toolchain-funcs
 
 DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
@@ -8,7 +12,7 @@
 LICENSE="BSD-2"
 SLOT="0"
 #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-KEYWORDS=""
+KEYWORDS="~amd64"
 IUSE="debug ncurses pam static unicode kernel_linux kernel_FreeBSD"
 
 RDEPEND="virtual/init



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.2_pre20080325.ebuild
@ 2008-03-25 20:15 Doug Klima (cardoe)
  0 siblings, 0 replies; 5+ messages in thread
From: Doug Klima (cardoe) @ 2008-03-25 20:15 UTC (permalink / raw
  To: gentoo-commits

cardoe      08/03/25 20:15:38

  Modified:             openrc-0.2_pre20080325.ebuild
  Log:
  whitespace
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  sys-apps/openrc/openrc-0.2_pre20080325.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?r1=1.3&r2=1.4

Index: openrc-0.2_pre20080325.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openrc-0.2_pre20080325.ebuild	25 Mar 2008 20:12:57 -0000	1.3
+++ openrc-0.2_pre20080325.ebuild	25 Mar 2008 20:15:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v 1.3 2008/03/25 20:12:57 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v 1.4 2008/03/25 20:15:38 cardoe Exp $
 
 inherit eutils flag-o-matic multilib toolchain-funcs
 
@@ -16,7 +16,7 @@
 IUSE="debug ncurses pam static unicode kernel_linux kernel_FreeBSD"
 
 RDEPEND="virtual/init
- 		kernel_linux? ( >=sys-apps/module-init-tools-3.2.2-r2 )
+		kernel_linux? ( >=sys-apps/module-init-tools-3.2.2-r2 )
 		kernel_FreeBSD? ( sys-process/fuser-bsd )
 		ncurses? ( sys-libs/ncurses )
 		pam? ( virtual/pam )



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.2_pre20080325.ebuild
@ 2008-03-25 21:09 Doug Klima (cardoe)
  0 siblings, 0 replies; 5+ messages in thread
From: Doug Klima (cardoe) @ 2008-03-25 21:09 UTC (permalink / raw
  To: gentoo-commits

cardoe      08/03/25 21:09:43

  Modified:             openrc-0.2_pre20080325.ebuild
  Log:
  sys-libs/timezone-data-2008b was silently updated to prefer /etc/timezone. Add migration to that file.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  sys-apps/openrc/openrc-0.2_pre20080325.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?r1=1.4&r2=1.5

Index: openrc-0.2_pre20080325.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openrc-0.2_pre20080325.ebuild	25 Mar 2008 20:15:38 -0000	1.4
+++ openrc-0.2_pre20080325.ebuild	25 Mar 2008 21:09:42 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v 1.4 2008/03/25 20:15:38 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v 1.5 2008/03/25 21:09:42 cardoe Exp $
 
 inherit eutils flag-o-matic multilib toolchain-funcs
 
@@ -87,7 +87,15 @@
 }
 
 pkg_preinst() {
-	# skip migration if we already have openrc installed
+	# upgrade timezone file
+	if [ ! -e ${ROOT}/etc/timezone ] ; then
+		(
+		source "${ROOT}"/etc/conf.d/clock
+		[[ -n ${TIMEZONE} ]] && echo "${TIMEZONE}" > "${ROOT}"/etc/timezone
+		)
+	fi
+
+	# skip remaining migration if we already have openrc installed
 	has_version sys-apps/openrc && return 0
 
 	# baselayout bootmisc init script has been split out in OpenRC



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.2_pre20080325.ebuild
@ 2008-03-25 21:10 Doug Klima (cardoe)
  0 siblings, 0 replies; 5+ messages in thread
From: Doug Klima (cardoe) @ 2008-03-25 21:10 UTC (permalink / raw
  To: gentoo-commits

cardoe      08/03/25 21:10:37

  Modified:             openrc-0.2_pre20080325.ebuild
  Log:
  quotes
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.6                  sys-apps/openrc/openrc-0.2_pre20080325.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild?r1=1.5&r2=1.6

Index: openrc-0.2_pre20080325.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openrc-0.2_pre20080325.ebuild	25 Mar 2008 21:09:42 -0000	1.5
+++ openrc-0.2_pre20080325.ebuild	25 Mar 2008 21:10:37 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v 1.5 2008/03/25 21:09:42 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2_pre20080325.ebuild,v 1.6 2008/03/25 21:10:37 cardoe Exp $
 
 inherit eutils flag-o-matic multilib toolchain-funcs
 
@@ -88,7 +88,7 @@
 
 pkg_preinst() {
 	# upgrade timezone file
-	if [ ! -e ${ROOT}/etc/timezone ] ; then
+	if [ ! -e "${ROOT}"/etc/timezone ] ; then
 		(
 		source "${ROOT}"/etc/conf.d/clock
 		[[ -n ${TIMEZONE} ]] && echo "${TIMEZONE}" > "${ROOT}"/etc/timezone



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-25 21:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-25 21:09 [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.2_pre20080325.ebuild Doug Klima (cardoe)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-25 21:10 Doug Klima (cardoe)
2008-03-25 20:15 Doug Klima (cardoe)
2008-03-25 20:12 Doug Klima (cardoe)
2008-03-25 16:26 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox