diff options
author | 2007-10-21 12:09:29 +0000 | |
---|---|---|
committer | 2007-10-21 12:09:29 +0000 | |
commit | 056445bc6759db91b379695221dec392273fde31 (patch) | |
tree | 5b88fcaedb4cbc7fc430a09d63770348791594d9 /sys-apps/sg3_utils | |
parent | Version bump (diff) | |
download | gentoo-2-056445bc6759db91b379695221dec392273fde31.tar.gz gentoo-2-056445bc6759db91b379695221dec392273fde31.tar.bz2 gentoo-2-056445bc6759db91b379695221dec392273fde31.zip |
Version bump. Upstream has converted to autotools building now.
(Portage version: 2.1.3.14)
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r-- | sys-apps/sg3_utils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/sg3_utils/files/digest-sg3_utils-1.25 | 3 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.24.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.25.ebuild | 25 |
4 files changed, 37 insertions, 3 deletions
diff --git a/sys-apps/sg3_utils/ChangeLog b/sys-apps/sg3_utils/ChangeLog index a4ecd4cf902f..c38f3d25fc34 100644 --- a/sys-apps/sg3_utils/ChangeLog +++ b/sys-apps/sg3_utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/sg3_utils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.32 2007/08/24 03:20:51 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.33 2007/10/21 12:09:28 robbat2 Exp $ + +*sg3_utils-1.25 (21 Oct 2007) + + 21 Oct 2007; Robin H. Johnson <robbat2@gentoo.org> sg3_utils-1.24.ebuild, + +sg3_utils-1.25.ebuild: + Version bump. Upstream has converted to autotools building now. 24 Aug 2007; <metalgod@gentoo.org> sg3_utils-1.24.ebuild: Stable on amd64. Bug #185631. diff --git a/sys-apps/sg3_utils/files/digest-sg3_utils-1.25 b/sys-apps/sg3_utils/files/digest-sg3_utils-1.25 new file mode 100644 index 000000000000..a76a8d905535 --- /dev/null +++ b/sys-apps/sg3_utils/files/digest-sg3_utils-1.25 @@ -0,0 +1,3 @@ +MD5 9fec4d8f3f6c8b3d2da79fc17cc2d387 sg3_utils-1.25.tgz 867372 +RMD160 9dea8f34fdf0194da5b4690faec5b7ffc6177e3d sg3_utils-1.25.tgz 867372 +SHA256 464bccf48f41d45ba2dd0b75c48f98a4cac15f0c3be1b83598c001887fee1528 sg3_utils-1.25.tgz 867372 diff --git a/sys-apps/sg3_utils/sg3_utils-1.24.ebuild b/sys-apps/sg3_utils/sg3_utils-1.24.ebuild index 17d5cf1a460b..0c8207ded23c 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.24.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.24.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 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.24.ebuild,v 1.5 2007/08/24 03:20:51 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.24.ebuild,v 1.6 2007/10/21 12:09:28 robbat2 Exp $ inherit eutils -DESCRIPTION="apps for querying the sg SCSI interface (contains rescan_scsi_bus.sh)" +DESCRIPTION="apps for querying the sg SCSI interface" HOMEPAGE="http://www.torque.net/sg/" SRC_URI="http://www.torque.net/sg/p/${P}.tgz" diff --git a/sys-apps/sg3_utils/sg3_utils-1.25.ebuild b/sys-apps/sg3_utils/sg3_utils-1.25.ebuild new file mode 100644 index 000000000000..a7b7545eb365 --- /dev/null +++ b/sys-apps/sg3_utils/sg3_utils-1.25.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 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.25.ebuild,v 1.1 2007/10/21 12:09:28 robbat2 Exp $ + +inherit eutils + +DESCRIPTION="Apps for querying the sg SCSI interface" +HOMEPAGE="http://www.torque.net/sg/" +SRC_URI="http://www.torque.net/sg/p/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" +DEPEND="sys-devel/libtool" +RDEPEND="sys-apps/sdparm" +PDEPEND=">=sys-apps/rescan-scsi-bus-1.24" + +src_install() { + dodoc ChangeLog AUTHORS COVERAGE CREDITS README* + dodoc doc/README.doc examples/*.txt + newdoc scripts/README README.scripts + make install DESTDIR="${D}" || die "make install failed" + dosbin scripts/{scsi,sas}* +} |