diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-07-15 21:18:54 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-07-15 21:18:54 +0000 |
commit | 4b1768b3ca757118d4be9bdc7474d96c2197d7cb (patch) | |
tree | 81302714c995808400c6102334a1ed982749abf8 /sys-apps/smartmontools | |
parent | Added IUSE flag for xmms. Closes #20090. (diff) | |
download | historical-4b1768b3ca757118d4be9bdc7474d96c2197d7cb.tar.gz historical-4b1768b3ca757118d4be9bdc7474d96c2197d7cb.tar.bz2 historical-4b1768b3ca757118d4be9bdc7474d96c2197d7cb.zip |
Marked x86 stable
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/smartmontools/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.1.14.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog index 96c0958161a4..875f420ea293 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.9 2003/07/01 15:48:08 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.10 2003/07/15 21:18:40 mholzer Exp $ + + 16 Jul 2003; Martin Holzer <mholzer@gentoo.org> smartmontools-5.1.14.ebuild: + Marked x86 stable *smartmontools-5.1.14 (01 Jul 2003) diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest index 6075d13e0ff8..fb6f9742d046 100644 --- a/sys-apps/smartmontools/Manifest +++ b/sys-apps/smartmontools/Manifest @@ -1,8 +1,8 @@ -MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008 +MD5 c870f955b74a0e08f4ed2acf7ffa1e72 ChangeLog 1488 MD5 4d5e99b7af670110c69a3cfdf23ff73d smartmontools-5.0.45.ebuild 968 -MD5 47bf1ddd6ce648dfb44de7a4edab3078 smartmontools-5.1.14.ebuild 1011 -MD5 529f4fc60ec457d8b33b2746ee3f0d10 ChangeLog 1388 +MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008 +MD5 ad77c0816b2b439346b19d14e1c047ec smartmontools-5.1.14.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 889a7b29b6b5023fc668089107088ab6 files/digest-smartmontools-5.1.14 72 diff --git a/sys-apps/smartmontools/smartmontools-5.1.14.ebuild b/sys-apps/smartmontools/smartmontools-5.1.14.ebuild index 701f08165280..4e5dded3643a 100644 --- a/sys-apps/smartmontools/smartmontools-5.1.14.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.1.14.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.14.ebuild,v 1.1 2003/07/01 15:48:08 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.1.14.ebuild,v 1.2 2003/07/15 21:18:40 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} |