diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-08-07 13:37:36 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-08-07 13:37:36 +0000 |
commit | ba79338a01913765f43d22840a2de5aee7acf382 (patch) | |
tree | 5aec0f0a148f3388e19e5491b2e6a6382f5b4db2 /sys-process | |
parent | Stable on ppc. (diff) | |
download | historical-ba79338a01913765f43d22840a2de5aee7acf382.tar.gz historical-ba79338a01913765f43d22840a2de5aee7acf382.tar.bz2 historical-ba79338a01913765f43d22840a2de5aee7acf382.zip |
Stable on hppa
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/lsof/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/lsof/Manifest | 18 | ||||
-rw-r--r-- | sys-process/lsof/lsof-4.75.ebuild | 4 |
3 files changed, 10 insertions, 17 deletions
diff --git a/sys-process/lsof/ChangeLog b/sys-process/lsof/ChangeLog index 0ca8592b9f99..ce586ac7ab16 100644 --- a/sys-process/lsof/ChangeLog +++ b/sys-process/lsof/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/lsof # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.7 2005/08/05 12:50:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.8 2005/08/07 13:37:36 killerfox Exp $ + + 07 Aug 2005; Rene Nussbaumer <killerfox@gentoo.org> lsof-4.75.ebuild: + Stable on hppa. 05 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> lsof-4.75.ebuild: Stable on sparc diff --git a/sys-process/lsof/Manifest b/sys-process/lsof/Manifest index 47b694f321e5..671679ff0838 100644 --- a/sys-process/lsof/Manifest +++ b/sys-process/lsof/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 fdfb945be783172e89a68795bd030965 lsof-4.75.ebuild 1518 +MD5 da42620452daba2af9b1d2e58e7ad741 ChangeLog 5076 MD5 56fd77f94ff54562944e0d96d9b574b4 lsof-4.73.ebuild 1298 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 0c9bcb7189e43ac96691c252e32a8cd9 ChangeLog 4984 MD5 f8467d75a813d4a46088ecb7f1f766d0 lsof-4.74.ebuild 1530 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 695a12c74eb0d746d39d7eda90df5af3 lsof-4.75.ebuild 1518 +MD5 8a26fd08042572a5821e4f5fa51ac5ff files/4.73-answer-config.patch 1755 MD5 64d819b92ce48c125f86e88739d58638 files/digest-lsof-4.75 61 MD5 283810a9553bbb1e1579a6dc1a3b7624 files/digest-lsof-4.73 62 -MD5 8a26fd08042572a5821e4f5fa51ac5ff files/4.73-answer-config.patch 1755 MD5 4e7f0c29cf300421b494446e6aa0c8a4 files/digest-lsof-4.74 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFC82CvKRy60XGEcJIRArAFAKCOA9Oitfo7UMZkE61oYKkXUkCUqwCeOGbg -Pb3fTK+viURP8JvJ8uacKFY= -=6LaH ------END PGP SIGNATURE----- diff --git a/sys-process/lsof/lsof-4.75.ebuild b/sys-process/lsof/lsof-4.75.ebuild index e5e0db35cf0b..4861e52d9354 100644 --- a/sys-process/lsof/lsof-4.75.ebuild +++ b/sys-process/lsof/lsof-4.75.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/lsof/lsof-4.75.ebuild,v 1.3 2005/08/05 12:50:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.75.ebuild,v 1.4 2005/08/07 13:37:36 killerfox Exp $ inherit eutils flag-o-matic fixheadtails toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86" IUSE="static" DEPEND="" |