diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-09-29 09:35:54 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-09-29 09:35:54 +0000 |
commit | 5d101960aca93328665047d466203320dc8a948a (patch) | |
tree | 633f3d6aaed9566e11db1405ee6a8dc1d5731de1 /x11-plugins | |
parent | Marked stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-5d101960aca93328665047d466203320dc8a948a.tar.gz gentoo-2-5d101960aca93328665047d466203320dc8a948a.tar.bz2 gentoo-2-5d101960aca93328665047d466203320dc8a948a.zip |
Marked stable on x86.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmlongrun/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmsensormon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/x11-plugins/wmlongrun/ChangeLog b/x11-plugins/wmlongrun/ChangeLog index 646ea6d71c5e..2eed886f09d1 100644 --- a/x11-plugins/wmlongrun/ChangeLog +++ b/x11-plugins/wmlongrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmlongrun # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/ChangeLog,v 1.1 2004/07/17 14:24:57 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/ChangeLog,v 1.2 2004/09/29 09:33:33 pyrania Exp $ + + 29 Sep 2004; <pyrania@gentoo.org> wmlongrun-0.2.0.ebuild: + Marked stable on x86. *wmlongrun-0.2.0 (17 Jul 2004) diff --git a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild index c5729fa7de1f..e56c2d9847f3 100644 --- a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild +++ b/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild,v 1.1 2004/07/17 14:24:57 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild,v 1.2 2004/09/29 09:33:33 pyrania Exp $ DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor" HOMEPAGE="http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml" @@ -12,7 +12,7 @@ IUSE="" # Since this will only work with a Crusoe processor, it's safe to assume that # the functionality is only available on x86. -KEYWORDS="~x86 -*" +KEYWORDS="x86 -*" src_compile() { econf || die "Configuration failed" diff --git a/x11-plugins/wmsensormon/ChangeLog b/x11-plugins/wmsensormon/ChangeLog index 7743c57b2431..0d7503969773 100644 --- a/x11-plugins/wmsensormon/ChangeLog +++ b/x11-plugins/wmsensormon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsensormon # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/ChangeLog,v 1.5 2004/06/24 23:16:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/ChangeLog,v 1.6 2004/09/29 09:35:54 pyrania Exp $ + + 29 Sep 2004; <pyrania@gentoo.org> wmsensormon-1.2.0.ebuild: + Marked stable on x86. *wmsensormon-1.2.0 (13 Jun 2004) diff --git a/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild b/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild index 7d3da59657ce..fc1e9a20bb3d 100644 --- a/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild +++ b/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild,v 1.2 2004/06/24 23:16:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild,v 1.3 2004/09/29 09:35:54 pyrania Exp $ IUSE="" S=${WORKDIR}/${P/_/-}/${PN} @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/wmsensormon/${P/_/-}.tar.gz" HOMEPAGE="http://wmsensormon.sourceforge.net" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64" DEPEND="virtual/x11 sys-apps/lm-sensors" |