diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-11-30 23:00:45 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-11-30 23:00:45 +0000 |
commit | 371863a3aa3cca964157d57aa7f0f31466cc7ec9 (patch) | |
tree | 0030490e6a11099c0bd4208a5393ab2379fdfd6a /sys-apps/smartmontools | |
parent | Version bumped. (diff) | |
download | historical-371863a3aa3cca964157d57aa7f0f31466cc7ec9.tar.gz historical-371863a3aa3cca964157d57aa7f0f31466cc7ec9.tar.bz2 historical-371863a3aa3cca964157d57aa7f0f31466cc7ec9.zip |
Version bumped.
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/smartmontools/files/digest-smartmontools-5.26 | 1 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.26.ebuild | 35 |
3 files changed, 38 insertions, 2 deletions
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest index f198a42fdf56..f4e2ba6ae963 100644 --- a/sys-apps/smartmontools/Manifest +++ b/sys-apps/smartmontools/Manifest @@ -1,8 +1,8 @@ MD5 8a2396b21744a076c0fd90b53b127b06 smartmontools-5.1.18.ebuild 1006 -MD5 7f3e1d39407f4faeb85b6671df4905a2 smartmontools-5.26.ebuild 976 +MD5 e480e99e482fe1b996ce498c8448c18e smartmontools-5.26.ebuild 967 MD5 f56f4d16e8fb6b585bcbb13f8aa97555 smartmontools-5.23.ebuild 976 MD5 7f3e1d39407f4faeb85b6671df4905a2 smartmontools-5.25.ebuild 976 -MD5 888c51a8ab4f4fcb1eb2e26ae72cd6b0 ChangeLog 3212 +MD5 d1766ae7c1a7022ddebe34b52abab256 ChangeLog 3343 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.26 b/sys-apps/smartmontools/files/digest-smartmontools-5.26 new file mode 100644 index 000000000000..4fe4b23e36c5 --- /dev/null +++ b/sys-apps/smartmontools/files/digest-smartmontools-5.26 @@ -0,0 +1 @@ +MD5 fc2cb32e926b25afa24f450f9a48fbb1 smartmontools-5.26.tar.gz 353547 diff --git a/sys-apps/smartmontools/smartmontools-5.26.ebuild b/sys-apps/smartmontools/smartmontools-5.26.ebuild new file mode 100644 index 000000000000..ed246c3a5029 --- /dev/null +++ b/sys-apps/smartmontools/smartmontools-5.26.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.26.ebuild,v 1.1 2003/11/30 23:00:39 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" +} |