summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-11-29 02:20:41 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-11-29 02:20:41 +0000
commit4186df45746f3c9311d2464ead34318a0b3d36aa (patch)
treec6c8d3584c5c7e7f4f565499cadcc0ec1cec71d7
parentVersion bumped. (diff)
downloadgentoo-2-4186df45746f3c9311d2464ead34318a0b3d36aa.tar.gz
gentoo-2-4186df45746f3c9311d2464ead34318a0b3d36aa.tar.bz2
gentoo-2-4186df45746f3c9311d2464ead34318a0b3d36aa.zip
Version bumped.
-rw-r--r--sys-apps/smartmontools/ChangeLog7
-rw-r--r--sys-apps/smartmontools/Manifest4
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.251
-rw-r--r--sys-apps/smartmontools/smartmontools-5.25.ebuild35
4 files changed, 44 insertions, 3 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog
index e10cace6462a..ba8a6c0e8ed9 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.23 2003/11/04 23:28:55 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.24 2003/11/29 02:20:35 mholzer Exp $
+
+*smartmontools-5.25 (29 Nov 2003)
+
+ 29 Nov 2003; Martin Holzer <mholzer@gentoo.org> smartmontools-5.25.ebuild:
+ Version bumped.
*smartmontools-5.23 (05 Nov 2003)
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index 35fe1a39581b..31d4c0b24fb6 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -1,7 +1,7 @@
MD5 8a2396b21744a076c0fd90b53b127b06 smartmontools-5.1.18.ebuild 1006
MD5 f56f4d16e8fb6b585bcbb13f8aa97555 smartmontools-5.23.ebuild 976
-MD5 f56f4d16e8fb6b585bcbb13f8aa97555 smartmontools-5.25.ebuild 976
-MD5 119a16d934a99a662294a165ed1df53c ChangeLog 3081
+MD5 7f3e1d39407f4faeb85b6671df4905a2 smartmontools-5.25.ebuild 976
+MD5 888c51a8ab4f4fcb1eb2e26ae72cd6b0 ChangeLog 3212
MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008
MD5 d720fd3bdc823a96f1c7a90a430ff06c smartmontools-5.21.ebuild 972
MD5 1e0269a5a6ce30c68059bc968490269c files/digest-smartmontools-5.21 70
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.25 b/sys-apps/smartmontools/files/digest-smartmontools-5.25
new file mode 100644
index 000000000000..d34a8ba771ce
--- /dev/null
+++ b/sys-apps/smartmontools/files/digest-smartmontools-5.25
@@ -0,0 +1 @@
+MD5 2d380fa857eda56bf1361393bb8358cb smartmontools-5.25.tar.gz 349224
diff --git a/sys-apps/smartmontools/smartmontools-5.25.ebuild b/sys-apps/smartmontools/smartmontools-5.25.ebuild
new file mode 100644
index 000000000000..bfa44eec471d
--- /dev/null
+++ b/sys-apps/smartmontools/smartmontools-5.25.ebuild
@@ -0,0 +1,35 @@
+# 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.25.ebuild,v 1.1 2003/11/29 02:20:35 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"
+}