summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/ChangeLog9
-rw-r--r--sys-apps/smartmontools/Manifest12
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.271
-rw-r--r--sys-apps/smartmontools/smartmontools-5.27.ebuild35
4 files changed, 50 insertions, 7 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog
index d245f12ee2cc..3495b4ac4868 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.26 2003/12/20 00:55:11 joker Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.27 2004/02/13 18:02:56 mholzer Exp $
+
+*smartmontools-5.27 (13 Feb 2004)
+
+ 13 Feb 2004; Martin Holzer <mholzer@gentoo.org> smartmontools-5.27.ebuild:
+ Version bumped.
20 Dec 2003; Christian Birchinger <joker@gentoo.org>
smartmontools-5.25.ebuild:
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index aa4b6713b5d8..9d6316e599ee 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -1,11 +1,13 @@
+MD5 e480e99e482fe1b996ce498c8448c18e smartmontools-5.26.ebuild 967
+MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 e480e99e482fe1b996ce498c8448c18e smartmontools-5.27.ebuild 967
+MD5 402ca9b9d173a63a30874f1be64c292f smartmontools-5.25.ebuild 972
MD5 8995a6c1d3cfe4dda82b23e3ceb1a0b6 ChangeLog 3455
MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008
MD5 d720fd3bdc823a96f1c7a90a430ff06c smartmontools-5.21.ebuild 972
-MD5 402ca9b9d173a63a30874f1be64c292f smartmontools-5.25.ebuild 972
-MD5 e480e99e482fe1b996ce498c8448c18e smartmontools-5.26.ebuild 967
-MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 5da782fa903f1b671f4c62d94582b868 files/digest-smartmontools-5.27 70
MD5 1e0269a5a6ce30c68059bc968490269c files/digest-smartmontools-5.21 70
-MD5 905376c18cc462422f167333b0ed9a23 files/digest-smartmontools-5.1.11 72
MD5 d6c2650cc53a84c40032287ab5e35ffb files/digest-smartmontools-5.25 70
-MD5 274bf91846f51fc5e93f303e5d4710f9 files/smartd.rc 518
MD5 7db3f665d7af7846d25b52b4bbbaba27 files/digest-smartmontools-5.26 70
+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.27 b/sys-apps/smartmontools/files/digest-smartmontools-5.27
new file mode 100644
index 000000000000..6d98e5f693f1
--- /dev/null
+++ b/sys-apps/smartmontools/files/digest-smartmontools-5.27
@@ -0,0 +1 @@
+MD5 a41183240c04ddd85654099392b4ddf7 smartmontools-5.27.tar.gz 343031
diff --git a/sys-apps/smartmontools/smartmontools-5.27.ebuild b/sys-apps/smartmontools/smartmontools-5.27.ebuild
new file mode 100644
index 000000000000..85a1cd69c3e3
--- /dev/null
+++ b/sys-apps/smartmontools/smartmontools-5.27.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.27.ebuild,v 1.1 2004/02/13 18:02:57 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.sf.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"
+}