summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-04-10 19:46:33 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-04-10 19:46:33 +0000
commit322a9f9c3a8740f5b8dfc8e335843befc42d1f3b (patch)
treed1b81247bdb9a21249e9c0adcebdd7e6356ef232 /sys-block
parentadded FDL license (diff)
downloadgentoo-2-322a9f9c3a8740f5b8dfc8e335843befc42d1f3b.tar.gz
gentoo-2-322a9f9c3a8740f5b8dfc8e335843befc42d1f3b.tar.bz2
gentoo-2-322a9f9c3a8740f5b8dfc8e335843befc42d1f3b.zip
Minor cleanup for stripping/CFLAGS.
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/scsiping/ChangeLog5
-rw-r--r--sys-block/scsiping/scsiping-0.0.1.ebuild9
2 files changed, 11 insertions, 3 deletions
diff --git a/sys-block/scsiping/ChangeLog b/sys-block/scsiping/ChangeLog
index d6e26e2f6dff..c5166965ee31 100644
--- a/sys-block/scsiping/ChangeLog
+++ b/sys-block/scsiping/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-block/scsiping
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/scsiping/ChangeLog,v 1.5 2007/04/09 17:37:02 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/scsiping/ChangeLog,v 1.6 2007/04/10 19:46:33 robbat2 Exp $
+
+ 10 Apr 2007; Robin H. Johnson <robbat2@gentoo.org> scsiping-0.0.1.ebuild:
+ Minor cleanup for stripping/CFLAGS.
09 Apr 2007; Peter Weller <welp@gentoo.org> scsiping-0.0.1.ebuild:
Stable on amd64 wrt bug 173872
diff --git a/sys-block/scsiping/scsiping-0.0.1.ebuild b/sys-block/scsiping/scsiping-0.0.1.ebuild
index b21ce357670a..fe64d1d1240a 100644
--- a/sys-block/scsiping/scsiping-0.0.1.ebuild
+++ b/sys-block/scsiping/scsiping-0.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/scsiping/scsiping-0.0.1.ebuild,v 1.4 2007/04/09 17:37:02 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/scsiping/scsiping-0.0.1.ebuild,v 1.5 2007/04/10 19:46:33 robbat2 Exp $
DESCRIPTION="SCSIPing pings a host on the SCSI-chain"
HOMEPAGE="http://www.vanheusden.com/Linux/"
@@ -12,8 +12,13 @@ IUSE=""
RDEPEND="virtual/libc"
DEPEND="${RDEPEND}"
+src_unpack() {
+ unpack ${A}
+ sed -i -e '/strip scsiping/d' ${S}/Makefile
+}
+
src_compile() {
- emake DEBUG=''
+ emake DEBUG='' CFLAGS="${CFLAGS}"
}
src_install() {