summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-11 17:57:58 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-11 17:57:58 +0000
commit3ba4892d1d042cce4dc11bb99ced713b562e18f5 (patch)
treef08779d8646cc4632801e8fb499d27c7e05c3d83 /sys-apps/smartmontools
parentcleanup (diff)
downloadhistorical-3ba4892d1d042cce4dc11bb99ced713b562e18f5.tar.gz
historical-3ba4892d1d042cce4dc11bb99ced713b562e18f5.tar.bz2
historical-3ba4892d1d042cce4dc11bb99ced713b562e18f5.zip
Marked x86 stable.
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/ChangeLog5
-rw-r--r--sys-apps/smartmontools/Manifest6
-rw-r--r--sys-apps/smartmontools/files/digest-smartmontools-5.1.141
-rw-r--r--sys-apps/smartmontools/smartmontools-5.1.14.ebuild36
-rw-r--r--sys-apps/smartmontools/smartmontools-5.1.18.ebuild4
5 files changed, 8 insertions, 44 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog
index a1f30478a965..d7a946020620 100644
--- a/sys-apps/smartmontools/ChangeLog
+++ b/sys-apps/smartmontools/ChangeLog
@@ -1,6 +1,9 @@
# 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.16 2003/08/28 11:03:00 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.17 2003/09/11 17:57:51 mholzer Exp $
+
+ 12 Sep 2003; Martin Holzer <mholzer@gentoo.org> smartmontools-5.1.18.ebuild:
+ Marked x86 stable.
28 Aug 2003; Christian Birchinger <joker@gentoo.org>
smartmontools-5.1.16.ebuild:
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index f7eb9ffa5bcb..27a5a46575ee 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -1,12 +1,10 @@
-MD5 a20585b657a3e5cc9d92832d92617e81 ChangeLog 2224
+MD5 decf3aa129d8479e277fce96ad0e0eee ChangeLog 2327
MD5 4d5e99b7af670110c69a3cfdf23ff73d smartmontools-5.0.45.ebuild 968
MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008
-MD5 99cad24058a16ae02825b2cb4b00e129 smartmontools-5.1.14.ebuild 1006
MD5 fbac00822798f7c7f45054cf0b015071 smartmontools-5.1.16.ebuild 1006
-MD5 c65ae1940a834d58b56da4847704324f smartmontools-5.1.18.ebuild 1010
+MD5 82fc3d16efb649d4dbce6b78787aebaa smartmontools-5.1.18.ebuild 1009
MD5 432ca1c6b0ccb2ce8c44f223aebd61af files/digest-smartmontools-5.0.45 71
MD5 905376c18cc462422f167333b0ed9a23 files/digest-smartmontools-5.1.11 72
-MD5 889a7b29b6b5023fc668089107088ab6 files/digest-smartmontools-5.1.14 72
MD5 274bf91846f51fc5e93f303e5d4710f9 files/smartd.rc 518
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.1.14 b/sys-apps/smartmontools/files/digest-smartmontools-5.1.14
deleted file mode 100644
index dc27c504e781..000000000000
--- a/sys-apps/smartmontools/files/digest-smartmontools-5.1.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 92fcc3912bf45e20da5003b7974736d3 smartmontools-5.1-14.tar.gz 150121
diff --git a/sys-apps/smartmontools/smartmontools-5.1.14.ebuild b/sys-apps/smartmontools/smartmontools-5.1.14.ebuild
deleted file mode 100644
index 4f51f42b16c3..000000000000
--- a/sys-apps/smartmontools/smartmontools-5.1.14.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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.14.ebuild,v 1.3 2003/07/16 11:56:22 joker 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 ~amd64 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"
-}
diff --git a/sys-apps/smartmontools/smartmontools-5.1.18.ebuild b/sys-apps/smartmontools/smartmontools-5.1.18.ebuild
index edfa4752f338..1f744a957815 100644
--- a/sys-apps/smartmontools/smartmontools-5.1.18.ebuild
+++ b/sys-apps/smartmontools/smartmontools-5.1.18.ebuild
@@ -1,6 +1,6 @@
# 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.18.ebuild,v 1.1 2003/08/22 16:51:15 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.1.18.ebuild,v 1.2 2003/09/11 17:57:51 mholzer Exp $
MAJ_PV=${PV:0:3}
MIN_PV=${PV:4:6}
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~sparc"
+KEYWORDS="x86 ~amd64 ~sparc"
S=${WORKDIR}/${MY_P}