summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-11-30 23:03:19 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-11-30 23:03:19 +0000
commit59af2fd6668708ec2937559420d6e77a5d4a8fe2 (patch)
treecd8fdb3d20d7811332cbdc82b146a9cfbc92ee46 /sys-apps/smartmontools
parentx86 stable (diff)
downloadhistorical-59af2fd6668708ec2937559420d6e77a5d4a8fe2.tar.gz
historical-59af2fd6668708ec2937559420d6e77a5d4a8fe2.tar.bz2
historical-59af2fd6668708ec2937559420d6e77a5d4a8fe2.zip
cleanup
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/Manifest4
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.1.181
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.231
-rw-r--r--sys-apps/smartmontools/smartmontools-5.1.18.ebuild36
-rw-r--r--sys-apps/smartmontools/smartmontools-5.23.ebuild35
5 files changed, 0 insertions, 77 deletions
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index d857e36af29f..c7dcc12fca5e 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -1,13 +1,9 @@
-MD5 8a2396b21744a076c0fd90b53b127b06 smartmontools-5.1.18.ebuild 1006
MD5 e480e99e482fe1b996ce498c8448c18e smartmontools-5.26.ebuild 967
-MD5 f56f4d16e8fb6b585bcbb13f8aa97555 smartmontools-5.23.ebuild 976
MD5 17fa991f4196c499cccbb845f7d19a19 smartmontools-5.25.ebuild 975
MD5 d1766ae7c1a7022ddebe34b52abab256 ChangeLog 3343
MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008
MD5 d720fd3bdc823a96f1c7a90a430ff06c smartmontools-5.21.ebuild 972
MD5 1e0269a5a6ce30c68059bc968490269c files/digest-smartmontools-5.21 70
-MD5 4a4f139bbd5fc97f272c896e2a5d7891 files/digest-smartmontools-5.23 70
-MD5 a71ed1a566454af621be02ab59fd42d1 files/digest-smartmontools-5.1.18 72
MD5 d6c2650cc53a84c40032287ab5e35ffb files/digest-smartmontools-5.25 70
MD5 7db3f665d7af7846d25b52b4bbbaba27 files/digest-smartmontools-5.26 70
MD5 905376c18cc462422f167333b0ed9a23 files/digest-smartmontools-5.1.11 72
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.1.18 b/sys-apps/smartmontools/files/digest-smartmontools-5.1.18
deleted file mode 100644
index 16f23e2caff2..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.1.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3095fc172508fde8d9953d08a730857e smartmontools-5.1-18.tar.gz 170561
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.23 b/sys-apps/smartmontools/files/digest-smartmontools-5.23
deleted file mode 100644
index 5f14c9c3daef..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.23
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d97db6937b556b790b21b044c6e15ebd smartmontools-5.23.tar.gz 337285
diff --git a/sys-apps/smartmontools/smartmontools-5.1.18.ebuild b/sys-apps/smartmontools/smartmontools-5.1.18.ebuild
deleted file mode 100644
index f80a355d7908..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.1.18.ebuild
+++ /dev/null
@@ -1,36 +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.1.18.ebuild,v 1.3 2003/09/19 21:08:27 joker 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"
-
-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.23.ebuild b/sys-apps/smartmontools/smartmontools-5.23.ebuild
deleted file mode 100644
index 13db7358b488..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.23.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.23.ebuild,v 1.1 2003/11/04 23:28:55 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.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"
-}