summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-10-07 17:32:04 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-10-07 17:32:04 +0000
commita0125426d1c1b1accb83eb63143e5738beeb9529 (patch)
tree8ac83d11eb68b54a1c875019cb05f66416d47890 /sys-apps/smartmontools
parentinitial commit, main user is python, but i except some more other packages (diff)
downloadhistorical-a0125426d1c1b1accb83eb63143e5738beeb9529.tar.gz
historical-a0125426d1c1b1accb83eb63143e5738beeb9529.tar.bz2
historical-a0125426d1c1b1accb83eb63143e5738beeb9529.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.191
-rw-r--r--sys-apps/smartmontools/smartmontools-5.19.ebuild34
4 files changed, 44 insertions, 2 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog
index 5cdb9b99920e..72c28621dc52 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.18 2003/09/19 21:08:27 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.19 2003/10/07 17:32:04 mholzer Exp $
+
+*smartmontools-5.19 (08 Oct 2003)
+
+ 08 Oct 2003; Martin Holzer <mholzer@gentoo.org> smartmontools-5.19.ebuild:
+ Version bumped.
19 Sep 2003; Christian Birchinger <joker@gentoo.org>
smartmontools-5.1.18.ebuild:
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index a21ccf3eca28..166134784d4f 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -1,10 +1,12 @@
-MD5 f54903e6aad5a8d8d7e7550b04021c9f ChangeLog 2441
+MD5 45b83f5857fe10da1b960f33a7723485 ChangeLog 2574
MD5 4d5e99b7af670110c69a3cfdf23ff73d smartmontools-5.0.45.ebuild 968
MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008
MD5 fbac00822798f7c7f45054cf0b015071 smartmontools-5.1.16.ebuild 1006
MD5 8a2396b21744a076c0fd90b53b127b06 smartmontools-5.1.18.ebuild 1006
+MD5 89f425a88b382d113b3da213fe963616 smartmontools-5.19.ebuild 962
MD5 432ca1c6b0ccb2ce8c44f223aebd61af files/digest-smartmontools-5.0.45 71
MD5 905376c18cc462422f167333b0ed9a23 files/digest-smartmontools-5.1.11 72
MD5 274bf91846f51fc5e93f303e5d4710f9 files/smartd.rc 518
+MD5 336925438c689ef432b1d8f8acc800f1 files/digest-smartmontools-5.19 70
MD5 2da8f77feda1ba0292593a3bc0c190f6 files/digest-smartmontools-5.1.16 72
MD5 a71ed1a566454af621be02ab59fd42d1 files/digest-smartmontools-5.1.18 72
diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.19 b/sys-apps/smartmontools/files/digest-smartmontools-5.19
new file mode 100644
index 000000000000..7b72a4434eb4
--- /dev/null
+++ b/sys-apps/smartmontools/files/digest-smartmontools-5.19
@@ -0,0 +1 @@
+MD5 c2c7687ac928ce43338c7dae5205e18b smartmontools-5.19.tar.gz 282850
diff --git a/sys-apps/smartmontools/smartmontools-5.19.ebuild b/sys-apps/smartmontools/smartmontools-5.19.ebuild
new file mode 100644
index 000000000000..d5702fc8c3ee
--- /dev/null
+++ b/sys-apps/smartmontools/smartmontools-5.19.ebuild
@@ -0,0 +1,34 @@
+# 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.19.ebuild,v 1.1 2003/10/07 17:32:04 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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 sparc"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf || die
+ emake ||die
+# 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"
+}