From 76cbc9913f344d561bba0e0b02278f2c8c84f274 Mon Sep 17 00:00:00 2001 From: Tim Yamin Date: Sat, 14 Aug 2004 22:48:41 +0000 Subject: 1.07 is broken on 2.4 headers; 1.08 seems to rectify this issue. --- sys-apps/sg3_utils/ChangeLog | 8 +++++- sys-apps/sg3_utils/Manifest | 6 ++--- sys-apps/sg3_utils/files/digest-sg3_utils-1.07 | 2 -- sys-apps/sg3_utils/files/digest-sg3_utils-1.08 | 2 ++ sys-apps/sg3_utils/sg3_utils-1.07.ebuild | 36 -------------------------- sys-apps/sg3_utils/sg3_utils-1.08.ebuild | 36 ++++++++++++++++++++++++++ 6 files changed, 48 insertions(+), 42 deletions(-) delete mode 100644 sys-apps/sg3_utils/files/digest-sg3_utils-1.07 create mode 100644 sys-apps/sg3_utils/files/digest-sg3_utils-1.08 delete mode 100644 sys-apps/sg3_utils/sg3_utils-1.07.ebuild create mode 100644 sys-apps/sg3_utils/sg3_utils-1.08.ebuild (limited to 'sys-apps/sg3_utils') diff --git a/sys-apps/sg3_utils/ChangeLog b/sys-apps/sg3_utils/ChangeLog index 3c6d1cdddb1b..bf8e3bf4ffc1 100644 --- a/sys-apps/sg3_utils/ChangeLog +++ b/sys-apps/sg3_utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/sg3_utils # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.6 2004/08/13 14:34:01 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.7 2004/08/14 22:48:41 plasmaroo Exp $ + +*sg3_utils-1.08 (14 Aug 2004) + + 14 Aug 2004; -sg3_utils-1.07.ebuild, + +sg3_utils-1.08.ebuild: + 1.07 is broken on 2.4 headers; 1.08 seems to rectify this issue. *sg3_utils-1.07 (13 Aug 2004) diff --git a/sys-apps/sg3_utils/Manifest b/sys-apps/sg3_utils/Manifest index 9d03a9f1ac78..d74fc1519846 100644 --- a/sys-apps/sg3_utils/Manifest +++ b/sys-apps/sg3_utils/Manifest @@ -1,7 +1,7 @@ -MD5 c6c04f2f09c1a54728749c6610277a4f ChangeLog 847 -MD5 92c3ffa6376cbb844f03b4f6349399d5 sg3_utils-1.07.ebuild 904 +MD5 389b4a6ceb3416be12525b98c3a7e8ee ChangeLog 1034 MD5 056ba9d88997262bc82bbcba5e3c5f25 sg3_utils-1.06.ebuild 725 +MD5 92c3ffa6376cbb844f03b4f6349399d5 sg3_utils-1.08.ebuild 904 MD5 37443e54165d5bcdaa8550d52edafa98 metadata.xml 228 MD5 415ccd09bf2a67e4ccc39d50059b8c14 files/sg3_utils-llseek.patch 1948 -MD5 34467af1e0863df7a597802cbe00064d files/digest-sg3_utils-1.07 124 +MD5 e309d737cc7ca64e5d5beb764d1ba316 files/digest-sg3_utils-1.08 124 MD5 18e1643c00f4fa0f0faf858f1677631a files/digest-sg3_utils-1.06 63 diff --git a/sys-apps/sg3_utils/files/digest-sg3_utils-1.07 b/sys-apps/sg3_utils/files/digest-sg3_utils-1.07 deleted file mode 100644 index 72069ba38c73..000000000000 --- a/sys-apps/sg3_utils/files/digest-sg3_utils-1.07 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 8e31b96b88a514270e5f86affacc56f9 sg3_utils-1.07.tgz 240301 -MD5 c134b452644dfaa3b5d7b6721492963a rescan-scsi-bus.sh 5884 diff --git a/sys-apps/sg3_utils/files/digest-sg3_utils-1.08 b/sys-apps/sg3_utils/files/digest-sg3_utils-1.08 new file mode 100644 index 000000000000..43b35747e497 --- /dev/null +++ b/sys-apps/sg3_utils/files/digest-sg3_utils-1.08 @@ -0,0 +1,2 @@ +MD5 07a69f2f58e3954617b99021d002bd39 sg3_utils-1.08.tgz 248876 +MD5 c134b452644dfaa3b5d7b6721492963a rescan-scsi-bus.sh 5884 diff --git a/sys-apps/sg3_utils/sg3_utils-1.07.ebuild b/sys-apps/sg3_utils/sg3_utils-1.07.ebuild deleted file mode 100644 index fef71ac068e1..000000000000 --- a/sys-apps/sg3_utils/sg3_utils-1.07.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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.07.ebuild,v 1.1 2004/08/13 14:34:01 plasmaroo Exp $ - -inherit eutils - -DESCRIPTION="Sg3_utils provide a collection of programs that use the sg SCSI interface" -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" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${P}.tgz - cd ${S} - - epatch ${FILESDIR}/${PN}-llseek.patch - sed -i "s:-O2:$CFLAGS:g" Makefile -} - -src_compile() { - emake || die -} - -src_install() { - exeinto /usr/bin - doexe ${DISTDIR}/rescan-scsi-bus.sh || die 'Failed to install rescan-scsi-bus.sh!' - einstall INSTDIR=${D}/usr/bin MANDIR=${D}/usr/man || die 'Failed to install sg3_utils!' -} diff --git a/sys-apps/sg3_utils/sg3_utils-1.08.ebuild b/sys-apps/sg3_utils/sg3_utils-1.08.ebuild new file mode 100644 index 000000000000..2882b95e71d2 --- /dev/null +++ b/sys-apps/sg3_utils/sg3_utils-1.08.ebuild @@ -0,0 +1,36 @@ +# 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.08.ebuild,v 1.1 2004/08/14 22:48:41 plasmaroo Exp $ + +inherit eutils + +DESCRIPTION="Sg3_utils provide a collection of programs that use the sg SCSI interface" +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" +IUSE="" + +DEPEND="" + +src_unpack() { + unpack ${P}.tgz + cd ${S} + + epatch ${FILESDIR}/${PN}-llseek.patch + sed -i "s:-O2:$CFLAGS:g" Makefile +} + +src_compile() { + emake || die +} + +src_install() { + exeinto /usr/bin + doexe ${DISTDIR}/rescan-scsi-bus.sh || die 'Failed to install rescan-scsi-bus.sh!' + einstall INSTDIR=${D}/usr/bin MANDIR=${D}/usr/man || die 'Failed to install sg3_utils!' +} -- cgit v1.2.3-65-gdbad