summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 03:01:19 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 03:01:19 +0000
commit9ecb513de125267d57ecafc058a07a0b6f81459d (patch)
tree6deaabcecc5ff4646bf1baeb3741e075fcd948de /sys-apps/lsof
parentrepoman: whitespace cleanup (diff)
downloadgentoo-2-9ecb513de125267d57ecafc058a07a0b6f81459d.tar.gz
gentoo-2-9ecb513de125267d57ecafc058a07a0b6f81459d.tar.bz2
gentoo-2-9ecb513de125267d57ecafc058a07a0b6f81459d.zip
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/lsof')
-rw-r--r--sys-apps/lsof/Manifest6
-rw-r--r--sys-apps/lsof/lsof-4.64.ebuild6
-rw-r--r--sys-apps/lsof/lsof-4.68.ebuild6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys-apps/lsof/Manifest b/sys-apps/lsof/Manifest
index ae9e3a3a7791..fe8e742808f0 100644
--- a/sys-apps/lsof/Manifest
+++ b/sys-apps/lsof/Manifest
@@ -1,7 +1,7 @@
-MD5 eb72c8f3844ef2a0ee82bd9477493624 lsof-4.67.ebuild 1552
-MD5 8ed59c531a687dd40c5549628f7385da lsof-4.64.ebuild 1542
-MD5 07c3a8a6631b537386c07738924eee5e lsof-4.68.ebuild 1714
MD5 e2ce698833eb4a9d3a010214e1bfd8ea ChangeLog 2362
+MD5 3fffec62a3278a98c22bc6c92314d2d0 lsof-4.64.ebuild 1543
+MD5 eb72c8f3844ef2a0ee82bd9477493624 lsof-4.67.ebuild 1552
+MD5 5fdddfb841e67cf5682d7b0ad4df6118 lsof-4.68.ebuild 1714
MD5 8d9d90e05e24a5ffaf927bb83670715a files/digest-lsof-4.64 61
MD5 4da5c4c30e43d53ea46517baa6125d1a files/digest-lsof-4.67 61
MD5 ce8b6000c8273dd5481bc4f4fcdd9ec2 files/digest-lsof-4.68 61
diff --git a/sys-apps/lsof/lsof-4.64.ebuild b/sys-apps/lsof/lsof-4.64.ebuild
index a629e2b36806..6223dbea9b0e 100644
--- a/sys-apps/lsof/lsof-4.64.ebuild
+++ b/sys-apps/lsof/lsof-4.64.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.64.ebuild,v 1.15 2003/07/16 11:32:57 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.64.ebuild,v 1.16 2003/09/07 02:56:37 msterret Exp $
MY_P=${P/-/_}
S=${WORKDIR}/${MY_P}/${MY_P}_src
@@ -29,11 +29,11 @@ src_compile() {
#Just piping in the results didn't seem to work.
echo -e "y\ny\ny\nn\ny\ny\n" > ${T}/junk
./Configure linux < ${T}/junk
-
+
#simple Makefile hack to insert CFLAGS
cp Makefile Makefile.orig
sed -e "s/-DLINUXV/${CFLAGS} -DLINUXV/" Makefile.orig > Makefile
-
+
make all || die
}
diff --git a/sys-apps/lsof/lsof-4.68.ebuild b/sys-apps/lsof/lsof-4.68.ebuild
index 74b5e1f1ef8e..7e45a340d671 100644
--- a/sys-apps/lsof/lsof-4.68.ebuild
+++ b/sys-apps/lsof/lsof-4.68.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.68.ebuild,v 1.4 2003/08/15 13:23:06 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.68.ebuild,v 1.5 2003/09/07 02:56:37 msterret Exp $
inherit flag-o-matic
@@ -29,9 +29,9 @@ src_unpack() {
src_compile() {
# #26576 lsof 4.68 compile with -fstack-protector fails on Alpha
- # -taviso (15 Aug 03)
+ # -taviso (15 Aug 03)
use alpha && filter-flags -fstack-protector
-
+
#interactive script: Enable HASSECURITY, WARNINGSTATE, and HASKERNIDCK
#is there a way to avoid the "echo to a file + file read"?
#Just piping in the results didn't seem to work.