diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-24 09:59:32 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-24 09:59:32 +0000 |
commit | c9c1dbef624487996bf0f1c25ecc648b76555ebe (patch) | |
tree | de12618726e9531f89c5c06043f053bb8c4fee50 /sys-apps | |
parent | add dep to libglade, bug #51587 (Manifest recommit) (diff) | |
download | gentoo-2-c9c1dbef624487996bf0f1c25ecc648b76555ebe.tar.gz gentoo-2-c9c1dbef624487996bf0f1c25ecc648b76555ebe.tar.bz2 gentoo-2-c9c1dbef624487996bf0f1c25ecc648b76555ebe.zip |
Keyworded ~alpha, requested in bug #51550.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/smartmontools/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.1.11.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.30.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog index cdcf879f1e7b..63fcae421d97 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.32 2004/04/01 12:15:39 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.33 2004/05/24 09:59:32 kloeri Exp $ + + 24 May 2004; Bryan Østergaard <kloeri@gentoo.org> smartmontools-5.30.ebuild: + Keyworded ~alpha, requested in bug #51550. 01 Apr 2004; David Holm <dholm@gentoo.org> smartmontools-5.30.ebuild: Added to ~ppc. diff --git a/sys-apps/smartmontools/smartmontools-5.1.11.ebuild b/sys-apps/smartmontools/smartmontools-5.1.11.ebuild index 6ef8d1d948fc..68efa85d7958 100644 --- a/sys-apps/smartmontools/smartmontools-5.1.11.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.1.11.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.1.11.ebuild,v 1.4 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.1.11.ebuild,v 1.5 2004/05/24 09:59:32 kloeri Exp $ MAJ_PV=${PV:0:3} MIN_PV=${PV:4:6} diff --git a/sys-apps/smartmontools/smartmontools-5.30.ebuild b/sys-apps/smartmontools/smartmontools-5.30.ebuild index b2d5ce14579a..acbaa0341a75 100644 --- a/sys-apps/smartmontools/smartmontools-5.30.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.30.ebuild @@ -1,6 +1,6 @@ # 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.30.ebuild,v 1.2 2004/04/01 12:15:39 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.30.ebuild,v 1.3 2004/05/24 09:59:32 kloeri 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 ~ppc" +KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~alpha" S=${WORKDIR}/${P} |