diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:07:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:07:33 +0000 |
commit | 56c941a327fdb95bd8f9e9f3f49a336305b40431 (patch) | |
tree | 7e2b13e10ee67d93462dc4d45a048e88cf829048 /sys-process | |
parent | Remove virtual/libc (diff) | |
download | historical-56c941a327fdb95bd8f9e9f3f49a336305b40431.tar.gz historical-56c941a327fdb95bd8f9e9f3f49a336305b40431.tar.bz2 historical-56c941a327fdb95bd8f9e9f3f49a336305b40431.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/acctail/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/acctail/acctail-1.3.ebuild | 7 | ||||
-rw-r--r-- | sys-process/acctail/acctail-2.0.ebuild | 7 | ||||
-rw-r--r-- | sys-process/anacron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/anacron/anacron-2.3-r2.ebuild | 7 | ||||
-rw-r--r-- | sys-process/at/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/at/at-3.1.8-r11.ebuild | 5 | ||||
-rw-r--r-- | sys-process/bcron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/bcron/bcron-0.09.ebuild | 5 | ||||
-rw-r--r-- | sys-process/daemontools/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/daemontools/daemontools-0.76-r5.ebuild | 6 | ||||
-rw-r--r-- | sys-process/watchpid/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/watchpid/watchpid-0.1-r1.ebuild | 6 |
13 files changed, 48 insertions, 33 deletions
diff --git a/sys-process/acctail/ChangeLog b/sys-process/acctail/ChangeLog index da3f9cdc8a44..a509ce452cd7 100644 --- a/sys-process/acctail/ChangeLog +++ b/sys-process/acctail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/acctail -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/ChangeLog,v 1.8 2007/10/27 23:06:23 ticho Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/ChangeLog,v 1.9 2009/09/23 21:05:44 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> acctail-1.3.ebuild, + acctail-2.0.ebuild: + Remove virtual/libc 27 Oct 2007; Andrej Kacian <ticho@gentoo.org> acctail-2.0.ebuild: Stable on x86. diff --git a/sys-process/acctail/acctail-1.3.ebuild b/sys-process/acctail/acctail-1.3.ebuild index 8a1d7ddebd0d..cdf09c477781 100644 --- a/sys-process/acctail/acctail-1.3.ebuild +++ b/sys-process/acctail/acctail-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/acctail-1.3.ebuild,v 1.4 2005/08/30 00:25:29 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/acctail-1.3.ebuild,v 1.5 2009/09/23 21:05:44 patrick Exp $ inherit eutils toolchain-funcs DESCRIPTION="shows all processes as they exit, along with the accounting information" @@ -10,8 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="virtual/libc - sys-process/acct" +DEPEND="sys-process/acct" src_compile() { tc-export CC LD AR diff --git a/sys-process/acctail/acctail-2.0.ebuild b/sys-process/acctail/acctail-2.0.ebuild index f1d07cb97d0b..873e54fcf602 100644 --- a/sys-process/acctail/acctail-2.0.ebuild +++ b/sys-process/acctail/acctail-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/acctail-2.0.ebuild,v 1.2 2007/10/27 23:06:23 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/acctail-2.0.ebuild,v 1.3 2009/09/23 21:05:44 patrick Exp $ inherit eutils toolchain-funcs DESCRIPTION="shows all processes as they exit, along with the accounting information" @@ -10,8 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="virtual/libc - sys-process/acct" +DEPEND="sys-process/acct" src_unpack() { unpack ${A} diff --git a/sys-process/anacron/ChangeLog b/sys-process/anacron/ChangeLog index 7750256728c7..a12062da1900 100644 --- a/sys-process/anacron/ChangeLog +++ b/sys-process/anacron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/anacron # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/anacron/ChangeLog,v 1.8 2009/05/12 20:22:45 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/anacron/ChangeLog,v 1.9 2009/09/23 21:06:06 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> anacron-2.3-r2.ebuild: + Remove virtual/libc 12 May 2009; Thilo Bangert <bangert@gentoo.org> files/anacrontab: disable run-parts by default - warn about double execution diff --git a/sys-process/anacron/anacron-2.3-r2.ebuild b/sys-process/anacron/anacron-2.3-r2.ebuild index 301c6696ecac..edaf70db5eeb 100644 --- a/sys-process/anacron/anacron-2.3-r2.ebuild +++ b/sys-process/anacron/anacron-2.3-r2.ebuild @@ -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-process/anacron/anacron-2.3-r2.ebuild,v 1.3 2008/10/12 07:30:26 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/anacron/anacron-2.3-r2.ebuild,v 1.4 2009/09/23 21:06:06 patrick Exp $ inherit eutils @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc amd64" IUSE="" -DEPEND="virtual/libc - >=sys-apps/sed-4 +DEPEND=">=sys-apps/sed-4 sys-process/cronbase" RDEPEND="virtual/mta virtual/cron" diff --git a/sys-process/at/ChangeLog b/sys-process/at/ChangeLog index b0b804781ba1..cafe9d709990 100644 --- a/sys-process/at/ChangeLog +++ b/sys-process/at/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/at # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/at/ChangeLog,v 1.22 2009/04/02 15:31:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/at/ChangeLog,v 1.23 2009/09/23 21:06:32 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> at-3.1.8-r11.ebuild: + Remove virtual/libc 02 Apr 2009; Raúl Porcel <armin76@gentoo.org> at-3.1.10.2-r1.ebuild: ia64/x86 stable wrt #263707 diff --git a/sys-process/at/at-3.1.8-r11.ebuild b/sys-process/at/at-3.1.8-r11.ebuild index 6b015c87b63c..afb7282ce93b 100644 --- a/sys-process/at/at-3.1.8-r11.ebuild +++ b/sys-process/at/at-3.1.8-r11.ebuild @@ -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-process/at/at-3.1.8-r11.ebuild,v 1.8 2008/06/26 10:37:33 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.8-r11.ebuild,v 1.9 2009/09/23 21:06:32 patrick Exp $ inherit eutils flag-o-matic @@ -14,7 +14,6 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="virtual/mta - virtual/libc >=sys-devel/flex-2.5.4a" RDEPEND="virtual/libc virtual/mta diff --git a/sys-process/bcron/ChangeLog b/sys-process/bcron/ChangeLog index cd157b96564b..035e55cef070 100644 --- a/sys-process/bcron/ChangeLog +++ b/sys-process/bcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/bcron # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/ChangeLog,v 1.12 2009/07/20 12:53:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/ChangeLog,v 1.13 2009/09/23 21:06:51 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> bcron-0.09.ebuild: + Remove virtual/libc 20 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> bcron-0.09.ebuild: Use emake -j1 and list the bug for the parallel build failure. diff --git a/sys-process/bcron/bcron-0.09.ebuild b/sys-process/bcron/bcron-0.09.ebuild index 23a7acdc0482..1554335230d5 100644 --- a/sys-process/bcron/bcron-0.09.ebuild +++ b/sys-process/bcron/bcron-0.09.ebuild @@ -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-process/bcron/bcron-0.09.ebuild,v 1.10 2009/07/20 12:53:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/bcron-0.09.ebuild,v 1.11 2009/09/23 21:06:51 patrick Exp $ CRON_SYSTEM_CRONTAB="yes" @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="virtual/libc - >=dev-libs/bglibs-1.031" +DEPEND=">=dev-libs/bglibs-1.031" RDEPEND="!virtual/cron >=sys-process/cronbase-0.3.2 virtual/mta diff --git a/sys-process/daemontools/ChangeLog b/sys-process/daemontools/ChangeLog index 606b11589983..7afca3ea982b 100644 --- a/sys-process/daemontools/ChangeLog +++ b/sys-process/daemontools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/daemontools -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/daemontools/ChangeLog,v 1.9 2008/12/07 06:59:37 robbat2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/daemontools/ChangeLog,v 1.10 2009/09/23 21:07:07 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> + daemontools-0.76-r5.ebuild: + Remove virtual/libc *daemontools-0.76-r7 (07 Dec 2008) diff --git a/sys-process/daemontools/daemontools-0.76-r5.ebuild b/sys-process/daemontools/daemontools-0.76-r5.ebuild index 04b04f1e3c32..9c8ced31ac4f 100644 --- a/sys-process/daemontools/daemontools-0.76-r5.ebuild +++ b/sys-process/daemontools/daemontools-0.76-r5.ebuild @@ -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-process/daemontools/daemontools-0.76-r5.ebuild,v 1.3 2008/01/04 22:43:36 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/daemontools/daemontools-0.76-r5.ebuild,v 1.4 2009/09/23 21:07:07 patrick Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="selinux static doc" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="selinux? ( sec-policy/selinux-daemontools ) doc? ( app-doc/daemontools-man )" diff --git a/sys-process/watchpid/ChangeLog b/sys-process/watchpid/ChangeLog index 4805a7ae341c..3bdde262c33b 100644 --- a/sys-process/watchpid/ChangeLog +++ b/sys-process/watchpid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/watchpid -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/watchpid/ChangeLog,v 1.4 2007/02/22 00:36:11 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/watchpid/ChangeLog,v 1.5 2009/09/23 21:07:33 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> watchpid-0.1-r1.ebuild: + Remove virtual/libc 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/sys-process/watchpid/watchpid-0.1-r1.ebuild b/sys-process/watchpid/watchpid-0.1-r1.ebuild index 6d2fe08ccaa3..13eed03360c8 100644 --- a/sys-process/watchpid/watchpid-0.1-r1.ebuild +++ b/sys-process/watchpid/watchpid-0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/watchpid/watchpid-0.1-r1.ebuild,v 1.2 2006/04/30 17:34:22 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/watchpid/watchpid-0.1-r1.ebuild,v 1.3 2009/09/23 21:07:33 patrick Exp $ DESCRIPTION="Watches a process for termination" SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz" @@ -9,7 +9,7 @@ KEYWORDS="x86 amd64 -ppc" IUSE="" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/libc" +DEPEND="" src_compile() { econf || die "econf failed" |