diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2008-11-11 16:06:13 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2008-11-11 16:06:13 +0000 |
commit | 4fda339b9eb182cf4e58615bb125fd4cd5f4271a (patch) | |
tree | 242016d683d58674eb222f4c6a2d9979b0238dd1 /sys-block | |
parent | Stable for HPPA (bug #153538). (diff) | |
download | gentoo-2-4fda339b9eb182cf4e58615bb125fd4cd5f4271a.tar.gz gentoo-2-4fda339b9eb182cf4e58615bb125fd4cd5f4271a.tar.bz2 gentoo-2-4fda339b9eb182cf4e58615bb125fd4cd5f4271a.zip |
version bump, removed old version (vanished from the vendor site)
(Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r5-1 i686)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/lsiutil/ChangeLog | 8 | ||||
-rw-r--r-- | sys-block/lsiutil/lsiutil-1.60.ebuild (renamed from sys-block/lsiutil/lsiutil-1.52.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-block/lsiutil/ChangeLog b/sys-block/lsiutil/ChangeLog index ea97e6c5af05..9a3b00cff7c3 100644 --- a/sys-block/lsiutil/ChangeLog +++ b/sys-block/lsiutil/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-block/lsiutil # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/lsiutil/ChangeLog,v 1.1 2008/02/01 19:07:32 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/lsiutil/ChangeLog,v 1.2 2008/11/11 16:06:13 wschlich Exp $ + +*lsiutil-1.60 (11 Nov 2008) + + 11 Nov 2008; Wolfram Schlich <wschlich@gentoo.org> -lsiutil-1.52.ebuild, + +lsiutil-1.60.ebuild: + version bump, removed old version (vanished from the vendor site) *lsiutil-1.52 (01 Feb 2008) diff --git a/sys-block/lsiutil/lsiutil-1.52.ebuild b/sys-block/lsiutil/lsiutil-1.60.ebuild index 01fbe63af612..82ffc5fc1203 100644 --- a/sys-block/lsiutil/lsiutil-1.52.ebuild +++ b/sys-block/lsiutil/lsiutil-1.60.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/lsiutil/lsiutil-1.52.ebuild,v 1.1 2008/02/01 19:07:32 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/lsiutil/lsiutil-1.60.ebuild,v 1.1 2008/11/11 16:06:13 wschlich Exp $ inherit toolchain-funcs DESCRIPTION="LSI Logic Fusion MPT Command Line Interface management tool" HOMEPAGE="http://www.lsi.com/" -SRC_URI="http://www.lsi.com/support/downloads/hbas/fibre_channel/LsiUtil_10502.zip" +SRC_URI="http://www.lsi.com/DistributionSystem/AssetDocument/support/downloads/hbas/fibre_channel/hardware_drivers/LSIUtil%20Kit_1.60.zip" LICENSE="LSI" SLOT="0" @@ -32,5 +32,5 @@ src_compile() { src_install() { dosbin ${PN}/${PN} - dodoc "${S}"/LsiUtil_ReadMe.txt "${S}"/LSIUtil_UG.pdf "${S}"/*.TXT + dodoc "${S}"/*.txt } |