* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2008-12-10 22:09 Doug Goldstein (cardoe)
0 siblings, 0 replies; 23+ messages in thread
From: Doug Goldstein (cardoe) @ 2008-12-10 22:09 UTC (permalink / raw
To: gentoo-commits
cardoe 08/12/10 22:09:48
Modified: ChangeLog openrc-9999.ebuild
Log:
Add runlevel migration support and update depends for live git build
(Portage version: 2.1.6/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Revision Changes Path
1.45 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 10 Dec 2008 22:04:46 -0000 1.44
+++ ChangeLog 10 Dec 2008 22:09:48 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.44 2008/12/10 22:04:46 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.45 2008/12/10 22:09:48 cardoe Exp $
+
+ 10 Dec 2008; Doug Goldstein <cardoe@gentoo.org> openrc-9999.ebuild:
+ Add runlevel migration support and update depends for live git build
*openrc-0.4.0 (10 Dec 2008)
1.38 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.37&r2=1.38
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- openrc-9999.ebuild 9 Jun 2008 14:38:45 -0000 1.37
+++ openrc-9999.ebuild 10 Dec 2008 22:09:48 -0000 1.38
@@ -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-9999.ebuild,v 1.37 2008/06/09 14:38:45 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.38 2008/12/10 22:09:48 cardoe Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
@@ -9,7 +9,7 @@
EGIT_BRANCH="master"
inherit git
else
- SRC_URI="http://roy.marples.name/${PN}/${P}.tar.bz2
+ SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2
mirror://gentoo/${P}.tar.bz2
http://dev.gentoo.org/~cardoe/files/${P}.tar.bz2
http://dev.gentoo.org/~vapier/dist/${P}.tar.bz2"
@@ -30,7 +30,8 @@
ncurses? ( sys-libs/ncurses )
pam? ( virtual/pam )
>=sys-apps/baselayout-2.0.0
- !<sys-fs/udev-118-r2"
+ !<sys-fs/udev-133
+ !<sys-apps/sysvinit-2.86-r11"
DEPEND="${RDEPEND}
virtual/os-headers"
@@ -263,6 +264,17 @@
if [[ -d ${ROOT}/etc/modules.autoload.d ]] ; then
ewarn "/etc/modules.autoload.d is no longer used. Please convert"
ewarn "your files to /etc/conf.d/modules and delete the directory."
+ else
+ if [[ ! -e ${ROOT}/etc/runlevels/sysinit/devfs ]] ; then
+ mkdir -p "${ROOT}"/etc/runlevels/sysinit
+ cp -RPp "${ROOT}"/usr/share/${PN}/runlevels/sysinit/* \
+ "${ROOT}"/etc/runlevels/sysinit
+ fi
+ if [[ ! -e ${ROOT}/etc/runlevels/shutdown/mount-ro ]] ; then
+ mkdir -p "${ROOT}"/etc/runlevels/shutdown
+ cp -RPp "${ROOT}"/usr/share/${PN}/runlevels/shutdown/* \
+ "${ROOT}"/etc/runlevels/shutdown
+ fi
fi
elog "You should now update all files in /etc, using etc-update"
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2008-12-13 8:35 Matthias Schwarzott (zzam)
0 siblings, 0 replies; 23+ messages in thread
From: Matthias Schwarzott (zzam) @ 2008-12-13 8:35 UTC (permalink / raw
To: gentoo-commits
zzam 08/12/13 08:35:26
Modified: ChangeLog openrc-9999.ebuild
Log:
Fix update code. Switch over to svn repository.
(Portage version: 2.1.6/cvs/Linux 2.6.27-gentoo-r1 i686)
Revision Changes Path
1.46 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 10 Dec 2008 22:09:48 -0000 1.45
+++ ChangeLog 13 Dec 2008 08:35:25 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.45 2008/12/10 22:09:48 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.46 2008/12/13 08:35:25 zzam Exp $
+
+ 13 Dec 2008; Matthias Schwarzott <zzam@gentoo.org> openrc-9999.ebuild:
+ Fix update code. Switch over to svn repository.
10 Dec 2008; Doug Goldstein <cardoe@gentoo.org> openrc-9999.ebuild:
Add runlevel migration support and update depends for live git build
1.39 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.38&r2=1.39
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- openrc-9999.ebuild 10 Dec 2008 22:09:48 -0000 1.38
+++ openrc-9999.ebuild 13 Dec 2008 08:35:25 -0000 1.39
@@ -1,13 +1,12 @@
# 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-9999.ebuild,v 1.38 2008/12/10 22:09:48 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.39 2008/12/13 08:35:25 zzam Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/openrc.git"
- EGIT_BRANCH="master"
- inherit git
+ ESVN_REPO_URI="svn://roy.marples.name/openrc/trunk"
+ inherit subversion
else
SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2
mirror://gentoo/${P}.tar.bz2
@@ -58,7 +57,7 @@
src_unpack() {
if [[ ${PV} == "9999" ]] ; then
- git_src_unpack
+ subversion_src_unpack
else
unpack ${A}
fi
@@ -73,8 +72,8 @@
fi
if [[ ${PV} == "9999" ]] ; then
- local ver="git-$(git --git-dir=${EGIT_STORE_DIR}/${EGIT_PROJECT} rev-parse --verify ${EGIT_BRANCH} | cut -c1-8)"
- sed -i "/^VERSION[[:space:]]*=/s:=.*:=${ver}:" Makefile
+ local ver="-svn-$(cd "${ESVN_STORE_DIR}/${ESVN_PROJECT}/${ESVN_REPO_URI##*/}"; LC_ALL=C svn info|awk '/Revision/ { print $2 }')"
+ sed -i "/^SVNVER[[:space:]]*=/s:=.*:=${ver}:" src/rc/Makefile
fi
tc-export CC AR RANLIB
@@ -256,6 +255,15 @@
if [[ ! -e ${ROOT}/etc/runlevels ]] ; then
einfo "Copying across default runlevels"
cp -RPp "${ROOT}"/usr/share/${PN}/runlevels "${ROOT}"/etc
+ else
+ if [[ ! -e ${ROOT}/etc/runlevels/sysinit/devfs ]] ; then
+ mkdir -p "${ROOT}"/etc/runlevels/sysinit
+ cp -RPp "${ROOT}"/usr/share/${PN}/runlevels/sysinit/* "${ROOT}"/etc/runlevels/sysinit
+ fi
+ if [[ ! -e ${ROOT}/etc/runlevels/shutdown/mount-ro ]] ; then
+ mkdir -p "${ROOT}"/etc/runlevels/shutdown
+ cp -RPp "${ROOT}"/usr/share/${PN}/runlevels/shutdown/* "${ROOT}"/etc/runlevels/shutdown
+ fi
fi
# update the dependency tree bug #224171
@@ -264,17 +272,6 @@
if [[ -d ${ROOT}/etc/modules.autoload.d ]] ; then
ewarn "/etc/modules.autoload.d is no longer used. Please convert"
ewarn "your files to /etc/conf.d/modules and delete the directory."
- else
- if [[ ! -e ${ROOT}/etc/runlevels/sysinit/devfs ]] ; then
- mkdir -p "${ROOT}"/etc/runlevels/sysinit
- cp -RPp "${ROOT}"/usr/share/${PN}/runlevels/sysinit/* \
- "${ROOT}"/etc/runlevels/sysinit
- fi
- if [[ ! -e ${ROOT}/etc/runlevels/shutdown/mount-ro ]] ; then
- mkdir -p "${ROOT}"/etc/runlevels/shutdown
- cp -RPp "${ROOT}"/usr/share/${PN}/runlevels/shutdown/* \
- "${ROOT}"/etc/runlevels/shutdown
- fi
fi
elog "You should now update all files in /etc, using etc-update"
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2009-01-28 14:57 Matthias Schwarzott (zzam)
0 siblings, 0 replies; 23+ messages in thread
From: Matthias Schwarzott (zzam) @ 2009-01-28 14:57 UTC (permalink / raw
To: gentoo-commits
zzam 09/01/28 14:57:41
Modified: ChangeLog openrc-9999.ebuild
Log:
Use specialized svnversion command to get commit version.
(Portage version: 2.1.6.7/cvs/Linux i686)
Revision Changes Path
1.60 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 14 Jan 2009 14:19:47 -0000 1.59
+++ ChangeLog 28 Jan 2009 14:57:41 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.59 2009/01/14 14:19:47 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.60 2009/01/28 14:57:41 zzam Exp $
+
+ 28 Jan 2009; Matthias Schwarzott <zzam@gentoo.org> openrc-9999.ebuild:
+ Use specialized svnversion command to get commit version.
*openrc-0.4.2 (14 Jan 2009)
1.44 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.43&r2=1.44
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- openrc-9999.ebuild 31 Dec 2008 21:31:40 -0000 1.43
+++ openrc-9999.ebuild 28 Jan 2009 14:57:41 -0000 1.44
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.43 2008/12/31 21:31:40 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.44 2009/01/28 14:57:41 zzam Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
@@ -72,7 +72,7 @@
fi
if [[ ${PV} == "9999" ]] ; then
- local ver="-svn-$(cd "${ESVN_STORE_DIR}/${ESVN_PROJECT}/${ESVN_REPO_URI##*/}"; LC_ALL=C svn info|awk '/Revision/ { print $2 }')"
+ local ver="-svn-$(cd "${ESVN_STORE_DIR}/${ESVN_PROJECT}/${ESVN_REPO_URI##*/}"; LC_ALL=C svnversion)"
sed -i "/^SVNVER[[:space:]]*=/s:=.*:=${ver}:" src/rc/Makefile
fi
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2009-05-29 22:57 Mike Frysinger (vapier)
0 siblings, 0 replies; 23+ messages in thread
From: Mike Frysinger (vapier) @ 2009-05-29 22:57 UTC (permalink / raw
To: gentoo-commits
vapier 09/05/29 22:57:52
Modified: ChangeLog openrc-9999.ebuild
Log:
Update repos to point to git #269705 by William Keaney.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.70 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.69&r2=1.70
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog 9 May 2009 20:27:37 -0000 1.69
+++ ChangeLog 29 May 2009 22:57:52 -0000 1.70
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.69 2009/05/09 20:27:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.70 2009/05/29 22:57:52 vapier Exp $
+
+ 29 May 2009; Mike Frysinger <vapier@gentoo.org> openrc-9999.ebuild:
+ Update repos to point to git #269705 by William Keaney.
09 May 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.4.3-r2.ebuild:
Remove LIBDIR from env #266688, switch to get_libdir, and install shared
1.46 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.45&r2=1.46
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- openrc-9999.ebuild 31 Jan 2009 14:34:36 -0000 1.45
+++ openrc-9999.ebuild 29 May 2009 22:57:52 -0000 1.46
@@ -1,12 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.45 2009/01/31 14:34:36 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.46 2009/05/29 22:57:52 vapier Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
- ESVN_REPO_URI="svn://roy.marples.name/openrc/trunk"
- inherit subversion
+ EGIT_REPO_URI="git://roy.marples.name/openrc.git"
+ inherit git
else
SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2
mirror://gentoo/${P}.tar.bz2
@@ -57,7 +57,7 @@
src_unpack() {
if [[ ${PV} == "9999" ]] ; then
- subversion_src_unpack
+ git_src_unpack
else
unpack ${A}
fi
@@ -72,8 +72,8 @@
fi
if [[ ${PV} == "9999" ]] ; then
- local ver="-svn-$(cd "${ESVN_STORE_DIR}/${ESVN_PROJECT}/${ESVN_REPO_URI##*/}"; LC_ALL=C svnversion)"
- sed -i "/^SVNVER[[:space:]]*=/s:=.*:=${ver}:" src/rc/Makefile
+ local ver="git-$(echo ${EGIT_VERSION} | cut -c1-8)"
+ sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk
fi
tc-export CC AR RANLIB
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2009-06-08 11:45 Mike Frysinger (vapier)
0 siblings, 0 replies; 23+ messages in thread
From: Mike Frysinger (vapier) @ 2009-06-08 11:45 UTC (permalink / raw
To: gentoo-commits
vapier 09/06/08 11:45:39
Modified: ChangeLog openrc-9999.ebuild
Log:
Sync changes from 0.4.3 back and merge the live/release versions.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.71 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 29 May 2009 22:57:52 -0000 1.70
+++ ChangeLog 8 Jun 2009 11:45:39 -0000 1.71
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.70 2009/05/29 22:57:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.71 2009/06/08 11:45:39 vapier Exp $
+
+ 08 Jun 2009; Mike Frysinger <vapier@gentoo.org> openrc-9999.ebuild:
+ Sync changes from 0.4.3 back and merge the live/release versions.
29 May 2009; Mike Frysinger <vapier@gentoo.org> openrc-9999.ebuild:
Update repos to point to git #269705 by William Keaney.
1.47 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.46&r2=1.47
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- openrc-9999.ebuild 29 May 2009 22:57:52 -0000 1.46
+++ openrc-9999.ebuild 8 Jun 2009 11:45:39 -0000 1.47
@@ -1,17 +1,19 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.46 2009/05/29 22:57:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.47 2009/06/08 11:45:39 vapier Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://roy.marples.name/openrc.git"
inherit git
+ KEYWORDS=""
else
SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2
mirror://gentoo/${P}.tar.bz2
http://dev.gentoo.org/~cardoe/files/${P}.tar.bz2
http://dev.gentoo.org/~vapier/dist/${P}.tar.bz2"
+ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
fi
DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
@@ -19,7 +21,6 @@
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS=""
IUSE="debug elibc_glibc ncurses pam unicode kernel_linux kernel_FreeBSD"
RDEPEND="virtual/init
@@ -35,10 +36,9 @@
virtual/os-headers"
pkg_setup() {
- LIBDIR="lib"
- [ "${SYMLINK_LIB}" = "yes" ] && LIBDIR=$(get_abi_LIBDIR "${DEFAULT_ABI}")
+ unset LIBDIR #266688
- MAKE_ARGS="${MAKE_ARGS} LIBNAME=${LIBDIR}"
+ MAKE_ARGS="${MAKE_ARGS} LIBNAME=$(get_libdir)"
local brand="Unknown"
if use kernel_linux ; then
@@ -62,6 +62,7 @@
unpack ${A}
fi
cd "${S}"
+ sed -i 's:0444:0644:' mk/sys.mk
epatch "${FILESDIR}"/9999/*.patch
}
@@ -77,17 +78,21 @@
fi
tc-export CC AR RANLIB
- echo emake ${MAKE_ARGS}
emake ${MAKE_ARGS} || die "emake ${MAKE_ARGS} failed"
}
src_install() {
- emake ${MAKE_ARGS} DESTDIR="${D}" install || die "make install failed"
+ emake ${MAKE_ARGS} DESTDIR="${D}" install || die
+
+ # move the shared libs back to /usr so ldscript can install
+ # more of a minimal set of files
+ # disabled for now due to #270646
+ #mv "${D}"/$(get_libdir)/lib{einfo,rc}* "${D}"/usr/$(get_libdir)/ || die
+ #gen_usr_ldscript -a einfo rc
gen_usr_ldscript libeinfo.so
gen_usr_ldscript librc.so
- keepdir /"${LIBDIR}"/rc/init.d
- keepdir /"${LIBDIR}"/rc/tmp
+ keepdir /$(get_libdir)/rc/{init.d,tmp}
# Backup our default runlevels
dodir /usr/share/"${PN}"
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2009-10-31 1:04 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2009-10-31 1:04 UTC (permalink / raw
To: gentoo-commits
williamh 09/10/31 01:04:54
Modified: ChangeLog openrc-9999.ebuild
Log:
Removed dev spaces from src_uri.
(Portage version: 2.2_rc46/cvs/Linux i686)
Revision Changes Path
1.91 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.90&r2=1.91
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog 29 Oct 2009 15:23:06 -0000 1.90
+++ ChangeLog 31 Oct 2009 01:04:54 -0000 1.91
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.90 2009/10/29 15:23:06 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.91 2009/10/31 01:04:54 williamh Exp $
+
+ 31 Oct 2009; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ removed dev spaces from src_uri
29 Oct 2009; William Hubbs <williamh@gentoo.org>
+files/0.4.2/0001-msg-style.patch,
1.61 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.60&r2=1.61
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- openrc-9999.ebuild 19 Oct 2009 02:10:11 -0000 1.60
+++ openrc-9999.ebuild 31 Oct 2009 01:04:54 -0000 1.61
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.60 2009/10/19 02:10:11 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.61 2009/10/31 01:04:54 williamh Exp $
EAPI="1"
@@ -11,10 +11,7 @@
inherit git
KEYWORDS=""
else
- SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2
- mirror://gentoo/${P}.tar.bz2
- http://dev.gentoo.org/~cardoe/files/${P}.tar.bz2
- http://dev.gentoo.org/~vapier/dist/${P}.tar.bz2"
+ SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
fi
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2009-11-08 19:43 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2009-11-08 19:43 UTC (permalink / raw
To: gentoo-commits
williamh 09/11/08 19:43:42
Modified: ChangeLog openrc-9999.ebuild
Log:
Fix the live ebuild to remove /etc/conf.d/net.example and
/etc/conf.d/wireless.example if they have not been modified and to add
comments to them advising that they are obsolete if they have.
This closes #291254.
(Portage version: 2.2_rc49/cvs/Linux i686)
Revision Changes Path
1.92 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.91&r2=1.92
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog 31 Oct 2009 01:04:54 -0000 1.91
+++ ChangeLog 8 Nov 2009 19:43:41 -0000 1.92
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.91 2009/10/31 01:04:54 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.92 2009/11/08 19:43:41 williamh Exp $
+
+ 08 Nov 2009; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ Fix the live ebuild to remove /etc/conf.d/net.example and
+ /etc/conf.d/wireless.example if they have not been modified and to add
+ comments to them advising that they are obsolete if they have.
+ This closes #291254.
31 Oct 2009; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
removed dev spaces from src_uri
1.62 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.61&r2=1.62
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- openrc-9999.ebuild 31 Oct 2009 01:04:54 -0000 1.61
+++ openrc-9999.ebuild 8 Nov 2009 19:43:41 -0000 1.62
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.61 2009/10/31 01:04:54 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.62 2009/11/08 19:43:41 williamh Exp $
EAPI="1"
@@ -354,6 +354,36 @@
# update the dependency tree bug #224171
[[ "${ROOT}" = "/" ]] && "${ROOT}/${LIBDIR}"/rc/bin/rc-depend -u
+ # /etc/conf.d/net.example is no longer valid
+ local NET_EXAMPLE="${ROOT}/etc/conf.d/net.example"
+ local NET_MD5='8ebebfa07441d39eb54feae0ee4c8210'
+ if [[ -e "${NET_EXAMPLE}" ]] ; then
+ if [[ $(md5sum "${NET_EXAMPLE}") == ${NET_MD5}* ]]; then
+ rm -f "${NET_EXAMPLE}"
+ elog "${NET_EXAMPLE} has been removed."
+ else
+ sed -i '1i# This file is obsolete.\n' "${NET_EXAMPLE}"
+ elog "${NET_EXAMPLE} should be removed."
+ fi
+ elog "The new version is in ${ROOT}/usr/share/${PF}/net.example"
+ fi
+
+ # /etc/conf.d/wireless.example is no longer valid
+ local WIRELESS_EXAMPLE="${ROOT}/etc/conf.d/wireless.example"
+ local WIRELESS_MD5='d1fad7da940bf263c76af4d2082124a3'
+ if [[ -e "${WIRELESS_EXAMPLE}" ]] ; then
+ if [[ $(md5sum "${WIRELESS_EXAMPLE}") == ${WIRELESS_MD5}* ]]; then
+ rm -f "${WIRELESS_EXAMPLE}"
+ elog "${WIRELESS_EXAMPLE} is deprecated and has been removed."
+ else
+ sed -i '1i# This file is obsolete.\n' "${WIRELESS_EXAMPLE}"
+ elog "${WIRELESS_EXAMPLE} is deprecated and should be removed."
+ fi
+ elog "If you are using the old style network scripts,"
+ elog "Configure wireless settings in ${ROOT}/etc/conf.d/net"
+ elog "after reviewing ${ROOT}/usr/share/doc/${PF}/net.example"
+ fi
+
if [[ -d ${ROOT}/etc/modules.autoload.d ]] ; then
ewarn "/etc/modules.autoload.d is no longer used. Please convert"
ewarn "your files to /etc/conf.d/modules and delete the directory."
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2009-12-21 15:11 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2009-12-21 15:11 UTC (permalink / raw
To: gentoo-commits
williamh 09/12/21 15:11:17
Modified: ChangeLog openrc-9999.ebuild
Log:
typo fixes
(Portage version: 2.2_rc60/cvs/Linux i686)
Revision Changes Path
1.104 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.103&r2=1.104
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog 21 Dec 2009 14:03:40 -0000 1.103
+++ ChangeLog 21 Dec 2009 15:11:17 -0000 1.104
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.103 2009/12/21 14:03:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.104 2009/12/21 15:11:17 williamh Exp $
+
+ 21 Dec 2009; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ typo fixes
21 Dec 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.3.ebuild,
openrc-9999.ebuild, +files/openrc-9999-pause.patch:
1.68 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.67&r2=1.68
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- openrc-9999.ebuild 21 Dec 2009 14:03:40 -0000 1.67
+++ openrc-9999.ebuild 21 Dec 2009 15:11:17 -0000 1.68
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.67 2009/12/21 14:03:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.68 2009/12/21 15:11:17 williamh Exp $
EAPI="1"
@@ -119,8 +119,10 @@
# Stick with "old" net as the default for now
doconfd conf.d/net || die
- rm -f "${D}"/usr/share/${PN}/network
- ln -s /etc/init.d/net.lo "${D}"/usr/share/${PN}/net.lo
+ pushd "${D}"/usr/share/${PN}/runlevels/boot > /dev/null
+ rm -f network staticroute
+ ln -s /etc/init.d/net.lo net.lo
+ popd > /dev/null
# Setup unicode defaults for silly unicode users
set_config_yes_no /etc/rc.conf unicode use unicode
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2010-07-08 2:17 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2010-07-08 2:17 UTC (permalink / raw
To: gentoo-commits
williamh 10/07/08 02:17:20
Modified: ChangeLog openrc-9999.ebuild
Log:
changed the live ebuild to refer to gentoo's repository
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.113 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 4 Jul 2010 22:18:10 -0000 1.112
+++ ChangeLog 8 Jul 2010 02:17:20 -0000 1.113
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.112 2010/07/04 22:18:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.113 2010/07/08 02:17:20 williamh Exp $
+
+ 08 Jul 2010; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ changed the live ebuild to refer to gentoo's git repository.
04 Jul 2010; Mike Frysinger <vapier@gentoo.org> metadata.xml:
Update metadata.xml now that Roy isnt working on things.
1.70 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.69&r2=1.70
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- openrc-9999.ebuild 23 Jan 2010 19:00:33 -0000 1.69
+++ openrc-9999.ebuild 8 Jul 2010 02:17:20 -0000 1.70
@@ -1,17 +1,17 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.69 2010/01/23 19:00:33 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.70 2010/07/08 02:17:20 williamh Exp $
EAPI="1"
inherit eutils flag-o-matic multilib toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://roy.marples.name/openrc.git"
+ EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/openrc.git"
inherit git
KEYWORDS=""
else
- SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2"
+ SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
fi
@@ -67,8 +67,6 @@
sed -i 's:0444:0644:' mk/sys.mk
sed -i "/^DIR/s:/openrc:/${PF}:" doc/Makefile #241342
sed -i '/^CFLAGS+=.*_CC_FLAGS_SH/d' mk/cc.mk #289264
- epatch "${FILESDIR}"/openrc-9999-msg-style.patch
- epatch "${FILESDIR}"/openrc-9999-pause.patch
}
src_compile() {
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-01-06 23:53 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-01-06 23:53 UTC (permalink / raw
To: gentoo-commits
williamh 11/01/06 23:53:47
Modified: ChangeLog openrc-9999.ebuild
Log:
Fix bug #347483 -- remove broken symlinks for depscan.sh and runscript.sh.
(Portage version: 2.2.0_alpha13/cvs/Linux i686)
Revision Changes Path
1.127 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 8 Dec 2010 04:48:45 -0000 1.126
+++ ChangeLog 6 Jan 2011 23:53:46 -0000 1.127
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.126 2010/12/08 04:48:45 williamh Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.127 2011/01/06 23:53:46 williamh Exp $
+
+ 06 Jan 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ remove /etc/init.d/{depscan,runscript}.sh for bug #347483.
*openrc-0.6.8 (08 Dec 2010)
1.74 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.73&r2=1.74
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- openrc-9999.ebuild 10 Nov 2010 10:20:14 -0000 1.73
+++ openrc-9999.ebuild 6 Jan 2011 23:53:46 -0000 1.74
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.73 2010/11/10 10:20:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.74 2011/01/06 23:53:46 williamh Exp $
EAPI="1"
@@ -357,6 +357,7 @@
# Remove old baselayout links
rm -f "${ROOT}"/etc/runlevels/boot/{check{fs,root},rmnologin}
+ rm -f "${ROOT}"/etc/init.d/{depscan,runscript}.sh
# Make our runlevels if they don't exist
if [[ ! -e ${ROOT}/etc/runlevels ]] || [[ -e ${ROOT}/etc/runlevels/.add_boot_init.created ]] ; then
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-01-23 1:20 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-01-23 1:20 UTC (permalink / raw
To: gentoo-commits
williamh 11/01/23 01:20:20
Modified: ChangeLog openrc-9999.ebuild
Log:
Fix local.start and local.stop migration for bug #351465.
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Revision Changes Path
1.129 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.128&r2=1.129
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog 13 Jan 2011 02:42:09 -0000 1.128
+++ ChangeLog 23 Jan 2011 01:20:19 -0000 1.129
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.128 2011/01/13 02:42:09 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.129 2011/01/23 01:20:19 williamh Exp $
+
+ 23 Jan 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ Fix the /etc/conf.d/local.{start,stop} migration from baselayout-1 to
+ migrate these files to /etc/local.d/baselayout1.start and
+ /etc/local.d/baselayout1.stop.
+ This is for bug #351465.
*openrc-0.7.0 (13 Jan 2011)
@@ -123,7 +129,7 @@
21 Dec 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.3.ebuild,
openrc-9999.ebuild, +files/openrc-9999-pause.patch:
Restore "pause" functionality to teach people to convert #218859 by Martin
- Mokrejš.
+ Mokrejš.
21 Dec 2009; Mike Frysinger <vapier@gentoo.org>
files/openrc-9999-msg-style.patch:
@@ -132,7 +138,7 @@
07 Dec 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.3.ebuild,
openrc-9999.ebuild:
Migrate hostname by default to avoid default thrashing on conf.d/hostname
- #295406 by Martin Mokrejš. Also delay automatic dep tree update till
+ #295406 by Martin Mokrejš. Also delay automatic dep tree update till
after we are done screwing with /etc.
06 Dec 2009; William Hubbs <williamh@gentoo.org> -openrc-0.5.2-r2.ebuild,
@@ -246,7 +252,7 @@
15 Oct 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.1-r1.ebuild,
openrc-9999.ebuild:
- Relocate docs to normal Gentoo location #241342 by Diego E. Pettenò.
+ Relocate docs to normal Gentoo location #241342 by Diego E. Pettenò.
*openrc-0.5.1-r1 (15 Oct 2009)
@@ -312,14 +318,14 @@
files/9999/0003-KV.patch:
Update patches against latest svn #267540 by Vivien Moreau.
- 18 Apr 2009; Benedikt Böhm <hollow@gentoo.org>
+ 18 Apr 2009; Benedikt Böhm <hollow@gentoo.org>
files/0.4.3/0002-support-custom-status.patch:
backport r1523 and r1524 to fix compile on FreeBSD and still provide the
system status function in custom hooks
*openrc-0.4.3-r2 (18 Apr 2009)
- 18 Apr 2009; Benedikt Böhm <hollow@gentoo.org>
+ 18 Apr 2009; Benedikt Böhm <hollow@gentoo.org>
+files/0.4.3/0002-support-custom-status.patch,
-files/openrc-0.4.3-fix-is_older_than.patch,
+files/0.4.3/0001-fix-is_older_than.patch, openrc-0.4.3-r1.ebuild,
@@ -375,7 +381,7 @@
03 Jan 2009; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Change comment into useable tags.
- 01 Jan 2009; Benedikt Böhm <hollow@gentoo.org>
+ 01 Jan 2009; Benedikt Böhm <hollow@gentoo.org>
+files/0.4.0/0005-init-script-novserver.patch:
fix dmesg and sysfs init script inside vservers, bug #253105
@@ -569,7 +575,7 @@
+openrc-0.2.1-r1.ebuild:
fix bug #216091. crash when stringlist was non-existant
- 03 Apr 2008; Raúl Porcel <armin76@gentoo.org> openrc-0.2.1.ebuild:
+ 03 Apr 2008; Raúl Porcel <armin76@gentoo.org> openrc-0.2.1.ebuild:
Add ~sparc wrt #214957
02 Apr 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2.1.ebuild,
@@ -630,7 +636,7 @@
28 Mar 2008; Alexis Ballier <aballier@gentoo.org> openrc-0.2-r1.ebuild:
keyword ~x86-fbsd
- 28 Mar 2008; Raúl Porcel <armin76@gentoo.org> openrc-0.2-r1.ebuild:
+ 28 Mar 2008; Raúl Porcel <armin76@gentoo.org> openrc-0.2-r1.ebuild:
Add ~ia64 wrt #214957
27 Mar 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2-r1.ebuild:
1.75 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.74&r2=1.75
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- openrc-9999.ebuild 6 Jan 2011 23:53:46 -0000 1.74
+++ openrc-9999.ebuild 23 Jan 2011 01:20:19 -0000 1.75
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.74 2011/01/06 23:53:46 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.75 2011/01/23 01:20:19 williamh Exp $
EAPI="1"
@@ -337,18 +337,12 @@
fi
fi
- # Handle the conf.d/local.{start,stop} -> conf.d/local transition
+ # Handle the conf.d/local.{start,stop} -> local.d transition
if path_exists -o "${ROOT}"/etc/conf.d/local.{start,stop} ; then
- elog "Converting your /etc/conf.d/local.{start,stop} files to /etc/conf.d/local"
- (
- sed -n '0,/local_start/p' "${D}"/etc/conf.d/local
- sed 's:^:\t:' "${ROOT}"/etc/conf.d/local.start 2>/dev/null
- sed -n '/local_start/,/local_stop/{s:^local_start.*::;p}' "${D}"/etc/conf.d/local
- sed 's:^:\t:' "${ROOT}"/etc/conf.d/local.stop 2>/dev/null
- sed -n '/local_stop/,${s:^local_stop.*::;p}' "${D}"/etc/conf.d/local
- ) > "${T}"/conf.d.local
- mv "${T}"/conf.d.local "${D}"/etc/conf.d/local
- touch "${D}"/etc/conf.d/local.{start,stop}
+ elog "Moving your /etc/conf.d/local.{start,stop} files to /etc/local.d"
+ mv "${ROOT}"/etc/conf.d/local.start "${ROOT}"/local.d/baselayout1.start
+ mv "${ROOT}"/etc/conf.d/local.stop "${ROOT}"/local.d/baselayout1.stop
+ chmod +x "${ROOT}"/local.d/*{start,stop}
fi
}
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-02-01 0:04 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-02-01 0:04 UTC (permalink / raw
To: gentoo-commits
williamh 11/02/01 00:04:03
Modified: ChangeLog openrc-9999.ebuild
Log:
remove a workaround for parallel build issues.
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Revision Changes Path
1.131 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.130&r2=1.131
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog 23 Jan 2011 15:09:51 -0000 1.130
+++ ChangeLog 1 Feb 2011 00:04:03 -0000 1.131
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.130 2011/01/23 15:09:51 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.131 2011/02/01 00:04:03 williamh Exp $
+
+ 31 Jan 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ Bug #289264 is fixed upstream, so remove the sed that worked around it.
23 Jan 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
Fix the /etc/conf.d/local.{start,stop} migration from baselayout-1 to
1.76 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.75&r2=1.76
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- openrc-9999.ebuild 23 Jan 2011 01:20:19 -0000 1.75
+++ openrc-9999.ebuild 1 Feb 2011 00:04:03 -0000 1.76
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.75 2011/01/23 01:20:19 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.76 2011/02/01 00:04:03 williamh Exp $
EAPI="1"
@@ -66,7 +66,6 @@
cd "${S}"
sed -i 's:0444:0644:' mk/sys.mk
sed -i "/^DIR/s:/openrc:/${PF}:" doc/Makefile #241342
- sed -i '/^CFLAGS+=.*_CC_FLAGS_SH/d' mk/cc.mk #289264
# Allow user patches to be applied without modifying the ebuild
epatch_user
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-02-01 19:26 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-02-01 19:26 UTC (permalink / raw
To: gentoo-commits
williamh 11/02/01 19:26:39
Modified: ChangeLog openrc-9999.ebuild
Log:
add selinux use flag support for bug #351712
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Revision Changes Path
1.132 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.131&r2=1.132
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog 1 Feb 2011 00:04:03 -0000 1.131
+++ ChangeLog 1 Feb 2011 19:26:39 -0000 1.132
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.131 2011/02/01 00:04:03 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.132 2011/02/01 19:26:39 williamh Exp $
+
+ 01 Feb 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ add selinux use flag support for bug #351712
31 Jan 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
Bug #289264 is fixed upstream, so remove the sed that worked around it.
1.77 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.76&r2=1.77
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- openrc-9999.ebuild 1 Feb 2011 00:04:03 -0000 1.76
+++ openrc-9999.ebuild 1 Feb 2011 19:26:39 -0000 1.77
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.76 2011/02/01 00:04:03 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.77 2011/02/01 19:26:39 williamh Exp $
EAPI="1"
@@ -20,7 +20,7 @@
LICENSE="BSD-2"
SLOT="0"
-IUSE="debug elibc_glibc ncurses pam unicode kernel_linux kernel_FreeBSD"
+IUSE="debug elibc_glibc ncurses pam selinux unicode kernel_linux kernel_FreeBSD"
RDEPEND="virtual/init
kernel_FreeBSD? ( sys-process/fuser-bsd )
@@ -48,6 +48,9 @@
MAKE_ARGS="${MAKE_ARGS} OS=FreeBSD"
brand="FreeBSD"
fi
+ if use selinux; then
+ MAKE_ARGS="${MAKE_ARGS} MKSELINUX=yes"
+ fi
export BRANDING="Gentoo ${brand}"
}
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-02-22 3:03 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 23+ messages in thread
From: Robin H. Johnson (robbat2) @ 2011-02-22 3:03 UTC (permalink / raw
To: gentoo-commits
robbat2 11/02/22 03:03:43
Modified: ChangeLog openrc-9999.ebuild
Log:
README.net is now README.newnet.
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Revision Changes Path
1.133 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.132&r2=1.133
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -p -w -b -B -u -u -r1.132 -r1.133
--- ChangeLog 1 Feb 2011 19:26:39 -0000 1.132
+++ ChangeLog 22 Feb 2011 03:03:43 -0000 1.133
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.132 2011/02/01 19:26:39 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.133 2011/02/22 03:03:43 robbat2 Exp $
+
+ 22 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> openrc-9999.ebuild:
+ README.net is now README.newnet.
01 Feb 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
add selinux use flag support for bug #351712
1.78 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.77&r2=1.78
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.77
retrieving revision 1.78
diff -p -w -b -B -u -u -r1.77 -r1.78
--- openrc-9999.ebuild 1 Feb 2011 19:26:39 -0000 1.77
+++ openrc-9999.ebuild 22 Feb 2011 03:03:43 -0000 1.78
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.77 2011/02/01 19:26:39 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.78 2011/02/22 03:03:43 robbat2 Exp $
EAPI="1"
@@ -103,7 +103,7 @@ src_install() {
emake ${MAKE_ARGS} DESTDIR="${D}" install || die
# install the readme for the new network scripts
- dodoc README.net
+ dodoc README.newnet
# move the shared libs back to /usr so ldscript can install
# more of a minimal set of files
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-04-15 3:27 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-04-15 3:27 UTC (permalink / raw
To: gentoo-commits
williamh 11/04/15 03:27:29
Modified: ChangeLog openrc-9999.ebuild
Log:
Disable consolefont on hppa by default for bug #228889, thanks to Jeroen
Roovers.
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.139 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.138&r2=1.139
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog 13 Apr 2011 17:16:14 -0000 1.138
+++ ChangeLog 15 Apr 2011 03:27:29 -0000 1.139
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.138 2011/04/13 17:16:14 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.139 2011/04/15 03:27:29 williamh Exp $
+
+ 15 Apr 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ Disable consolefont on hppa by default for bug #222889, thanks to
+ Jeroen Roovers .
12 Apr 2011; William Hubbs <williamh@gentoo.org> -openrc-0.6.3.ebuild,
-openrc-0.6.5.ebuild, -openrc-0.6.6.ebuild, -openrc-0.6.7.ebuild,
@@ -158,7 +162,7 @@
21 Dec 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.3.ebuild,
openrc-9999.ebuild, +files/openrc-9999-pause.patch:
Restore "pause" functionality to teach people to convert #218859 by Martin
- Mokrejš.
+ Mokrejš.
21 Dec 2009; Mike Frysinger <vapier@gentoo.org>
files/openrc-9999-msg-style.patch:
@@ -167,7 +171,7 @@
07 Dec 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.3.ebuild,
openrc-9999.ebuild:
Migrate hostname by default to avoid default thrashing on conf.d/hostname
- #295406 by Martin Mokrejš. Also delay automatic dep tree update till
+ #295406 by Martin Mokrejš. Also delay automatic dep tree update till
after we are done screwing with /etc.
06 Dec 2009; William Hubbs <williamh@gentoo.org> -openrc-0.5.2-r2.ebuild,
@@ -281,7 +285,7 @@
15 Oct 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.1-r1.ebuild,
openrc-9999.ebuild:
- Relocate docs to normal Gentoo location #241342 by Diego E. Pettenò.
+ Relocate docs to normal Gentoo location #241342 by Diego E. Pettenò.
*openrc-0.5.1-r1 (15 Oct 2009)
@@ -347,14 +351,14 @@
files/9999/0003-KV.patch:
Update patches against latest svn #267540 by Vivien Moreau.
- 18 Apr 2009; Benedikt Böhm <hollow@gentoo.org>
+ 18 Apr 2009; Benedikt Böhm <hollow@gentoo.org>
files/0.4.3/0002-support-custom-status.patch:
backport r1523 and r1524 to fix compile on FreeBSD and still provide the
system status function in custom hooks
*openrc-0.4.3-r2 (18 Apr 2009)
- 18 Apr 2009; Benedikt Böhm <hollow@gentoo.org>
+ 18 Apr 2009; Benedikt Böhm <hollow@gentoo.org>
+files/0.4.3/0002-support-custom-status.patch,
-files/openrc-0.4.3-fix-is_older_than.patch,
+files/0.4.3/0001-fix-is_older_than.patch, openrc-0.4.3-r1.ebuild,
@@ -410,7 +414,7 @@
03 Jan 2009; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Change comment into useable tags.
- 01 Jan 2009; Benedikt Böhm <hollow@gentoo.org>
+ 01 Jan 2009; Benedikt Böhm <hollow@gentoo.org>
+files/0.4.0/0005-init-script-novserver.patch:
fix dmesg and sysfs init script inside vservers, bug #253105
@@ -604,7 +608,7 @@
+openrc-0.2.1-r1.ebuild:
fix bug #216091. crash when stringlist was non-existant
- 03 Apr 2008; Raúl Porcel <armin76@gentoo.org> openrc-0.2.1.ebuild:
+ 03 Apr 2008; Raúl Porcel <armin76@gentoo.org> openrc-0.2.1.ebuild:
Add ~sparc wrt #214957
02 Apr 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2.1.ebuild,
@@ -665,7 +669,7 @@
28 Mar 2008; Alexis Ballier <aballier@gentoo.org> openrc-0.2-r1.ebuild:
keyword ~x86-fbsd
- 28 Mar 2008; Raúl Porcel <armin76@gentoo.org> openrc-0.2-r1.ebuild:
+ 28 Mar 2008; Raúl Porcel <armin76@gentoo.org> openrc-0.2-r1.ebuild:
Add ~ia64 wrt #214957
27 Mar 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2-r1.ebuild:
1.80 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.79&r2=1.80
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- openrc-9999.ebuild 24 Mar 2011 18:49:34 -0000 1.79
+++ openrc-9999.ebuild 15 Apr 2011 03:27:29 -0000 1.80
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.79 2011/03/24 18:49:34 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.80 2011/04/15 03:27:29 williamh Exp $
EAPI="1"
@@ -133,6 +133,11 @@
# Cater to the norm
set_config_yes_no /etc/conf.d/keymaps windowkeys '(' use x86 '||' use amd64 ')'
+ # On HPPA, do not run consolefont by default (bug #222889)
+ if use hppa; then
+ rm -f "${D}"/usr/share/openrc/runlevels/boot/consolefont
+ fi
+
# Support for logfile rotation
insinto /etc/logrotate.d
newins "${FILESDIR}"/openrc.logrotate openrc
@@ -408,6 +413,12 @@
ewarn "your files to /etc/conf.d/modules and delete the directory."
fi
+ if use hppa; then
+ elog "Setting the console font does not work on all HPPA consoles."
+ elog "You can still enable it by running:"
+ elog "# rc-update add consolefont boot"
+ fi
+
# update the dependency tree after touching all files #224171
[[ "${ROOT}" = "/" ]] && "${ROOT}/${LIBDIR}"/rc/bin/rc-depend -u
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-04-15 3:43 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-04-15 3:43 UTC (permalink / raw
To: gentoo-commits
williamh 11/04/15 03:43:47
Modified: ChangeLog openrc-9999.ebuild
Log:
Fix conf.d/local -> local.d transition for bug #363637.
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.140 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.139&r2=1.140
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog 15 Apr 2011 03:27:29 -0000 1.139
+++ ChangeLog 15 Apr 2011 03:43:47 -0000 1.140
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.139 2011/04/15 03:27:29 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.140 2011/04/15 03:43:47 williamh Exp $
+
+ 15 Apr 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ Fix conf.d/local -> local.d transition for bug #363637.
15 Apr 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
Disable consolefont on hppa by default for bug #222889, thanks to
1.81 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.80&r2=1.81
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- openrc-9999.ebuild 15 Apr 2011 03:27:29 -0000 1.80
+++ openrc-9999.ebuild 15 Apr 2011 03:43:47 -0000 1.81
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.80 2011/04/15 03:27:29 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.81 2011/04/15 03:43:47 williamh Exp $
EAPI="1"
@@ -345,11 +345,12 @@
fi
# Handle the conf.d/local.{start,stop} -> local.d transition
- if path_exists -o "${ROOT}"/etc/conf.d/local.{start,stop} ; then
- elog "Moving your /etc/conf.d/local.{start,stop} files to /etc/local.d"
- mv "${ROOT}"/etc/conf.d/local.start "${ROOT}"/local.d/baselayout1.start
- mv "${ROOT}"/etc/conf.d/local.stop "${ROOT}"/local.d/baselayout1.stop
- chmod +x "${ROOT}"/local.d/*{start,stop}
+ if path_exists -o "${ROOT}"etc/conf.d/local.{start,stop} ; then
+ elog "Moving your ${ROOT}etc/conf.d/local.{start,stop}"
+ elog "files to ${ROOT}etc/local.d"
+ mv "${ROOT}"etc/conf.d/local.start "${ROOT}"etc/local.d/baselayout1.start
+ mv "${ROOT}"etc/conf.d/local.stop "${ROOT}"etc/local.d/baselayout1.stop
+ chmod +x "${ROOT}"etc/local.d/*{start,stop}
fi
}
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-04-17 21:02 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-04-17 21:02 UTC (permalink / raw
To: gentoo-commits
williamh 11/04/17 21:02:51
Modified: ChangeLog openrc-9999.ebuild
Log:
Fix the migration of /etc/conf.d/local.* for bug #363949.
(Portage version: 2.2.0_alpha30/cvs/Linux i686)
Revision Changes Path
1.144 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.143&r2=1.144
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog 16 Apr 2011 13:44:48 -0000 1.143
+++ ChangeLog 17 Apr 2011 21:02:51 -0000 1.144
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.143 2011/04/16 13:44:48 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.144 2011/04/17 21:02:51 williamh Exp $
+
+ 17 Apr 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ fix the migration of /etc/conf.d/local.* for bug #363949.
16 Apr 2011; William Hubbs <williamh@gentoo.org> -openrc-0.8.1.ebuild:
remove broken version
1.82 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.81&r2=1.82
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- openrc-9999.ebuild 15 Apr 2011 03:43:47 -0000 1.81
+++ openrc-9999.ebuild 17 Apr 2011 21:02:51 -0000 1.82
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.81 2011/04/15 03:43:47 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.82 2011/04/17 21:02:51 williamh Exp $
EAPI="1"
@@ -343,15 +343,6 @@
rmdir "${ROOT}"/etc/modules.autoload.d 2>/dev/null
fi
fi
-
- # Handle the conf.d/local.{start,stop} -> local.d transition
- if path_exists -o "${ROOT}"etc/conf.d/local.{start,stop} ; then
- elog "Moving your ${ROOT}etc/conf.d/local.{start,stop}"
- elog "files to ${ROOT}etc/local.d"
- mv "${ROOT}"etc/conf.d/local.start "${ROOT}"etc/local.d/baselayout1.start
- mv "${ROOT}"etc/conf.d/local.stop "${ROOT}"etc/local.d/baselayout1.stop
- chmod +x "${ROOT}"etc/local.d/*{start,stop}
- fi
}
pkg_postinst() {
@@ -420,6 +411,15 @@
elog "# rc-update add consolefont boot"
fi
+ # Handle the conf.d/local.{start,stop} -> local.d transition
+ if path_exists -o "${ROOT}"etc/conf.d/local.{start,stop} ; then
+ elog "Moving your ${ROOT}etc/conf.d/local.{start,stop}"
+ elog "files to ${ROOT}etc/local.d"
+ mv "${ROOT}"etc/conf.d/local.start "${ROOT}"etc/local.d/baselayout1.start
+ mv "${ROOT}"etc/conf.d/local.stop "${ROOT}"etc/local.d/baselayout1.stop
+ chmod +x "${ROOT}"etc/local.d/*{start,stop}
+ fi
+
# update the dependency tree after touching all files #224171
[[ "${ROOT}" = "/" ]] && "${ROOT}/${LIBDIR}"/rc/bin/rc-depend -u
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-05-20 16:29 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 23+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-05-20 16:29 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/05/20 16:29:33
Modified: ChangeLog openrc-9999.ebuild
Log:
Migrate to EAPI=4. Acked by William and Jeremy.
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Revision Changes Path
1.151 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.150&r2=1.151
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog 13 May 2011 19:06:47 -0000 1.150
+++ ChangeLog 20 May 2011 16:29:33 -0000 1.151
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.150 2011/05/13 19:06:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.151 2011/05/20 16:29:33 scarabeus Exp $
+
+ 20 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> openrc-9999.ebuild:
+ Migrate to EAPI=4. Acked by William and Jeremy.
13 May 2011; Raúl Porcel <armin76@gentoo.org> openrc-0.8.2-r1.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #295613
1.83 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.82&r2=1.83
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- openrc-9999.ebuild 17 Apr 2011 21:02:51 -0000 1.82
+++ openrc-9999.ebuild 20 May 2011 16:29:33 -0000 1.83
@@ -1,23 +1,21 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.82 2011/04/17 21:02:51 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.83 2011/05/20 16:29:33 scarabeus Exp $
-EAPI="1"
+EAPI=4
-inherit eutils flag-o-matic multilib toolchain-funcs
+EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git"
+[[ ${PV} == "9999" ]] && SCM_ECLASS="git-2"
+inherit eutils flag-o-matic multilib toolchain-funcs ${SCM_ECLASS}
+unset SCM_ECLASS
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/openrc.git"
- inherit git
- KEYWORDS=""
-else
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/"
+if [[ ${PV} != "9999" ]] ; then
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
fi
-DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
-HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/"
-
LICENSE="BSD-2"
SLOT="0"
IUSE="debug elibc_glibc ncurses pam selinux unicode kernel_linux kernel_FreeBSD"
@@ -60,15 +58,14 @@
export MKTERMCAP=$(usev ncurses)
}
-src_unpack() {
+src_prepare() {
+ sed -i 's:0444:0644:' mk/sys.mk || die
+ sed -i "/^DIR/s:/openrc:/${PF}:" doc/Makefile || die #241342
+
if [[ ${PV} == "9999" ]] ; then
- git_src_unpack
- else
- unpack ${A}
+ local ver="git-${EGIT_VERSION:0:6}"
+ sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk || die
fi
- cd "${S}"
- sed -i 's:0444:0644:' mk/sys.mk
- sed -i "/^DIR/s:/openrc:/${PF}:" doc/Makefile #241342
# Allow user patches to be applied without modifying the ebuild
epatch_user
@@ -77,13 +74,8 @@
src_compile() {
make_args
- if [[ ${PV} == "9999" ]] ; then
- local ver="git-$(echo ${EGIT_VERSION} | cut -c1-8)"
- sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk
- fi
-
tc-export CC AR RANLIB
- emake ${MAKE_ARGS} || die "emake ${MAKE_ARGS} failed"
+ emake ${MAKE_ARGS}
}
# set_config <file> <option name> <yes value> <no value> test
@@ -94,13 +86,14 @@
[[ ${val} == "#" ]] && com="#" && val='\2'
sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ ]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
}
+
set_config_yes_no() {
set_config "$1" "$2" YES NO "${@:3}"
}
src_install() {
make_args
- emake ${MAKE_ARGS} DESTDIR="${D}" install || die
+ emake ${MAKE_ARGS} DESTDIR="${D}" install
# install the readme for the new network scripts
dodoc README.newnet
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-07-12 18:30 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-07-12 18:30 UTC (permalink / raw
To: gentoo-commits
williamh 11/07/12 18:30:17
Modified: ChangeLog openrc-9999.ebuild
Log:
libexecdir should use "lib" instead of "$(get_libdir)"
(Portage version: 2.2.0_alpha43/cvs/Linux i686)
Revision Changes Path
1.164 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.164&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.164&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.163&r2=1.164
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog 12 Jul 2011 15:04:27 -0000 1.163
+++ ChangeLog 12 Jul 2011 18:30:17 -0000 1.164
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.163 2011/07/12 15:04:27 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.164 2011/07/12 18:30:17 williamh Exp $
+
+ 12 Jul 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ libexecdir should use "lib" instead of "$(get_libdir)"
12 Jul 2011; William Hubbs <williamh@gentoo.org> -openrc-0.8.2-r1.ebuild:
remove old version
1.85 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.84&r2=1.85
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- openrc-9999.ebuild 5 Jun 2011 22:46:01 -0000 1.84
+++ openrc-9999.ebuild 12 Jul 2011 18:30:17 -0000 1.85
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.84 2011/06/05 22:46:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.85 2011/07/12 18:30:17 williamh Exp $
EAPI=4
@@ -35,7 +35,7 @@
make_args() {
unset LIBDIR #266688
- MAKE_ARGS="${MAKE_ARGS} LIBNAME=$(get_libdir) LIBEXECDIR=/$(get_libdir)/rc"
+ MAKE_ARGS="${MAKE_ARGS} LIBNAME=$(get_libdir) LIBEXECDIR=/lib/rc"
MAKE_ARGS="${MAKE_ARGS} MKOLDNET=yes"
local brand="Unknown"
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-09-01 2:59 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-09-01 2:59 UTC (permalink / raw
To: gentoo-commits
williamh 11/09/01 02:59:03
Modified: ChangeLog openrc-9999.ebuild
Log:
Make start-stop-daemon use system-services PAM stack.
This closes bug #365149.
(Portage version: 2.2.0_alpha51/cvs/Linux i686)
Revision Changes Path
1.165 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.164&r2=1.165
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog 12 Jul 2011 18:30:17 -0000 1.164
+++ ChangeLog 1 Sep 2011 02:59:02 -0000 1.165
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.164 2011/07/12 18:30:17 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.165 2011/09/01 02:59:02 williamh Exp $
+
+ 01 Sep 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild,
+ +files/start-stop-daemon.pam:
+ Make start-stop-daemon use system-services PAM stack.
+ This closes bug #365149.
12 Jul 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
libexecdir should use "lib" instead of "$(get_libdir)"
1.86 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.85&r2=1.86
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- openrc-9999.ebuild 12 Jul 2011 18:30:17 -0000 1.85
+++ openrc-9999.ebuild 1 Sep 2011 02:59:02 -0000 1.86
@@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.85 2011/07/12 18:30:17 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.86 2011/09/01 02:59:02 williamh Exp $
EAPI=4
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git"
[[ ${PV} == "9999" ]] && SCM_ECLASS="git-2"
-inherit eutils flag-o-matic multilib toolchain-funcs ${SCM_ECLASS}
+inherit eutils flag-o-matic multilib pam toolchain-funcs ${SCM_ECLASS}
unset SCM_ECLASS
DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
@@ -134,6 +134,9 @@
# Support for logfile rotation
insinto /etc/logrotate.d
newins "${FILESDIR}"/openrc.logrotate openrc
+
+ # install the gentoo pam.d file
+ newpamd "${FILESDIR}"/start-stop-daemon.pam start-stop-daemon
}
add_boot_init() {
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-11-16 19:50 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-11-16 19:50 UTC (permalink / raw
To: gentoo-commits
williamh 11/11/16 19:50:05
Modified: ChangeLog openrc-9999.ebuild
Log:
since oldnet is now the default upstream, we do not need to force this in the ebuild.
(Portage version: 2.2.0_alpha74/cvs/Linux i686)
Revision Changes Path
1.173 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.172&r2=1.173
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog 7 Nov 2011 12:57:19 -0000 1.172
+++ ChangeLog 16 Nov 2011 19:50:05 -0000 1.173
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.172 2011/11/07 12:57:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.173 2011/11/16 19:50:05 williamh Exp $
+
+ 16 Nov 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ Since oldnet is now the default upstream, we do not need to force this
+ in the ebuild.
07 Nov 2011; Alexis Ballier <aballier@gentoo.org> openrc-0.8.3-r1.ebuild,
openrc-0.9.2.ebuild, openrc-0.9.3.ebuild, openrc-0.9.3-r1.ebuild,
1.89 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.88&r2=1.89
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- openrc-9999.ebuild 7 Nov 2011 12:57:19 -0000 1.88
+++ openrc-9999.ebuild 16 Nov 2011 19:50:05 -0000 1.89
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.88 2011/11/07 12:57:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.89 2011/11/16 19:50:05 williamh Exp $
EAPI=4
@@ -36,7 +36,6 @@
unset LIBDIR #266688
MAKE_ARGS="${MAKE_ARGS} LIBNAME=$(get_libdir) LIBEXECDIR=/$(get_libdir)/rc"
- MAKE_ARGS="${MAKE_ARGS} MKOLDNET=yes"
local brand="Unknown"
if use kernel_linux ; then
@@ -95,9 +94,6 @@
make_args
emake ${MAKE_ARGS} DESTDIR="${D}" install
- # install the readme for the new network scripts
- dodoc README.newnet
-
# move the shared libs back to /usr so ldscript can install
# more of a minimal set of files
# disabled for now due to #270646
@@ -113,12 +109,8 @@
cp -PR "${D}"/etc/runlevels "${D}"/usr/share/${PN} || die
rm -rf "${D}"/etc/runlevels
- # Stick with "old" net as the default for now
- doconfd conf.d/net || die
- pushd "${D}"/usr/share/${PN}/runlevels/boot > /dev/null
- rm -f network staticroute
- ln -s /etc/init.d/net.lo net.lo
- popd > /dev/null
+ # Install the default net configuration
+ doconfd conf.d/net
# Setup unicode defaults for silly unicode users
set_config_yes_no /etc/rc.conf unicode use unicode
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-11-18 18:25 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-11-18 18:25 UTC (permalink / raw
To: gentoo-commits
williamh 11/11/18 18:25:24
Modified: ChangeLog openrc-9999.ebuild
Log:
Add static-libs use flag for bug #378267
(Portage version: 2.2.0_alpha75/cvs/Linux i686)
Revision Changes Path
1.174 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.174&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.174&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.173&r2=1.174
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog 16 Nov 2011 19:50:05 -0000 1.173
+++ ChangeLog 18 Nov 2011 18:25:24 -0000 1.174
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.173 2011/11/16 19:50:05 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.174 2011/11/18 18:25:24 williamh Exp $
+
+ 18 Nov 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ Add static-libs use flag for bug #378267
16 Nov 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
Since oldnet is now the default upstream, we do not need to force this
1.90 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.89&r2=1.90
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- openrc-9999.ebuild 16 Nov 2011 19:50:05 -0000 1.89
+++ openrc-9999.ebuild 18 Nov 2011 18:25:24 -0000 1.90
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.89 2011/11/16 19:50:05 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.90 2011/11/18 18:25:24 williamh Exp $
EAPI=4
@@ -18,7 +18,8 @@
LICENSE="BSD-2"
SLOT="0"
-IUSE="debug elibc_glibc ncurses pam selinux unicode kernel_linux kernel_FreeBSD"
+IUSE="debug elibc_glibc ncurses pam selinux unicode kernel_linux kernel_FreeBSD
+ static-libs"
RDEPEND="virtual/init
kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) )
@@ -49,6 +50,9 @@
MAKE_ARGS="${MAKE_ARGS} MKSELINUX=yes"
fi
export BRANDING="Gentoo ${brand}"
+ if ! use static-libs; then
+ MAKE_ARGS="${MAKE_ARGS} MKSTATICLIBS=no"
+ fi
}
pkg_setup() {
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
@ 2011-12-04 23:38 William Hubbs (williamh)
0 siblings, 0 replies; 23+ messages in thread
From: William Hubbs (williamh) @ 2011-12-04 23:38 UTC (permalink / raw
To: gentoo-commits
williamh 11/12/04 23:38:54
Modified: ChangeLog openrc-9999.ebuild
Log:
migrate-run service was dropped, so we can remove it from the ebuild.
(Portage version: 2.2.0_alpha79/cvs/Linux i686)
Revision Changes Path
1.187 sys-apps/openrc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.187&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.187&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.186&r2=1.187
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog 3 Dec 2011 21:07:41 -0000 1.186
+++ ChangeLog 4 Dec 2011 23:38:53 -0000 1.187
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.186 2011/12/03 21:07:41 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.187 2011/12/04 23:38:53 williamh Exp $
+
+ 04 Dec 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
+ migrate-run service was dropped from git, so we can remove it here.
03 Dec 2011; William Hubbs <williamh@gentoo.org> -openrc-0.9.2.ebuild,
-openrc-0.9.3.ebuild, -openrc-0.9.3-r1.ebuild:
1.96 sys-apps/openrc/openrc-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.95&r2=1.96
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- openrc-9999.ebuild 30 Nov 2011 16:15:15 -0000 1.95
+++ openrc-9999.ebuild 4 Dec 2011 23:38:53 -0000 1.96
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.95 2011/11/30 16:15:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.96 2011/12/04 23:38:53 williamh Exp $
EAPI=4
@@ -235,9 +235,6 @@
# termencoding was added in 0.2.1 and needed in boot
has_version ">=sys-apps/openrc-0.2.1" || add_boot_init termencoding
- # migrate-run was added in 0.9.6 and is needed in boot
- use kernel_linux && add_boot_init migrate-run
-
# set default interactive shell to sulogin if it exists
set_config /etc/rc.conf rc_shell /sbin/sulogin "#" test -e /sbin/sulogin
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2011-12-04 23:39 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20 16:29 [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild Tomas Chvatal (scarabeus)
-- strict thread matches above, loose matches on Subject: below --
2011-12-04 23:38 William Hubbs (williamh)
2011-11-18 18:25 William Hubbs (williamh)
2011-11-16 19:50 William Hubbs (williamh)
2011-09-01 2:59 William Hubbs (williamh)
2011-07-12 18:30 William Hubbs (williamh)
2011-04-17 21:02 William Hubbs (williamh)
2011-04-15 3:43 William Hubbs (williamh)
2011-04-15 3:27 William Hubbs (williamh)
2011-02-22 3:03 Robin H. Johnson (robbat2)
2011-02-01 19:26 William Hubbs (williamh)
2011-02-01 0:04 William Hubbs (williamh)
2011-01-23 1:20 William Hubbs (williamh)
2011-01-06 23:53 William Hubbs (williamh)
2010-07-08 2:17 William Hubbs (williamh)
2009-12-21 15:11 William Hubbs (williamh)
2009-11-08 19:43 William Hubbs (williamh)
2009-10-31 1:04 William Hubbs (williamh)
2009-06-08 11:45 Mike Frysinger (vapier)
2009-05-29 22:57 Mike Frysinger (vapier)
2009-01-28 14:57 Matthias Schwarzott (zzam)
2008-12-13 8:35 Matthias Schwarzott (zzam)
2008-12-10 22:09 Doug Goldstein (cardoe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox