summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-04-11 19:48:53 +0000
committerMike Frysinger <vapier@gentoo.org>2010-04-11 19:48:53 +0000
commit0a308a9ebece75ae97621e0db4dc8cb93fccd7e7 (patch)
tree1af5d95dd9b6b9758f6ad80e1dae10a772511ad4 /sys-block/di
parentpunt duplicate sed #314499 (diff)
downloadgentoo-2-0a308a9ebece75ae97621e0db4dc8cb93fccd7e7.tar.gz
gentoo-2-0a308a9ebece75ae97621e0db4dc8cb93fccd7e7.tar.bz2
gentoo-2-0a308a9ebece75ae97621e0db4dc8cb93fccd7e7.zip
old
Diffstat (limited to 'sys-block/di')
-rw-r--r--sys-block/di/di-4.5.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-block/di/di-4.5.ebuild b/sys-block/di/di-4.5.ebuild
deleted file mode 100644
index 3ecc4054752b..000000000000
--- a/sys-block/di/di-4.5.ebuild
+++ /dev/null
@@ -1,29 +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/di/di-4.5.ebuild,v 1.8 2008/02/12 04:54:08 cardoe 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
- SHELL=/bin/bash prefix="${D}" ./Build || die
-}
-
-src_install() {
- doman di.1
- dobin di || die
- dosym di /usr/bin/mi
- dodoc README
-}