summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-10 01:17:27 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-10 01:17:27 +0000
commiteb388849bbd6baaacdfa1a79850ab27e4dac53bc (patch)
tree99a363a8e344d4c327979f716901d57892ed5d6d /sys-apps/smartmontools
parentstabilize (Manifest recommit) (diff)
downloadgentoo-2-eb388849bbd6baaacdfa1a79850ab27e4dac53bc.tar.gz
gentoo-2-eb388849bbd6baaacdfa1a79850ab27e4dac53bc.tar.bz2
gentoo-2-eb388849bbd6baaacdfa1a79850ab27e4dac53bc.zip
old
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.1.111
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.261
-rw-r--r--sys-apps/smartmontools/smartmontools-5.1.11.ebuild37
-rw-r--r--sys-apps/smartmontools/smartmontools-5.26.ebuild34
4 files changed, 0 insertions, 73 deletions
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.1.11 b/sys-apps/smartmontools/files/digest-smartmontools-5.1.11
deleted file mode 100644
index f699afb896f1..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.1.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 22f389a3e3ce43740b1e627a03aded94 smartmontools-5.1-11.tar.gz 146320
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.26 b/sys-apps/smartmontools/files/digest-smartmontools-5.26
deleted file mode 100644
index 4fe4b23e36c5..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.26
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fc2cb32e926b25afa24f450f9a48fbb1 smartmontools-5.26.tar.gz 353547
diff --git a/sys-apps/smartmontools/smartmontools-5.1.11.ebuild b/sys-apps/smartmontools/smartmontools-5.1.11.ebuild
deleted file mode 100644
index c780730ff020..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.1.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.1.11.ebuild,v 1.7 2004/07/15 02:35:18 agriffis Exp $
-
-MAJ_PV=${PV:0:3}
-MIN_PV=${PV:4:6}
-
-MY_P="${PN}-${MAJ_PV}-${MIN_PV}"
-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}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 sparc"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- dosbin smart{ctl,d}
- doman *.8 *.5
- dodoc CHANGELOG WARNINGS README TODO VERSION smartd.conf
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/smartd.rc 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"
-}
diff --git a/sys-apps/smartmontools/smartmontools-5.26.ebuild b/sys-apps/smartmontools/smartmontools-5.26.ebuild
deleted file mode 100644
index e9225ebdd1f6..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.26.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.26.ebuild,v 1.6 2004/07/15 02:35:18 agriffis 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"
-IUSE=""
-
-src_compile() {
- econf || die
- emake ||die
-}
-
-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
-}
-
-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"
-}