diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-07 17:33:09 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-07 17:33:09 +0000 |
commit | 36ec9dd6a213385af12206ec39c5f14d1c5d983e (patch) | |
tree | 5e67d3d0274b200d98a74f75cf317dbb90ca710d | |
parent | Version bumped. (diff) | |
download | gentoo-2-36ec9dd6a213385af12206ec39c5f14d1c5d983e.tar.gz gentoo-2-36ec9dd6a213385af12206ec39c5f14d1c5d983e.tar.bz2 gentoo-2-36ec9dd6a213385af12206ec39c5f14d1c5d983e.zip |
Version bumped.
-rw-r--r-- | sys-apps/smartmontools/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/smartmontools/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/smartmontools/files/digest-smartmontools-5.19 | 1 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.19.ebuild | 4 |
4 files changed, 10 insertions, 4 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 faa66d2cd1e2..166134784d4f 100644 --- a/sys-apps/smartmontools/Manifest +++ b/sys-apps/smartmontools/Manifest @@ -3,7 +3,7 @@ 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 eab1568aa7d5d0867fe121a216909a8c smartmontools-5.19.ebuild 961 +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 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 index d5702fc8c3ee..abeb549ffed9 100644 --- a/sys-apps/smartmontools/smartmontools-5.19.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.19.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.19.ebuild,v 1.1 2003/10/07 17:32:04 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.19.ebuild,v 1.2 2003/10/07 17:32:56 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/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 sparc" +KEYWORDS="~x86 ~amd64 ~sparc" S=${WORKDIR}/${P} |