diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-02-13 18:04:52 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-02-13 18:04:52 +0000 |
commit | f164b05189720e0c4ae67c75ae40cc675d96531c (patch) | |
tree | 25453e44de1b97140d7645700e085d332d1f391d /sys-apps/smartmontools | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-f164b05189720e0c4ae67c75ae40cc675d96531c.tar.gz gentoo-2-f164b05189720e0c4ae67c75ae40cc675d96531c.tar.bz2 gentoo-2-f164b05189720e0c4ae67c75ae40cc675d96531c.zip |
x86 stable
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.26.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog index 3495b4ac4868..1c69afa79717 100644 --- a/sys-apps/smartmontools/ChangeLog +++ b/sys-apps/smartmontools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/smartmontools # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.27 2004/02/13 18:02:56 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.28 2004/02/13 18:04:52 mholzer Exp $ + + 13 Feb 2004; Martin Holzer <mholzer@gentoo.org> smartmontools-5.26.ebuild: + x86 stable *smartmontools-5.27 (13 Feb 2004) diff --git a/sys-apps/smartmontools/smartmontools-5.26.ebuild b/sys-apps/smartmontools/smartmontools-5.26.ebuild index ed246c3a5029..38322dc3019a 100644 --- a/sys-apps/smartmontools/smartmontools-5.26.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.26.ebuild,v 1.2 2004/02/13 18:04:52 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/" @@ -9,7 +9,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc" +KEYWORDS="x86 ~amd64 ~sparc" S=${WORKDIR}/${P} |