summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmufo')
-rw-r--r--x11-plugins/wmufo/ChangeLog16
-rw-r--r--x11-plugins/wmufo/Manifest4
-rw-r--r--x11-plugins/wmufo/wmufo-1.2.0.ebuild11
3 files changed, 22 insertions, 9 deletions
diff --git a/x11-plugins/wmufo/ChangeLog b/x11-plugins/wmufo/ChangeLog
index 35865c340013..df1b15d80f3e 100644
--- a/x11-plugins/wmufo/ChangeLog
+++ b/x11-plugins/wmufo/ChangeLog
@@ -1,6 +1,18 @@
# ChangeLog for x11-plugins/wmufo
-# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/ChangeLog,v 1.1 2004/06/22 19:57:59 s4t4n Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/ChangeLog,v 1.1.1.1 2005/11/30 10:10:57 chriswhite Exp $
+
+ 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmufo-1.2.0.ebuild:
+ Removed INSTALL from dodoc.
+
+ 02 Mar 2005; Michele Noberasco <s4t4n@gentoo.org> wmufo-1.2.0.ebuild:
+ Added dependancy on gnome-base/libgtop, closing #83681.
+
+ 25 Nov 2004; Jason Wever <weeve@gentoo.org> wmufo-1.2.0.ebuild:
+ Added ~sparc keyword.
+
+ 22 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmufo-1.2.0.ebuild:
+ Stable for x86.
*wmufo-1.2.0 (22 Jun 2004)
diff --git a/x11-plugins/wmufo/Manifest b/x11-plugins/wmufo/Manifest
index 173322fec9a4..a79a01007447 100644
--- a/x11-plugins/wmufo/Manifest
+++ b/x11-plugins/wmufo/Manifest
@@ -1,4 +1,4 @@
-MD5 700a4bddbd8a9e4d098941a3e894c779 wmufo-1.2.0.ebuild 635
-MD5 e1934b45eb4cc3c4c663f538c6e68e5d ChangeLog 264
+MD5 e052e21587fbab4e052814b696fd8e1e wmufo-1.2.0.ebuild 750
+MD5 879589310fe61d0278a70b132abd1b52 ChangeLog 760
MD5 e86f4df9f6772e76269a4967b5bb79f8 metadata.xml 326
MD5 530428a46337b4a35c20062e287df457 files/digest-wmufo-1.2.0 63
diff --git a/x11-plugins/wmufo/wmufo-1.2.0.ebuild b/x11-plugins/wmufo/wmufo-1.2.0.ebuild
index bcf1bc6f48f5..c45a1fbf9ea6 100644
--- a/x11-plugins/wmufo/wmufo-1.2.0.ebuild
+++ b/x11-plugins/wmufo/wmufo-1.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/wmufo-1.2.0.ebuild,v 1.1 2004/06/22 19:57:59 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/wmufo-1.2.0.ebuild,v 1.1.1.1 2005/11/30 10:10:57 chriswhite Exp $
inherit eutils
@@ -12,15 +12,16 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://wmseti.sourceforge.net/"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~sparc"
LICENSE="GPL-2"
DEPEND="virtual/x11
>=dev-util/pkgconfig-0.15.0
- >=x11-libs/gtk+-2.2.4-r1"
+ >=x11-libs/gtk+-2.2.4-r1
+ >=gnome-base/libgtop-2.8.1"
src_install () {
einstall || die "make install failed"
- dodoc AUTHORS ALL_I_GET_IS_AN_ALIEN_FACE ChangeLog INSTALL NEWS README
+ dodoc AUTHORS ALL_I_GET_IS_AN_ALIEN_FACE ChangeLog NEWS README
}