diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-02-11 02:49:54 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-02-11 02:49:54 +0000 |
commit | 9414087f1a6b82644d10c6eeb5e4d7cb97eb3aa8 (patch) | |
tree | de43010198359be0b14247bca4189a360012fa33 /sys-fs/lsscsi | |
parent | fix dup dep (bug #258537) (diff) | |
download | gentoo-2-9414087f1a6b82644d10c6eeb5e4d7cb97eb3aa8.tar.gz gentoo-2-9414087f1a6b82644d10c6eeb5e4d7cb97eb3aa8.tar.bz2 gentoo-2-9414087f1a6b82644d10c6eeb5e4d7cb97eb3aa8.zip |
Bug 258388: new hosting location. Version bump.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/lsscsi')
-rw-r--r-- | sys-fs/lsscsi/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/lsscsi/lsscsi-0.19.ebuild | 8 | ||||
-rw-r--r-- | sys-fs/lsscsi/lsscsi-0.22.ebuild | 21 |
3 files changed, 32 insertions, 5 deletions
diff --git a/sys-fs/lsscsi/ChangeLog b/sys-fs/lsscsi/ChangeLog index 2b256cb6b979..0020cdfdebcf 100644 --- a/sys-fs/lsscsi/ChangeLog +++ b/sys-fs/lsscsi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/lsscsi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.34 2009/01/25 14:47:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.35 2009/02/11 02:49:54 robbat2 Exp $ + +*lsscsi-0.22 (11 Feb 2009) + + 11 Feb 2009; Robin H. Johnson <robbat2@gentoo.org> lsscsi-0.19.ebuild, + +lsscsi-0.22.ebuild: + Bug 258388: new hosting location. Version bump. 25 Jan 2009; Raúl Porcel <armin76@gentoo.org> lsscsi-0.21.ebuild: sparc stable wrt #254646, add ~ia64 diff --git a/sys-fs/lsscsi/lsscsi-0.19.ebuild b/sys-fs/lsscsi/lsscsi-0.19.ebuild index 081d87fcaa83..f841b976b50d 100644 --- a/sys-fs/lsscsi/lsscsi-0.19.ebuild +++ b/sys-fs/lsscsi/lsscsi-0.19.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.19.ebuild,v 1.9 2007/11/27 17:19:37 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.19.ebuild,v 1.10 2009/02/11 02:49:54 robbat2 Exp $ inherit toolchain-funcs DESCRIPTION="SCSI sysfs query tool" -HOMEPAGE="http://www.torque.net/scsi/lsscsi.html" -SRC_URI="http://www.torque.net/scsi/lsscsi-${PV}.tgz" +HOMEPAGE="http://sg.danny.cz/scsi/lsscsi.html" +SRC_URI="http://sg.danny.cz/scsi/lsscsi-${PV}.tgz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-fs/lsscsi/lsscsi-0.22.ebuild b/sys-fs/lsscsi/lsscsi-0.22.ebuild new file mode 100644 index 000000000000..5ab60b4eb0d5 --- /dev/null +++ b/sys-fs/lsscsi/lsscsi-0.22.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.22.ebuild,v 1.1 2009/02/11 02:49:54 robbat2 Exp $ + +inherit toolchain-funcs + +DESCRIPTION="SCSI sysfs query tool" +HOMEPAGE="http://sg.danny.cz/scsi/lsscsi.html" +SRC_URI="http://sg.danny.cz/scsi/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=sys-fs/sysfsutils-1.2.0" + +src_install() { + emake install DESTDIR="${D}" || die + dodoc AUTHORS CREDITS ChangeLog NEWS README +} |