summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gentoo.org>2008-09-11 00:52:08 +0000
committerTiago Cunha <tcunha@gentoo.org>2008-09-11 00:52:08 +0000
commit635e318158330eea713a99f1ebbc74d16fe9958c (patch)
tree6305e7ea36e7af341e9af1f187c8e230eb4a2b80 /sys-fs/scsiadd/scsiadd-1.95.ebuild
parentsympy moved to gentoo-x86 (diff)
downloadsunrise-635e318158330eea713a99f1ebbc74d16fe9958c.tar.gz
sunrise-635e318158330eea713a99f1ebbc74d16fe9958c.tar.bz2
sunrise-635e318158330eea713a99f1ebbc74d16fe9958c.zip
scsiadd moved to gentoo-x86
svn path=/sunrise/; revision=7059
Diffstat (limited to 'sys-fs/scsiadd/scsiadd-1.95.ebuild')
-rw-r--r--sys-fs/scsiadd/scsiadd-1.95.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-fs/scsiadd/scsiadd-1.95.ebuild b/sys-fs/scsiadd/scsiadd-1.95.ebuild
deleted file mode 100644
index 2f758af3b..000000000
--- a/sys-fs/scsiadd/scsiadd-1.95.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="add and remove scsi devices on the fly"
-HOMEPAGE="http://llg.cubic.org/tools/"
-SRC_URI="http://llg.cubic.org/tools/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-src_compile() {
- econf $(use_with debug) || die "configure failed!"
- emake || die "make failed"
-}
-
-src_install() {
- dosbin scsiadd
-}