summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephanie J. Lockwood-Childs <wormo@gentoo.org>2005-04-28 21:20:37 +0000
committerStephanie J. Lockwood-Childs <wormo@gentoo.org>2005-04-28 21:20:37 +0000
commit80a7fc19af5aeeba9ce8c61d7d4b29ed5e2aa71e (patch)
tree3f2b5dced0a111be0bec2b6ec3ff26f19d52c324 /x11-plugins
parentStable on sparc (diff)
downloadgentoo-2-80a7fc19af5aeeba9ce8c61d7d4b29ed5e2aa71e.tar.gz
gentoo-2-80a7fc19af5aeeba9ce8c61d7d4b29ed5e2aa71e.tar.bz2
gentoo-2-80a7fc19af5aeeba9ce8c61d7d4b29ed5e2aa71e.zip
mark ~ppc
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmmsg/ChangeLog7
-rw-r--r--x11-plugins/wmmsg/Manifest2
-rw-r--r--x11-plugins/wmmsg/wmmsg-1.0.ebuild6
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog
index 3b5fb5e4e053..b89c90904829 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.5 2004/11/24 23:28:21 weeve Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.6 2005/04/28 21:20:37 wormo Exp $
+
+ 28 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> wmmsg-1.0.ebuild:
+ mark ~ppc
24 Nov 2004; Jason Wever <weeve@gentoo.org> wmmsg-1.0.ebuild:
Added ~sparc keyword.
diff --git a/x11-plugins/wmmsg/Manifest b/x11-plugins/wmmsg/Manifest
index e3f66db2bbcc..fd1593c682e1 100644
--- a/x11-plugins/wmmsg/Manifest
+++ b/x11-plugins/wmmsg/Manifest
@@ -1,4 +1,4 @@
MD5 1a34ec09d825be1bc3663a49a87cd94c ChangeLog 740
MD5 8e6a48972cb282dba7974e1aec516d3f metadata.xml 489
-MD5 2f5a75f5aa78f622827d8c3d6c40292b wmmsg-1.0.ebuild 861
+MD5 67c675e3558a51e9fabdfec9c945457f wmmsg-1.0.ebuild 866
MD5 8adc545af7c510d95d9464b601ecd2ad files/digest-wmmsg-1.0 61
diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild
index c810cc92f626..005ec5e94cdf 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
+# Copyright 1999-2005 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.7 2004/11/24 23:28:21 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.8 2005/04/28 21:20:37 wormo 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 ~sparc"
+KEYWORDS="x86 amd64 ~sparc ~ppc"
IUSE=""
DEPEND="virtual/x11
=x11-libs/gtk+-1.2*