diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-24 06:11:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-24 06:11:14 +0000 |
commit | 8ecd40af4a3469a99e7b954bb2bdb7dffb8d6c83 (patch) | |
tree | 3ed2bb7879d8c56dc7dd54c2e20efaa6cdd6e0a4 /sys-process | |
parent | Stable on x86, ebuild cleanup (diff) | |
download | historical-8ecd40af4a3469a99e7b954bb2bdb7dffb8d6c83.tar.gz historical-8ecd40af4a3469a99e7b954bb2bdb7dffb8d6c83.tar.bz2 historical-8ecd40af4a3469a99e7b954bb2bdb7dffb8d6c83.zip |
Stable on x86.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/acctail/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/acctail/Manifest | 14 | ||||
-rw-r--r-- | sys-process/acctail/acctail-1.3.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/sys-process/acctail/ChangeLog b/sys-process/acctail/ChangeLog index 6427dd30d412..e595fd6e4444 100644 --- a/sys-process/acctail/ChangeLog +++ b/sys-process/acctail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/acctail # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/ChangeLog,v 1.3 2005/03/03 19:45:27 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/ChangeLog,v 1.4 2005/08/24 06:11:14 robbat2 Exp $ + + 24 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> acctail-1.3.ebuild: + Stable on x86. 03 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> acctail-1.3.ebuild: sys-apps/acct -> sys-process/acct diff --git a/sys-process/acctail/Manifest b/sys-process/acctail/Manifest index defb7e73c343..cceda87e540b 100644 --- a/sys-process/acctail/Manifest +++ b/sys-process/acctail/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e79739b11ebcdbb06102862d4b1b5df9 acctail-1.3.ebuild 664 -MD5 beb7c3471abb4b370ba887a4b2b9cefd ChangeLog 697 +MD5 dd9c0182aa467a726e33710c109ef48a acctail-1.3.ebuild 663 +MD5 d9f56fba30e4b7b7e838d1ade50d6c52 ChangeLog 787 MD5 21cd68602737d7c996bceabf6e62c468 metadata.xml 223 MD5 76582a28cc218cafe3913cf5d923003a files/digest-acctail-1.3 58 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCJ2ldI1lqEGTUzyQRAkusAJsFQBgVtMhZTu85YEeqtxupucnDgQCguXgV -fJ6NykaNMi/o+LNLHjRuaRg= -=nw4w ------END PGP SIGNATURE----- diff --git a/sys-process/acctail/acctail-1.3.ebuild b/sys-process/acctail/acctail-1.3.ebuild index e89231414c8b..7298f78ebf67 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 # 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.2 2005/03/03 19:37:53 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/acctail/acctail-1.3.ebuild,v 1.3 2005/08/24 06:11:14 robbat2 Exp $ inherit eutils toolchain-funcs DESCRIPTION="shows all processes as they exit, along with the accounting information" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.vanheusden.com/acctail/" SRC_URI="${HOMEPAGE}${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/libc sys-process/acct" |