summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-04-22 19:06:04 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-04-22 19:06:04 +0000
commitfc66f8447031629f90be0cbfd97bdae70d21ace7 (patch)
treec8d60b95716f5523485dd64ec6809fc0b458da0c /sys-apps
parentVersion bumped. (diff)
downloadgentoo-2-fc66f8447031629f90be0cbfd97bdae70d21ace7.tar.gz
gentoo-2-fc66f8447031629f90be0cbfd97bdae70d21ace7.tar.bz2
gentoo-2-fc66f8447031629f90be0cbfd97bdae70d21ace7.zip
Version bumped.
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/smartmontools/ChangeLog8
-rw-r--r--sys-apps/smartmontools/Manifest4
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.1.101
-rw-r--r--sys-apps/smartmontools/smartmontools-5.1.10.ebuild36
4 files changed, 46 insertions, 3 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog
index 0cc3ef591681..5285bbdbebd8 100644
--- a/sys-apps/smartmontools/ChangeLog
+++ b/sys-apps/smartmontools/ChangeLog
@@ -1,6 +1,12 @@
# 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.4 2003/04/14 23:38:47 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.5 2003/04/22 19:05:51 mholzer Exp $
+
+*smartmontools-5.1.10 (22 Apr 2003)
+
+ 22 Apr 2003; Martin Holzer <mholzer@gentoo.org> Manifest,
+ smartmontools-5.1.10.ebuild:
+ Version bumped.
*smartmontools-5.1.9 (15 Apr 2003)
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index 4987f41ceb7a..c428e60b5766 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -1,7 +1,7 @@
-MD5 d0926b72722951ee07bc88c9c7b9f7b1 ChangeLog 622
+MD5 21bf68f166633e22543ea2c283d56469 ChangeLog 769
MD5 074069c5166bba1996556eed87872081 smartmontools-5.0.45.ebuild 960
MD5 33404d5ea8a3edc59ea4a991557ac34c smartmontools-5.1.9.ebuild 1002
-MD5 33404d5ea8a3edc59ea4a991557ac34c smartmontools-5.1.10.ebuild 1002
+MD5 303d7e3f9c5a547ccc7ede92fc0ac5b4 smartmontools-5.1.10.ebuild 1003
MD5 2c95d7fee3d806f9699ee66dc360cb64 files/digest-smartmontools-5.1.10 72
MD5 274bf91846f51fc5e93f303e5d4710f9 files/smartd.rc 518
MD5 5dafe6c5d2381ddd1e48877419a22372 files/digest-smartmontools-5.1.9 71
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.1.10 b/sys-apps/smartmontools/files/digest-smartmontools-5.1.10
new file mode 100644
index 000000000000..ebd140cecf55
--- /dev/null
+++ b/sys-apps/smartmontools/files/digest-smartmontools-5.1.10
@@ -0,0 +1 @@
+MD5 1ace0167cc0bf837496217d2622cd666 smartmontools-5.1-10.tar.gz 141006
diff --git a/sys-apps/smartmontools/smartmontools-5.1.10.ebuild b/sys-apps/smartmontools/smartmontools-5.1.10.ebuild
new file mode 100644
index 000000000000..0c8e0a76e6bb
--- /dev/null
+++ b/sys-apps/smartmontools/smartmontools-5.1.10.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.10.ebuild,v 1.1 2003/04/22 19:05:51 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 ~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"
+}