summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 12:57:05 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 12:57:05 +0000
commit56fe3d211b309d22875df48a5dfacab9582a5187 (patch)
treef1c738ae329f00bfd0c636ac4b46970d42e99cf9 /app-admin/ide-smart
parentversion bump and cleanup of stuff (diff)
downloadhistorical-56fe3d211b309d22875df48a5dfacab9582a5187.tar.gz
historical-56fe3d211b309d22875df48a5dfacab9582a5187.tar.bz2
historical-56fe3d211b309d22875df48a5dfacab9582a5187.zip
repoman'd
Diffstat (limited to 'app-admin/ide-smart')
-rw-r--r--app-admin/ide-smart/ide-smart-1.4.ebuild9
1 files changed, 4 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 d3ca05622c63..4baea333045c 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-2002 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.5 2002/07/17 20:43:16 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ide-smart-1.4.ebuild,v 1.6 2002/07/25 12:57:04 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A tool to read SMART (or S.M.A.R.T) information from harddiscs."
-
SRC_URI="http://lightside.eresmas.com/${P}.tar.gz"
-SLOT="0"
HOMEPAGE="http://lightside.eresmas.com/"
+
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND="virtual/glibc"
@@ -24,7 +25,6 @@ src_unpack() {
src_compile() {
emake || die
-
}
src_install () {
@@ -32,5 +32,4 @@ src_install () {
dobin ide-smart
doman ide-smart.8
dodoc README COPYING
-
}