diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-11-10 09:51:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-11-10 09:51:31 +0000 |
commit | d4ffc49a8e23781221ba380e3fab07bfe8743ed4 (patch) | |
tree | 56af3d4cbe945a07be5ebcec732582137e1806b3 /sys-apps | |
parent | Fix building on Darwin for both versions with libsphinxclient, keyword 1.10_b... (diff) | |
download | gentoo-2-d4ffc49a8e23781221ba380e3fab07bfe8743ed4.tar.gz gentoo-2-d4ffc49a8e23781221ba380e3fab07bfe8743ed4.tar.bz2 gentoo-2-d4ffc49a8e23781221ba380e3fab07bfe8743ed4.zip |
sync changes between live/latest ebuilds
(Portage version: 2.2_rc96/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/openrc-0.6.3.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/openrc/openrc-0.6.3.ebuild b/sys-apps/openrc/openrc-0.6.3.ebuild index 344dd69a214c..80df5b9450dc 100644 --- a/sys-apps/openrc/openrc-0.6.3.ebuild +++ b/sys-apps/openrc/openrc-0.6.3.ebuild @@ -1,6 +1,6 @@ # 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-0.6.3.ebuild,v 1.1 2010/09/02 15:47:12 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.6.3.ebuild,v 1.2 2010/11/10 09:51:31 vapier Exp $ EAPI="1" @@ -16,7 +16,7 @@ else fi DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" -HOMEPAGE="http://roy.marples.name/openrc" +HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/" LICENSE="BSD-2" SLOT="0" diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 6b350830b5ed..61d8d12a8242 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -1,6 +1,6 @@ # 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.71 2010/08/21 22:30:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.72 2010/11/10 09:51:31 vapier Exp $ EAPI="1" @@ -67,6 +67,9 @@ src_unpack() { 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 } src_compile() { |