summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-08-20 16:21:51 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-08-20 16:21:51 +0000
commitc65d7cd5c7f905d96f8c92d54dd991402f9bc8e3 (patch)
tree88ab85698a2bc2121c30dc320523df70265afd42 /sys-apps/smartmontools
parentVersion bumped. (diff)
downloadgentoo-2-c65d7cd5c7f905d96f8c92d54dd991402f9bc8e3.tar.gz
gentoo-2-c65d7cd5c7f905d96f8c92d54dd991402f9bc8e3.tar.bz2
gentoo-2-c65d7cd5c7f905d96f8c92d54dd991402f9bc8e3.zip
Version bumped.
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/ChangeLog7
-rw-r--r--sys-apps/smartmontools/Manifest4
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.1.171
-rw-r--r--sys-apps/smartmontools/smartmontools-5.1.17.ebuild36
4 files changed, 45 insertions, 3 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog
index b9d027c7586d..0cd9918589e1 100644
--- a/sys-apps/smartmontools/ChangeLog
+++ b/sys-apps/smartmontools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/smartmontools
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.12 2003/08/06 17:40:29 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.13 2003/08/20 16:21:40 mholzer Exp $
+
+*smartmontools-5.1.17 (20 Aug 2003)
+
+ 20 Aug 2003; Martin Holzer <mholzer@gentoo.org> smartmontools-5.1.17.ebuild:
+ Version bumped.
*smartmontools-5.1.16 (06 Aug 2003)
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index 1e55ade9cdb2..c66446ee3364 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -1,9 +1,9 @@
-MD5 1c1372ffce0148f6f1fa0bacf6bb889a ChangeLog 1739
MD5 4d5e99b7af670110c69a3cfdf23ff73d smartmontools-5.0.45.ebuild 968
MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008
+MD5 06f645a8d6f1e7a3edea6146dc805b9d ChangeLog 1874
MD5 99cad24058a16ae02825b2cb4b00e129 smartmontools-5.1.14.ebuild 1006
MD5 5f77273c2a2614c64c45c1ffdbfd53cf smartmontools-5.1.16.ebuild 1010
-MD5 5f77273c2a2614c64c45c1ffdbfd53cf smartmontools-5.1.17.ebuild 1010
+MD5 17648cf5f98774646777e413341c9f2c smartmontools-5.1.17.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.17 b/sys-apps/smartmontools/files/digest-smartmontools-5.1.17
new file mode 100644
index 000000000000..3c46fd44eca9
--- /dev/null
+++ b/sys-apps/smartmontools/files/digest-smartmontools-5.1.17
@@ -0,0 +1 @@
+MD5 eb8e9ecdc3bee438cb45f0e4ef7bd183 smartmontools-5.1-17.tar.gz 170452
diff --git a/sys-apps/smartmontools/smartmontools-5.1.17.ebuild b/sys-apps/smartmontools/smartmontools-5.1.17.ebuild
new file mode 100644
index 000000000000..da11f8c661c9
--- /dev/null
+++ b/sys-apps/smartmontools/smartmontools-5.1.17.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.17.ebuild,v 1.1 2003/08/20 16:21:41 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"
+}