diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-23 22:16:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-23 22:16:16 +0000 |
commit | 840aed4da3a5cf6eb86a811939c06cc5b8f81259 (patch) | |
tree | e9cf16693259ee5da69de4e794c659ddbb02e4a2 /sys-apps/smartmontools | |
parent | Fix bugs 163246 and 163419. (diff) | |
download | historical-840aed4da3a5cf6eb86a811939c06cc5b8f81259.tar.gz historical-840aed4da3a5cf6eb86a811939c06cc5b8f81259.tar.bz2 historical-840aed4da3a5cf6eb86a811939c06cc5b8f81259.zip |
old
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/files/digest-smartmontools-5.36 | 3 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.36.ebuild | 44 |
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" -} |