summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-10-17 16:17:59 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-10-17 16:17:59 +0000
commit665bbcf360ee1d33ec8766e07cf9fd4a43358908 (patch)
treee8628f81c87d1180de2d007f624775cbc651e289 /sys-apps
parentVersion bumped. (diff)
downloadgentoo-2-665bbcf360ee1d33ec8766e07cf9fd4a43358908.tar.gz
gentoo-2-665bbcf360ee1d33ec8766e07cf9fd4a43358908.tar.bz2
gentoo-2-665bbcf360ee1d33ec8766e07cf9fd4a43358908.zip
cleanup
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/smartmontools/Manifest4
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.191
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.201
-rw-r--r--sys-apps/smartmontools/smartmontools-5.19.ebuild34
-rw-r--r--sys-apps/smartmontools/smartmontools-5.20.ebuild35
5 files changed, 0 insertions, 75 deletions
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index c4567526ec37..7e8ea16d5b06 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -1,12 +1,8 @@
MD5 d8719038fcdcd0b30ada3ca2da4df40b ChangeLog 2836
-MD5 beea2d7544b3af345698011c4e120122 smartmontools-5.20.ebuild 990
MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008
MD5 cfff99315ab08dab56ffa644c80b5f87 smartmontools-5.21.ebuild 956
MD5 8a2396b21744a076c0fd90b53b127b06 smartmontools-5.1.18.ebuild 1006
-MD5 89f425a88b382d113b3da213fe963616 smartmontools-5.19.ebuild 962
-MD5 5ac1b0b4f3edd5850d7911b44fa7b041 files/digest-smartmontools-5.20 70
MD5 905376c18cc462422f167333b0ed9a23 files/digest-smartmontools-5.1.11 72
MD5 274bf91846f51fc5e93f303e5d4710f9 files/smartd.rc 518
-MD5 336925438c689ef432b1d8f8acc800f1 files/digest-smartmontools-5.19 70
MD5 1e0269a5a6ce30c68059bc968490269c files/digest-smartmontools-5.21 70
MD5 a71ed1a566454af621be02ab59fd42d1 files/digest-smartmontools-5.1.18 72
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.19 b/sys-apps/smartmontools/files/digest-smartmontools-5.19
deleted file mode 100644
index 7b72a4434eb4..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.19
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c2c7687ac928ce43338c7dae5205e18b smartmontools-5.19.tar.gz 282850
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.20 b/sys-apps/smartmontools/files/digest-smartmontools-5.20
deleted file mode 100644
index d4cb29332044..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.20
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5472f11a0ca4d6e0458e252e02b4ac63 smartmontools-5.20.tar.gz 291712
diff --git a/sys-apps/smartmontools/smartmontools-5.19.ebuild b/sys-apps/smartmontools/smartmontools-5.19.ebuild
deleted file mode 100644
index abeb549ffed9..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.19.ebuild
+++ /dev/null
@@ -1,34 +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.19.ebuild,v 1.2 2003/10/07 17:32:56 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~sparc"
-
-S=${WORKDIR}/${P}
-
-src_compile() {
- econf || die
- emake ||die
-# 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.20.ebuild b/sys-apps/smartmontools/smartmontools-5.20.ebuild
deleted file mode 100644
index 836cdf9cc1aa..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.20.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.20.ebuild,v 1.1 2003/10/08 20:57:54 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~sparc"
-
-S=${WORKDIR}/${P}
-
-src_compile() {
- econf || die
- emake ||die
-# emake CFLAGS="${CFLAGS}" || 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"
-}