From 4fda339b9eb182cf4e58615bb125fd4cd5f4271a Mon Sep 17 00:00:00 2001 From: Wolfram Schlich Date: Tue, 11 Nov 2008 16:06:13 +0000 Subject: version bump, removed old version (vanished from the vendor site) (Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r5-1 i686) --- sys-block/lsiutil/ChangeLog | 8 +++++++- sys-block/lsiutil/lsiutil-1.52.ebuild | 36 ----------------------------------- sys-block/lsiutil/lsiutil-1.60.ebuild | 36 +++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 37 deletions(-) delete mode 100644 sys-block/lsiutil/lsiutil-1.52.ebuild create mode 100644 sys-block/lsiutil/lsiutil-1.60.ebuild (limited to 'sys-block') 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 -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.52.ebuild deleted file mode 100644 index 01fbe63af612..000000000000 --- a/sys-block/lsiutil/lsiutil-1.52.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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 $ - -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" - -LICENSE="LSI" -SLOT="0" -# This package can never enter stable, it can't be mirrored and upstream -# can remove the distfiles from their mirror anytime. -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT="strip mirror test" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - cd "${S}" - unpack ./Source/${PN}.tar.gz -} - -src_compile() { - cd "${S}"/${PN} - $(tc-getCC) ${CFLAGS} -o ${PN} ${PN}.c -} - -src_install() { - dosbin ${PN}/${PN} - dodoc "${S}"/LsiUtil_ReadMe.txt "${S}"/LSIUtil_UG.pdf "${S}"/*.TXT -} diff --git a/sys-block/lsiutil/lsiutil-1.60.ebuild b/sys-block/lsiutil/lsiutil-1.60.ebuild new file mode 100644 index 000000000000..82ffc5fc1203 --- /dev/null +++ b/sys-block/lsiutil/lsiutil-1.60.ebuild @@ -0,0 +1,36 @@ +# 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.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/DistributionSystem/AssetDocument/support/downloads/hbas/fibre_channel/hardware_drivers/LSIUtil%20Kit_1.60.zip" + +LICENSE="LSI" +SLOT="0" +# This package can never enter stable, it can't be mirrored and upstream +# can remove the distfiles from their mirror anytime. +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT="strip mirror test" + +S="${WORKDIR}" + +src_unpack() { + unpack ${A} + cd "${S}" + unpack ./Source/${PN}.tar.gz +} + +src_compile() { + cd "${S}"/${PN} + $(tc-getCC) ${CFLAGS} -o ${PN} ${PN}.c +} + +src_install() { + dosbin ${PN}/${PN} + dodoc "${S}"/*.txt +} -- cgit v1.2.3-65-gdbad