summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-17 06:12:05 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-17 06:12:05 +0000
commitb6e8fde53e32b445765f3fc6fdd7e981d2ed53c9 (patch)
tree3ba1ae9cd6f618cf3523887c5ca5ffc3fcbda758 /sys-apps
parentalpha stable (diff)
downloadgentoo-2-b6e8fde53e32b445765f3fc6fdd7e981d2ed53c9.tar.gz
gentoo-2-b6e8fde53e32b445765f3fc6fdd7e981d2ed53c9.tar.bz2
gentoo-2-b6e8fde53e32b445765f3fc6fdd7e981d2ed53c9.zip
old
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.33-r13
-rw-r--r--sys-apps/smartmontools/smartmontools-5.33-r1.ebuild38
2 files changed, 0 insertions, 41 deletions
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.33-r1 b/sys-apps/smartmontools/files/digest-smartmontools-5.33-r1
deleted file mode 100644
index 060cf072603d..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.33-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 53f6861a916169a88a9edb1848e27dd0 smartmontools-5.33.tar.gz 509826
-RMD160 c6aa5a6dd903a55d0c583db2c8bd7d20852c9bf4 smartmontools-5.33.tar.gz 509826
-SHA256 2fdde1b4e610cd6e004db8f98ac1100fcbea03b8f11e236de536ce22bc6c620d smartmontools-5.33.tar.gz 509826
diff --git a/sys-apps/smartmontools/smartmontools-5.33-r1.ebuild b/sys-apps/smartmontools/smartmontools-5.33-r1.ebuild
deleted file mode 100644
index fc8f853d84d6..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.33-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.33-r1.ebuild,v 1.1 2006/02/08 10:21:18 uberlord Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)"
-HOMEPAGE="http://smartmontools.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc-macos sparc x86"
-IUSE="static"
-
-RDEPEND=""
-DEPEND=">=sys-apps/portage-2.0.51"
-
-src_compile() {
- use static && append-ldflags -static
- econf || die
- emake || die
-}
-
-src_install() {
- dosbin smart{ctl,d} || die "dosbin"
- doman *.[58]
- dodoc AUTHORS CHANGELOG NEWS README TODO WARNINGS
- newdoc smartd.conf smartd.conf.example
- docinto examplescripts
- dodoc examplescripts/*
-
- insinto /etc
- doins smartd.conf
-
- newinitd "${FILESDIR}"/smartd.rc smartd
- newconfd "${FILESDIR}"/smartd.confd smartd
-}