diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-08-05 12:50:27 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-08-05 12:50:27 +0000 |
commit | 32744673942013a97927b4b1f608348e1620356b (patch) | |
tree | 82cc7889a0626cd6f6a8e56a9e2e6d885bc5dc7a /sys-process | |
parent | New version. (diff) | |
download | historical-32744673942013a97927b4b1f608348e1620356b.tar.gz historical-32744673942013a97927b4b1f608348e1620356b.tar.bz2 historical-32744673942013a97927b4b1f608348e1620356b.zip |
Stable on sparc
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 | 16 | ||||
-rw-r--r-- | sys-process/lsof/lsof-4.75.ebuild | 4 |
3 files changed, 14 insertions, 11 deletions
diff --git a/sys-process/lsof/ChangeLog b/sys-process/lsof/ChangeLog index 1f4124af7cfb..0ca8592b9f99 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.6 2005/06/11 00:52:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.7 2005/08/05 12:50:27 gustavoz Exp $ + + 05 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> lsof-4.75.ebuild: + Stable on sparc *lsof-4.75 (11 Jun 2005) diff --git a/sys-process/lsof/Manifest b/sys-process/lsof/Manifest index cb8311b5494d..47b694f321e5 100644 --- a/sys-process/lsof/Manifest +++ b/sys-process/lsof/Manifest @@ -1,19 +1,19 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 fdfb945be783172e89a68795bd030965 lsof-4.75.ebuild 1518 +MD5 56fd77f94ff54562944e0d96d9b574b4 lsof-4.73.ebuild 1298 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 0c9bcb7189e43ac96691c252e32a8cd9 ChangeLog 4984 MD5 f8467d75a813d4a46088ecb7f1f766d0 lsof-4.74.ebuild 1530 -MD5 56fd77f94ff54562944e0d96d9b574b4 lsof-4.73.ebuild 1298 -MD5 aef28dc55c262ac331e73d61f27345db lsof-4.75.ebuild 1517 -MD5 e324b185dacb7cfa9bf2e0857b61e723 ChangeLog 4891 -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.2 (GNU/Linux) +Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) -iD8DBQFC8pTPgIKl8Uu19MoRAujkAJ4tJFKEsY464/RXAoSS1VpQB8xB3wCeM/mE -9KoTEbypRaSZte7KWQajMxs= -=qKHI +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 c3ab75d39843..e5e0db35cf0b 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.2 2005/08/04 22:20:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.75.ebuild,v 1.3 2005/08/05 12:50:27 gustavoz 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="" |