summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/mtx/mtx-1.2.18.ebuild')
-rw-r--r--sys-block/mtx/mtx-1.2.18.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-block/mtx/mtx-1.2.18.ebuild b/sys-block/mtx/mtx-1.2.18.ebuild
deleted file mode 100644
index 7a6862ed1095..000000000000
--- a/sys-block/mtx/mtx-1.2.18.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-IUSE=""
-
-DESCRIPTION="Utilities for controlling SCSI media changers and tape drives"
-HOMEPAGE="http://mtx.sourceforge.net"
-LICENSE="GPL-2"
-DEPEND=""
-SRC_URI="ftp://ftp.badtux.net/pub/storage/${PN}/${P}rel.tar.gz"
-KEYWORDS="x86 amd64 sparc alpha ppc hppa ppc64"
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- mv ${P}rel ${S}
- sed -e 's:/usr/src/linux/include ::' -i ${S}/Makefile.in
-}
-
-src_compile() {
- econf || die "Configure failed"
- emake || die "Make failed"
-}
-
-src_install () {
- dodoc CHANGES COMPATIBILITY FAQ README LICENSE TODO
- dohtml mtxl.README.html
- einstall || die "Install failed"
-}