summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-08-06 17:40:41 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-08-06 17:40:41 +0000
commit3b34ca1f70d4e55c9170cff73751c4492f7e60cc (patch)
treebd4390f3de3ef95bb445e1cfa9d211570474b628 /sys-apps/smartmontools
parentVersion bumped. (diff)
downloadhistorical-3b34ca1f70d4e55c9170cff73751c4492f7e60cc.tar.gz
historical-3b34ca1f70d4e55c9170cff73751c4492f7e60cc.tar.bz2
historical-3b34ca1f70d4e55c9170cff73751c4492f7e60cc.zip
Version bumped.
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/Manifest4
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.1.161
-rw-r--r--sys-apps/smartmontools/smartmontools-5.1.16.ebuild36
3 files changed, 39 insertions, 2 deletions
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index f5f775155542..be994c3a99dd 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -1,8 +1,8 @@
-MD5 01cf9d7ca0bbd7ab9fcf92fb7c97c766 ChangeLog 1602
+MD5 1c1372ffce0148f6f1fa0bacf6bb889a ChangeLog 1739
MD5 4d5e99b7af670110c69a3cfdf23ff73d smartmontools-5.0.45.ebuild 968
MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008
MD5 99cad24058a16ae02825b2cb4b00e129 smartmontools-5.1.14.ebuild 1006
-MD5 e7d86c6b38e4e4be0745727f9b43a751 smartmontools-5.1.16.ebuild 1008
+MD5 5f77273c2a2614c64c45c1ffdbfd53cf smartmontools-5.1.16.ebuild 1010
MD5 432ca1c6b0ccb2ce8c44f223aebd61af files/digest-smartmontools-5.0.45 71
MD5 905376c18cc462422f167333b0ed9a23 files/digest-smartmontools-5.1.11 72
MD5 274bf91846f51fc5e93f303e5d4710f9 files/smartd.rc 518
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.1.16 b/sys-apps/smartmontools/files/digest-smartmontools-5.1.16
new file mode 100644
index 000000000000..2419c0bca0db
--- /dev/null
+++ b/sys-apps/smartmontools/files/digest-smartmontools-5.1.16
@@ -0,0 +1 @@
+MD5 34937c2b801e162743642f030baa0671 smartmontools-5.1-16.tar.gz 163692
diff --git a/sys-apps/smartmontools/smartmontools-5.1.16.ebuild b/sys-apps/smartmontools/smartmontools-5.1.16.ebuild
new file mode 100644
index 000000000000..1f0b9c3e4cf3
--- /dev/null
+++ b/sys-apps/smartmontools/smartmontools-5.1.16.ebuild
@@ -0,0 +1,36 @@
+# 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.16.ebuild,v 1.1 2003/08/06 17:40:29 mholzer 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"
+}