summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-plugins/wmmp3/ChangeLog5
-rw-r--r--x11-plugins/wmmp3/wmmp3-0.12.ebuild4
-rw-r--r--x11-plugins/wmmsg/ChangeLog5
-rw-r--r--x11-plugins/wmmsg/wmmsg-1.0.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/x11-plugins/wmmp3/ChangeLog b/x11-plugins/wmmp3/ChangeLog
index e8d61a12c33f..46420181c17e 100644
--- a/x11-plugins/wmmp3/ChangeLog
+++ b/x11-plugins/wmmp3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmmp3
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/ChangeLog,v 1.4 2004/09/04 01:33:46 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/ChangeLog,v 1.5 2004/11/24 23:24:41 weeve Exp $
+
+ 24 Nov 2004; Jason Wever <weeve@gentoo.org> wmmp3-0.12.ebuild:
+ Added ~sparc keyword.
04 Sep 2004; Michele Noberasco <s4t4n@gentoo.org> wmmp3-0.12.ebuild:
Stable for x86. Lower mpg123 dependency to version 0.59s-r2 as revision 3
diff --git a/x11-plugins/wmmp3/wmmp3-0.12.ebuild b/x11-plugins/wmmp3/wmmp3-0.12.ebuild
index 75cb5b0ded20..ff9515dfbf6b 100644
--- a/x11-plugins/wmmp3/wmmp3-0.12.ebuild
+++ b/x11-plugins/wmmp3/wmmp3-0.12.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/wmmp3/wmmp3-0.12.ebuild,v 1.4 2004/09/04 01:33:46 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/wmmp3-0.12.ebuild,v 1.5 2004/11/24 23:24:41 weeve Exp $
IUSE=""
@@ -10,7 +10,7 @@ SRC_URI="http://www.dotfiles.com/software/wmmp3/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc ~sparc"
DEPEND="virtual/x11
>=media-sound/mpg123-0.59s-r2"
diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog
index b88732335cc6..3b5fb5e4e053 100644
--- a/x11-plugins/wmmsg/ChangeLog
+++ b/x11-plugins/wmmsg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmmsg
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.4 2004/07/22 22:22:38 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.5 2004/11/24 23:28:21 weeve Exp $
+
+ 24 Nov 2004; Jason Wever <weeve@gentoo.org> wmmsg-1.0.ebuild:
+ Added ~sparc keyword.
23 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmmsg-1.0.ebuild:
Updated dodoc so that it does not try to install non-existent files.
diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild
index e0471c47d0d3..c810cc92f626 100644
--- a/x11-plugins/wmmsg/wmmsg-1.0.ebuild
+++ b/x11-plugins/wmmsg/wmmsg-1.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.6 2004/07/22 22:22:38 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.7 2004/11/24 23:28:21 weeve Exp $
DESCRIPTION="wmmsg is a dockapp that informs you of new events, such as incoming chat messages, by displaying related icons and arrival times"
HOMEPAGE="http://taxiway.swapspace.net/~matt/wmmsg/"
SRC_URI="http://taxiway.swapspace.net/~matt/wmmsg/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 amd64"
+KEYWORDS="x86 amd64 ~sparc"
IUSE=""
DEPEND="virtual/x11
=x11-libs/gtk+-1.2*