summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-06-22 19:57:59 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-06-22 19:57:59 +0000
commit8bfe927a7f644ceb8ef91ce1c35748bf8d217414 (patch)
tree366dbadf8cb9c9418d80a121313370da5f8f236b /x11-plugins
parenttemporary band-aid for bug 53680, since mips users are hitting this quite a b... (diff)
downloadgentoo-2-8bfe927a7f644ceb8ef91ce1c35748bf8d217414.tar.gz
gentoo-2-8bfe927a7f644ceb8ef91ce1c35748bf8d217414.tar.bz2
gentoo-2-8bfe927a7f644ceb8ef91ce1c35748bf8d217414.zip
Initial import of x11-plugins/wmufo
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmufo/ChangeLog9
-rw-r--r--x11-plugins/wmufo/Manifest4
-rw-r--r--x11-plugins/wmufo/files/digest-wmufo-1.2.01
-rw-r--r--x11-plugins/wmufo/metadata.xml9
-rw-r--r--x11-plugins/wmufo/wmufo-1.2.0.ebuild26
5 files changed, 49 insertions, 0 deletions
diff --git a/x11-plugins/wmufo/ChangeLog b/x11-plugins/wmufo/ChangeLog
new file mode 100644
index 000000000000..35865c340013
--- /dev/null
+++ b/x11-plugins/wmufo/ChangeLog
@@ -0,0 +1,9 @@
+# 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 $
+
+*wmufo-1.2.0 (22 Jun 2004)
+
+ 02 Jun 2004; Michele Noberasco <s4t4n@gentoo.org> wmufo-1.2.0.ebuild:
+ Initial import. Closes bug #44610.
+
diff --git a/x11-plugins/wmufo/Manifest b/x11-plugins/wmufo/Manifest
new file mode 100644
index 000000000000..173322fec9a4
--- /dev/null
+++ b/x11-plugins/wmufo/Manifest
@@ -0,0 +1,4 @@
+MD5 700a4bddbd8a9e4d098941a3e894c779 wmufo-1.2.0.ebuild 635
+MD5 e1934b45eb4cc3c4c663f538c6e68e5d ChangeLog 264
+MD5 e86f4df9f6772e76269a4967b5bb79f8 metadata.xml 326
+MD5 530428a46337b4a35c20062e287df457 files/digest-wmufo-1.2.0 63
diff --git a/x11-plugins/wmufo/files/digest-wmufo-1.2.0 b/x11-plugins/wmufo/files/digest-wmufo-1.2.0
new file mode 100644
index 000000000000..cc9942d1f865
--- /dev/null
+++ b/x11-plugins/wmufo/files/digest-wmufo-1.2.0
@@ -0,0 +1 @@
+MD5 06d6db4d3df23fdb2a311fc37f3adfcd wmufo-1.2.0.tar.gz 249925
diff --git a/x11-plugins/wmufo/metadata.xml b/x11-plugins/wmufo/metadata.xml
new file mode 100644
index 000000000000..53e920908248
--- /dev/null
+++ b/x11-plugins/wmufo/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>desktop-dock</herd>
+<longdescription>
+This is wmseti on steroids, yet another WMaker DockApp
+to see the progress of work unit analysis for the Seti@Home project.
+</longdescription>
+</pkgmetadata>
diff --git a/x11-plugins/wmufo/wmufo-1.2.0.ebuild b/x11-plugins/wmufo/wmufo-1.2.0.ebuild
new file mode 100644
index 000000000000..bcf1bc6f48f5
--- /dev/null
+++ b/x11-plugins/wmufo/wmufo-1.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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 $
+
+inherit eutils
+
+IUSE=""
+
+DESCRIPTION="This is wmseti on steroids, yet another WMaker DockApp to see the progress of work unit analysis for the Seti@Home project."
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+HOMEPAGE="http://wmseti.sourceforge.net/"
+
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+
+DEPEND="virtual/x11
+ >=dev-util/pkgconfig-0.15.0
+ >=x11-libs/gtk+-2.2.4-r1"
+
+src_install () {
+ einstall || die "make install failed"
+
+ dodoc AUTHORS ALL_I_GET_IS_AN_ALIEN_FACE ChangeLog INSTALL NEWS README
+}