diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-04-11 19:48:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-04-11 19:48:53 +0000 |
commit | 0a308a9ebece75ae97621e0db4dc8cb93fccd7e7 (patch) | |
tree | 1af5d95dd9b6b9758f6ad80e1dae10a772511ad4 /sys-block | |
parent | punt duplicate sed #314499 (diff) | |
download | gentoo-2-0a308a9ebece75ae97621e0db4dc8cb93fccd7e7.tar.gz gentoo-2-0a308a9ebece75ae97621e0db4dc8cb93fccd7e7.tar.bz2 gentoo-2-0a308a9ebece75ae97621e0db4dc8cb93fccd7e7.zip |
old
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/di/di-4.5.ebuild | 29 |
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 -} |