summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-14 02:29:42 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-14 02:29:42 +0000
commit27d9f15dd24bf069a3359af0db674e13aebad323 (patch)
tree79b53d4fc4fc40a85cb373a3eda2b669da5b4e1c /sys-process
parentFix DoS in server #98922 by Stefan Cornelius. (diff)
downloadhistorical-27d9f15dd24bf069a3359af0db674e13aebad323.tar.gz
historical-27d9f15dd24bf069a3359af0db674e13aebad323.tar.bz2
historical-27d9f15dd24bf069a3359af0db674e13aebad323.zip
amd64/x86 stable
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/acct/Manifest16
-rw-r--r--sys-process/acct/acct-6.3.5-r1.ebuild11
2 files changed, 15 insertions, 12 deletions
diff --git a/sys-process/acct/Manifest b/sys-process/acct/Manifest
index c3a5664b3b1d..e4206397510f 100644
--- a/sys-process/acct/Manifest
+++ b/sys-process/acct/Manifest
@@ -1,18 +1,18 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 60941a7991632fedc65a3472acb81391 ChangeLog 1669
-MD5 bd8533ac4370aa235ed096faf08d703c acct-6.3.5-r1.ebuild 978
+MD5 1fb0f5d30ff61e9f13f4679524b6df9e acct-6.3.5-r1.ebuild 963
+MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 9dbf891c760130250424202d63632d1c acct-6.3.5.ebuild 862
-MD5 2dbe3e38c54e479bccb31fa6c30f28b6 files/acct-6.3.5-gentoo.diff 371
+MD5 60941a7991632fedc65a3472acb81391 ChangeLog 1669
MD5 f57796e717bd96602143f913df4c265b files/acct.rc6 498
-MD5 296bdfcb1fa7634f32846c4f1caee788 files/digest-acct-6.3.5 67
+MD5 2dbe3e38c54e479bccb31fa6c30f28b6 files/acct-6.3.5-gentoo.diff 371
MD5 679163b80cdf41047198cb6bb75c6408 files/digest-acct-6.3.5-r1 70
-MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 296bdfcb1fa7634f32846c4f1caee788 files/digest-acct-6.3.5 67
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFC1ClwI1lqEGTUzyQRAp6bAKDYXtNjk8IOLmHGawdCHL1rzNmQBwCg3OIu
-uR2I+zRntSNDGSkfYLpGFWY=
-=uD5i
+iD8DBQFC1c5qgIKl8Uu19MoRAitCAJ4rA9CzeFZvWP85zJuuiQwT3yfDFACfbmX9
+qMMvPiOOTkJjQO0ogCySPA8=
+=IZ53
-----END PGP SIGNATURE-----
diff --git a/sys-process/acct/acct-6.3.5-r1.ebuild b/sys-process/acct/acct-6.3.5-r1.ebuild
index 0373187befc3..f95d1eee0010 100644
--- a/sys-process/acct/acct-6.3.5-r1.ebuild
+++ b/sys-process/acct/acct-6.3.5-r1.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/acct/acct-6.3.5-r1.ebuild,v 1.2 2005/07/12 20:34:28 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/acct-6.3.5-r1.ebuild,v 1.3 2005/07/14 02:29:42 vapier Exp $
inherit eutils
@@ -9,12 +9,15 @@ MY_P=${P}-${PATCH_VER}
DESCRIPTION="GNU system accounting utilities"
HOMEPAGE="http://www.gnu.org/directory/acct.html"
SRC_URI="http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/${MY_P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc x86"
IUSE=""
-DEPEND="virtual/libc"
-S="${WORKDIR}/${MY_P}"
+
+DEPEND=""
+
+S=${WORKDIR}/${MY_P}
src_compile() {
econf --enable-linux-multiformat || die "econf failed"