summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-03-31 19:02:24 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-03-31 19:02:24 +0000
commit56033986199a3c73f14cf91104391cc27b5a5921 (patch)
tree5e2f141cada9acd8d457e0f0066d24c6937570eb /sys-apps/smartmontools
parentinherit eutils for epatch (Manifest recommit) (diff)
downloadgentoo-2-56033986199a3c73f14cf91104391cc27b5a5921.tar.gz
gentoo-2-56033986199a3c73f14cf91104391cc27b5a5921.tar.bz2
gentoo-2-56033986199a3c73f14cf91104391cc27b5a5921.zip
cleanup
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.211
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.251
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.271
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.291
-rw-r--r--sys-apps/smartmontools/smartmontools-5.21.ebuild35
-rw-r--r--sys-apps/smartmontools/smartmontools-5.25.ebuild35
-rw-r--r--sys-apps/smartmontools/smartmontools-5.27.ebuild35
-rw-r--r--sys-apps/smartmontools/smartmontools-5.29.ebuild35
8 files changed, 0 insertions, 144 deletions
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.21 b/sys-apps/smartmontools/files/digest-smartmontools-5.21
deleted file mode 100644
index ffd052232626..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.21
+++ /dev/null
@@ -1 +0,0 @@
-MD5 64878e77158000d7be2e0c0cbae24cb9 smartmontools-5.21.tar.gz 327925
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.25 b/sys-apps/smartmontools/files/digest-smartmontools-5.25
deleted file mode 100644
index d34a8ba771ce..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.25
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2d380fa857eda56bf1361393bb8358cb smartmontools-5.25.tar.gz 349224
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.27 b/sys-apps/smartmontools/files/digest-smartmontools-5.27
deleted file mode 100644
index 6d98e5f693f1..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.27
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a41183240c04ddd85654099392b4ddf7 smartmontools-5.27.tar.gz 343031
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.29 b/sys-apps/smartmontools/files/digest-smartmontools-5.29
deleted file mode 100644
index 2ff943849304..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.29
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a982b9492cb046fad5c24c0803a28f83 smartmontools-5.29.tar.gz 344708
diff --git a/sys-apps/smartmontools/smartmontools-5.21.ebuild b/sys-apps/smartmontools/smartmontools-5.21.ebuild
deleted file mode 100644
index 838eba12601c..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.21.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.21.ebuild,v 1.4 2003/11/02 19:15:09 joker Exp $
-
-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"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64 sparc"
-
-S=${WORKDIR}/${P}
-
-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"
-}
diff --git a/sys-apps/smartmontools/smartmontools-5.25.ebuild b/sys-apps/smartmontools/smartmontools-5.25.ebuild
deleted file mode 100644
index 4e605263ac65..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.25.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.25.ebuild,v 1.3 2003/12/20 00:55:11 joker Exp $
-
-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"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64 sparc"
-
-S=${WORKDIR}/${P}
-
-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"
-}
diff --git a/sys-apps/smartmontools/smartmontools-5.27.ebuild b/sys-apps/smartmontools/smartmontools-5.27.ebuild
deleted file mode 100644
index 85a1cd69c3e3..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.27.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.27.ebuild,v 1.1 2004/02/13 18:02:57 mholzer 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"
-
-S=${WORKDIR}/${P}
-
-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"
-}
diff --git a/sys-apps/smartmontools/smartmontools-5.29.ebuild b/sys-apps/smartmontools/smartmontools-5.29.ebuild
deleted file mode 100644
index 905d55c21dcd..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.29.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.29.ebuild,v 1.1 2004/02/24 20:33:53 mholzer 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"
-
-S=${WORKDIR}/${P}
-
-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"
-}