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
commit9e0a596c660b5c2cbe07ccc5019ea5e43fcc50d3 (patch)
tree1e17fda3b45664c270063135451b1a028b826502 /sys-apps
parentstabilize (diff)
downloadhistorical-9e0a596c660b5c2cbe07ccc5019ea5e43fcc50d3.tar.gz
historical-9e0a596c660b5c2cbe07ccc5019ea5e43fcc50d3.tar.bz2
historical-9e0a596c660b5c2cbe07ccc5019ea5e43fcc50d3.zip
old
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/smartmontools/Manifest10
-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
5 files changed, 3 insertions, 80 deletions
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index bea0062ce683..2067e0831128 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -3,17 +3,13 @@ Hash: SHA1
MD5 378681b89575f6f90802ff7e5b42c9e7 ChangeLog 4262
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 cad5d8a86c7a2d6e9dc8729be39e30fa smartmontools-5.1.11.ebuild 1007
MD5 0c19ccaedfb318acdd98c872ab3906b0 smartmontools-5.30.ebuild 907
-MD5 bfe5ca99527716a4a36a7c0aa421008b smartmontools-5.26.ebuild 945
-MD5 905376c18cc462422f167333b0ed9a23 files/digest-smartmontools-5.1.11 72
MD5 e7139ba9820a427c563c21362752bed3 files/digest-smartmontools-5.30 70
-MD5 7db3f665d7af7846d25b52b4bbbaba27 files/digest-smartmontools-5.26 70
MD5 74b30707345231077aa4890d3916f2b7 files/smartd.rc 511
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBaI2dHTu7gpaalycRAhooAJ9ell51mfn0iCMlitElRE/e6TKfNACgpvDz
-fU2q7pJpLm4aoRqjP2g6NnM=
-=AKsy
+iD8DBQFBaI26HTu7gpaalycRAvEcAJsF2d8B8eOvU31EvS29ZPzx/lWxagCg1U7u
+bQOn46O2TldFyFEWLTAR4ew=
+=sDPT
-----END PGP SIGNATURE-----
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"
-}