diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-29 01:03:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-29 01:03:29 +0000 |
commit | 2458d3d3a05f057f5910fb8bcb7cea5088cd8237 (patch) | |
tree | 7293430aa5de035f487b7fcc4aa85c82e95095e0 /sys-block/di | |
parent | Moving stringtemplate to the main tree from java-experimental. Several Java t... (diff) | |
download | historical-2458d3d3a05f057f5910fb8bcb7cea5088cd8237.tar.gz historical-2458d3d3a05f057f5910fb8bcb7cea5088cd8237.tar.bz2 historical-2458d3d3a05f057f5910fb8bcb7cea5088cd8237.zip |
old
Diffstat (limited to 'sys-block/di')
-rw-r--r-- | sys-block/di/di-4.9.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-block/di/di-4.9.ebuild b/sys-block/di/di-4.9.ebuild deleted file mode 100644 index b40e051406ab..000000000000 --- a/sys-block/di/di-4.9.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.9.ebuild,v 1.2 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 -} |