diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-11-02 19:15:15 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-11-02 19:15:15 +0000 |
commit | 9246bc6f61006eb92e466f169b2d03cd5a2243f9 (patch) | |
tree | ac70fc7d18cdb629109d248b2826028b21d6e0a5 /sys-apps/smartmontools | |
parent | Added sparc stable keyword (diff) | |
download | historical-9246bc6f61006eb92e466f169b2d03cd5a2243f9.tar.gz historical-9246bc6f61006eb92e466f169b2d03cd5a2243f9.tar.bz2 historical-9246bc6f61006eb92e466f169b2d03cd5a2243f9.zip |
Added sparc stable keyword
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/smartmontools/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.21.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog index 3726fcfc9508..8e4a4b605053 100644 --- a/sys-apps/smartmontools/ChangeLog +++ b/sys-apps/smartmontools/ChangeLog @@ -1,6 +1,10 @@ # 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.21 2003/10/17 16:16:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.22 2003/11/02 19:15:09 joker Exp $ + + 02 Nov 2003; Christian Birchinger <joker@gentoo.org> + smartmontools-5.21.ebuild: + Added sparc stable keyword *smartmontools-5.21 (18 Oct 2003) diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest index 01b7111e98a0..3f01779c4211 100644 --- a/sys-apps/smartmontools/Manifest +++ b/sys-apps/smartmontools/Manifest @@ -1,10 +1,10 @@ -MD5 d8719038fcdcd0b30ada3ca2da4df40b ChangeLog 2836 -MD5 2baa4ad8d4cc74da6606e9afa683c779 smartmontools-5.22.ebuild 976 +MD5 4858cd8f956e667d160a792a5a13152f ChangeLog 2948 MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008 -MD5 8aa09e518e909433c42d4d59b7875d60 smartmontools-5.21.ebuild 975 +MD5 d720fd3bdc823a96f1c7a90a430ff06c smartmontools-5.21.ebuild 972 +MD5 2baa4ad8d4cc74da6606e9afa683c779 smartmontools-5.22.ebuild 976 MD5 8a2396b21744a076c0fd90b53b127b06 smartmontools-5.1.18.ebuild 1006 -MD5 6a02f6ba10267e8d1b85b50a58c9d089 files/digest-smartmontools-5.22 70 +MD5 1e0269a5a6ce30c68059bc968490269c files/digest-smartmontools-5.21 70 MD5 905376c18cc462422f167333b0ed9a23 files/digest-smartmontools-5.1.11 72 +MD5 6a02f6ba10267e8d1b85b50a58c9d089 files/digest-smartmontools-5.22 70 MD5 274bf91846f51fc5e93f303e5d4710f9 files/smartd.rc 518 -MD5 1e0269a5a6ce30c68059bc968490269c files/digest-smartmontools-5.21 70 MD5 a71ed1a566454af621be02ab59fd42d1 files/digest-smartmontools-5.1.18 72 diff --git a/sys-apps/smartmontools/smartmontools-5.21.ebuild b/sys-apps/smartmontools/smartmontools-5.21.ebuild index 1549d7e98e22..838eba12601c 100644 --- a/sys-apps/smartmontools/smartmontools-5.21.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.21.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.21.ebuild,v 1.3 2003/10/28 12:49:18 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.21.ebuild,v 1.4 2003/11/02 19:15:09 joker 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/" @@ -9,7 +9,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ~sparc" +KEYWORDS="x86 ~amd64 sparc" S=${WORKDIR}/${P} |