diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-11-18 02:12:18 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-11-18 02:12:18 +0000 |
commit | 1851c5f88e7b977ca0c1e5f1f6eb04929778dd36 (patch) | |
tree | 574003637a377b908d19a5d8d9065cc7e62c3801 /sys-fs/lsscsi | |
parent | Stable on amd64; Bug 247293 (diff) | |
download | gentoo-2-1851c5f88e7b977ca0c1e5f1f6eb04929778dd36.tar.gz gentoo-2-1851c5f88e7b977ca0c1e5f1f6eb04929778dd36.tar.bz2 gentoo-2-1851c5f88e7b977ca0c1e5f1f6eb04929778dd36.zip |
Bug #247307, version bump.
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc3-00249-ga622cf6 x86_64)
Diffstat (limited to 'sys-fs/lsscsi')
-rw-r--r-- | sys-fs/lsscsi/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/lsscsi/lsscsi-0.21.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/sys-fs/lsscsi/ChangeLog b/sys-fs/lsscsi/ChangeLog index c00bb78c4d32..1969e1168889 100644 --- a/sys-fs/lsscsi/ChangeLog +++ b/sys-fs/lsscsi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/lsscsi -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.28 2007/11/27 17:19:37 corsair Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.29 2008/11/18 02:12:18 robbat2 Exp $ + +*lsscsi-0.21 (18 Nov 2008) + + 18 Nov 2008; Robin H. Johnson <robbat2@gentoo.org> +lsscsi-0.21.ebuild: + Bug #247307, version bump. 27 Nov 2007; Markus Rothe <corsair@gentoo.org> lsscsi-0.19.ebuild: Added ~ppc64 diff --git a/sys-fs/lsscsi/lsscsi-0.21.ebuild b/sys-fs/lsscsi/lsscsi-0.21.ebuild new file mode 100644 index 000000000000..d11e5c48d28c --- /dev/null +++ b/sys-fs/lsscsi/lsscsi-0.21.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.21.ebuild,v 1.1 2008/11/18 02:12:18 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 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=sys-fs/sysfsutils-1.2.0" + +src_install() { + make install DESTDIR="${D}" || die + dodoc AUTHORS CREDITS ChangeLog NEWS README +} |