summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 19:21:33 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 19:21:33 +0000
commit0ee359b3d62b00ca21b00061176e573f5fef923d (patch)
treeb93454f8db20b21134466c2544fcf7c6a712f407 /app-admin/ide-smart/ide-smart-1.4.ebuild
parentdont install stupid COPYING file (diff)
downloadgentoo-2-0ee359b3d62b00ca21b00061176e573f5fef923d.tar.gz
gentoo-2-0ee359b3d62b00ca21b00061176e573f5fef923d.tar.bz2
gentoo-2-0ee359b3d62b00ca21b00061176e573f5fef923d.zip
dont install stupid COPYING files among other things
Diffstat (limited to 'app-admin/ide-smart/ide-smart-1.4.ebuild')
-rw-r--r--app-admin/ide-smart/ide-smart-1.4.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/app-admin/ide-smart/ide-smart-1.4.ebuild b/app-admin/ide-smart/ide-smart-1.4.ebuild
index 8b10376f690e..0d83f1a76fe9 100644
--- a/app-admin/ide-smart/ide-smart-1.4.ebuild
+++ b/app-admin/ide-smart/ide-smart-1.4.ebuild
@@ -1,14 +1,15 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ide-smart-1.4.ebuild,v 1.17 2004/03/12 10:45:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ide-smart-1.4.ebuild,v 1.18 2004/05/31 19:21:32 vapier Exp $
DESCRIPTION="A tool to read SMART information from harddiscs"
-SRC_URI="http://lightside.eresmas.com/${P}.tar.gz"
HOMEPAGE="http://lightside.eresmas.com/"
+SRC_URI="http://lightside.eresmas.com/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc"
+IUSE=""
DEPEND="virtual/glibc"
@@ -25,7 +26,7 @@ src_compile() {
}
src_install() {
- dobin ide-smart
+ dobin ide-smart || die
doman ide-smart.8
- dodoc README COPYING
+ dodoc README
}