summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-23 22:16:16 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-23 22:16:16 +0000
commit3ca02dbb3a880eef8b53cb7631fccee16c1db8cc (patch)
tree1664373653600cdca505d4db21a0379fa3151b2c /sys-apps/smartmontools
parentFix bugs 163246 and 163419. (diff)
downloadgentoo-2-3ca02dbb3a880eef8b53cb7631fccee16c1db8cc.tar.gz
gentoo-2-3ca02dbb3a880eef8b53cb7631fccee16c1db8cc.tar.bz2
gentoo-2-3ca02dbb3a880eef8b53cb7631fccee16c1db8cc.zip
old
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.363
-rw-r--r--sys-apps/smartmontools/smartmontools-5.36.ebuild44
2 files changed, 0 insertions, 47 deletions
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.36 b/sys-apps/smartmontools/files/digest-smartmontools-5.36
deleted file mode 100644
index f7a69c6327af..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.36
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2e424f2d35efa38a29ebca419c1dbe3c smartmontools-5.36.tar.gz 540786
-RMD160 38efdc3b8dd78ded3f09890683c84973ccc036e7 smartmontools-5.36.tar.gz 540786
-SHA256 f2032adf22f8d17aad7f3dbed0a9361c25e273d3ca6abb996c84159afd624bf4 smartmontools-5.36.tar.gz 540786
diff --git a/sys-apps/smartmontools/smartmontools-5.36.ebuild b/sys-apps/smartmontools/smartmontools-5.36.ebuild
deleted file mode 100644
index 18518c23dd17..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.36.ebuild
+++ /dev/null
@@ -1,44 +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.36.ebuild,v 1.11 2006/09/03 14:49:38 genstef 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/*
- rm -f "${D}"/usr/share/doc/${PF}/examplescripts/Makefile*
-
- insinto /etc
- doins smartd.conf
-
- newinitd "${FILESDIR}"/smartd.rc smartd
- newconfd "${FILESDIR}"/smartd.confd smartd
-}
-
-pkg_postinst() {
- elog "You need the 'mail' command if you configured smartd to send reports"
- elog "via email, 'emerge virtual/mailx' to get a mailer"
-}