summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-10 05:54:51 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-10 05:54:51 +0000
commit394f142c5dcadba7e659e043f100981975bb91b9 (patch)
treefb72546062a4d9bbfc3fde0b6d8abf3894fcab27 /sys-apps/sg3_utils
parentFix USE=-nls support #84641 by B. Bruce. (diff)
downloadhistorical-394f142c5dcadba7e659e043f100981975bb91b9.tar.gz
historical-394f142c5dcadba7e659e043f100981975bb91b9.tar.bz2
historical-394f142c5dcadba7e659e043f100981975bb91b9.zip
touchups
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r--sys-apps/sg3_utils/Manifest6
-rw-r--r--sys-apps/sg3_utils/sg3_utils-1.11.ebuild17
2 files changed, 10 insertions, 13 deletions
diff --git a/sys-apps/sg3_utils/Manifest b/sys-apps/sg3_utils/Manifest
index 292963d5c083..7a94413cbdad 100644
--- a/sys-apps/sg3_utils/Manifest
+++ b/sys-apps/sg3_utils/Manifest
@@ -1,7 +1,7 @@
MD5 51460a351c73266bfe0d09b03419f7c6 ChangeLog 1533
-MD5 d5959d5cb2439b78b3c1d20fc555f047 sg3_utils-1.08.ebuild 938
MD5 37443e54165d5bcdaa8550d52edafa98 metadata.xml 228
-MD5 29324572aa69b51a786e506c12ef6693 sg3_utils-1.11.ebuild 923
-MD5 415ccd09bf2a67e4ccc39d50059b8c14 files/sg3_utils-llseek.patch 1948
+MD5 d5959d5cb2439b78b3c1d20fc555f047 sg3_utils-1.08.ebuild 938
+MD5 d1b11ff7e464d3965906e3163b2b3967 sg3_utils-1.11.ebuild 873
MD5 e309d737cc7ca64e5d5beb764d1ba316 files/digest-sg3_utils-1.08 124
+MD5 415ccd09bf2a67e4ccc39d50059b8c14 files/sg3_utils-llseek.patch 1948
MD5 3fcc23751b641786325f54e9df3fca05 files/digest-sg3_utils-1.11 124
diff --git a/sys-apps/sg3_utils/sg3_utils-1.11.ebuild b/sys-apps/sg3_utils/sg3_utils-1.11.ebuild
index 650ef5c28fe7..03c778b80a9a 100644
--- a/sys-apps/sg3_utils/sg3_utils-1.11.ebuild
+++ b/sys-apps/sg3_utils/sg3_utils-1.11.ebuild
@@ -1,27 +1,25 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.11.ebuild,v 1.1 2004/11/28 19:16:14 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.11.ebuild,v 1.2 2005/03/10 05:54:51 vapier Exp $
inherit eutils
-DESCRIPTION="Sg3_utils provide a collection of programs that use the sg SCSI interface. Contains rescan_scsi_bus.sh."
+DESCRIPTION="apps for querying the sg SCSI interface (contains rescan_scsi_bus.sh)"
HOMEPAGE="http://www.torque.net/sg/"
SRC_URI="http://www.torque.net/sg/p/${P}.tgz
http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh"
LICENSE="GPL-2"
SLOT="0"
-
-KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=""
src_unpack() {
unpack ${P}.tgz
- cd ${S}
-
- epatch ${FILESDIR}/${PN}-llseek.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-llseek.patch
sed -i "s:-O2:$CFLAGS:g" Makefile
}
@@ -30,7 +28,6 @@ src_compile() {
}
src_install() {
- exeinto /usr/bin
- doexe ${DISTDIR}/rescan-scsi-bus.sh || die 'Failed to install rescan-scsi-bus.sh!'
- einstall DESTDIR=${D} PREFIX=/usr || die 'Failed to install sg3_utils!'
+ newbin ${DISTDIR}/rescan-scsi-bus.sh || die 'Failed to install rescan-scsi-bus.sh!'
+ einstall DESTDIR="${D}" PREFIX=/usr || die 'Failed to install sg3_utils!'
}