summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/di/di-4.13.ebuild')
-rw-r--r--sys-block/di/di-4.13.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-block/di/di-4.13.ebuild b/sys-block/di/di-4.13.ebuild
deleted file mode 100644
index 2d889b504b6b..000000000000
--- a/sys-block/di/di-4.13.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/di/di-4.13.ebuild,v 1.6 2010/01/10 14:11:34 flameeyes Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Disk Information Utility"
-HOMEPAGE="http://www.gentoo.com/di/"
-SRC_URI="http://www.gentoo.com/di/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="app-shells/bash"
-RDEPEND=""
-
-src_compile() {
- tc-export CC
- # execute it _with bash_; setting SHELL=/bin/bash ${SHELL} won't
- # work because the command is interpreted _before_ the SHELL is
- # set. And this does not work properly as a standard sh script.
- SHELL=/bin/bash prefix="${D}" bash ./Build || die
-}
-
-src_install() {
- doman di.1
- dobin di || die
- dosym di /usr/bin/mi
- dodoc README
-}