summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-24 02:47:58 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-24 02:47:58 +0000
commit9d8788d3970e75551b81611c80168b66734f0b6e (patch)
tree7a1eeb242d36d947c4de5358d83d38fde548f946 /sys-apps/smartmontools
parentVersion bump #101278 by Andy Holmes. (diff)
downloadgentoo-2-9d8788d3970e75551b81611c80168b66734f0b6e.tar.gz
gentoo-2-9d8788d3970e75551b81611c80168b66734f0b6e.tar.bz2
gentoo-2-9d8788d3970e75551b81611c80168b66734f0b6e.zip
old
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.301
-rw-r--r--sys-apps/smartmontools/smartmontools-5.30.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.30 b/sys-apps/smartmontools/files/digest-smartmontools-5.30
deleted file mode 100644
index 52bd5315d7c7..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.30
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6713b5f2ea28a86a4af238c4c0e0b59d smartmontools-5.30.tar.gz 360349
diff --git a/sys-apps/smartmontools/smartmontools-5.30.ebuild b/sys-apps/smartmontools/smartmontools-5.30.ebuild
deleted file mode 100644
index 4868ccb3775a..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.30.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.30.ebuild,v 1.8 2005/01/02 23:52:22 ciaranm Exp $
-
-DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)"
-HOMEPAGE="http://smartmontools.sf.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 sparc ppc alpha"
-IUSE=""
-
-src_install() {
- dosbin smart{ctl,d}
- doman *.8 *.5
- dodoc AUTHORS CHANGELOG COPYING INSTALL NEWS README TODO WARNINGS
- dodoc smartd.conf
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/smartd.rc smartd
- insinto /etc/conf.d; newins ${FILESDIR}/smartd.confd smartd
-}
-
-pkg_postinst() {
- einfo "You can find an example smartd.conf file in"
- einfo "/usr/share/doc/${PF}/smartd.conf.gz"
- einfo "Just place it in /etc/ as smartd.conf"
-}