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/acctail | |
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/acctail')
-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 |
3 files changed, 12 insertions, 10 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} |