summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-01-08 01:07:31 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-01-08 01:07:31 +0000
commitfff4f5e02c854835f5640b9a0698d242cfd158c3 (patch)
treeda86a6ae14ff4ea9a46b30b4c3a48a08837382de /x11-plugins
parent- update from Stefan Schweizer. uses the snapshot from the mirrors now (diff)
downloadhistorical-fff4f5e02c854835f5640b9a0698d242cfd158c3.tar.gz
historical-fff4f5e02c854835f5640b9a0698d242cfd158c3.tar.bz2
historical-fff4f5e02c854835f5640b9a0698d242cfd158c3.zip
Initial import, closes bug #76848
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmsetimon/ChangeLog9
-rw-r--r--x11-plugins/wmsetimon/Manifest4
-rw-r--r--x11-plugins/wmsetimon/files/digest-wmsetimon-0.51
-rw-r--r--x11-plugins/wmsetimon/metadata.xml5
-rw-r--r--x11-plugins/wmsetimon/wmsetimon-0.5.ebuild28
5 files changed, 47 insertions, 0 deletions
diff --git a/x11-plugins/wmsetimon/ChangeLog b/x11-plugins/wmsetimon/ChangeLog
new file mode 100644
index 000000000000..4dc2cd33d916
--- /dev/null
+++ b/x11-plugins/wmsetimon/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/wmsetimon
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsetimon/ChangeLog,v 1.1 2005/01/08 01:07:31 s4t4n Exp $
+
+*wmsetimon-0.5 (08 Jan 2005)
+
+ 08 Jan 2005; Michele Noberasco <s4t4n@gentoo.org> wmsetimon-0.5.ebuild:
+ Initial import. Thanks to Matt Taylor bug #76848.
+
diff --git a/x11-plugins/wmsetimon/Manifest b/x11-plugins/wmsetimon/Manifest
new file mode 100644
index 000000000000..935d7fca0f3f
--- /dev/null
+++ b/x11-plugins/wmsetimon/Manifest
@@ -0,0 +1,4 @@
+MD5 d47d8a7196748129269295ee9f2182be wmsetimon-0.5.ebuild 750
+MD5 eca8542911e810ff5c67d453942dbb5d ChangeLog 371
+MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
+MD5 6ca31313cdb092013b50ed25bf0f2118 files/digest-wmsetimon-0.5 64
diff --git a/x11-plugins/wmsetimon/files/digest-wmsetimon-0.5 b/x11-plugins/wmsetimon/files/digest-wmsetimon-0.5
new file mode 100644
index 000000000000..a216919bc96c
--- /dev/null
+++ b/x11-plugins/wmsetimon/files/digest-wmsetimon-0.5
@@ -0,0 +1 @@
+MD5 20ba7506c55f5a978c406705cca0b459 wmsetimon-0.5.tar.gz 18966
diff --git a/x11-plugins/wmsetimon/metadata.xml b/x11-plugins/wmsetimon/metadata.xml
new file mode 100644
index 000000000000..b1a9efc4f2f0
--- /dev/null
+++ b/x11-plugins/wmsetimon/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>desktop-dock</herd>
+</pkgmetadata>
diff --git a/x11-plugins/wmsetimon/wmsetimon-0.5.ebuild b/x11-plugins/wmsetimon/wmsetimon-0.5.ebuild
new file mode 100644
index 000000000000..e5dfd4ec7c94
--- /dev/null
+++ b/x11-plugins/wmsetimon/wmsetimon-0.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsetimon/wmsetimon-0.5.ebuild,v 1.1 2005/01/08 01:07:31 s4t4n Exp $
+
+IUSE=""
+S=${WORKDIR}/${PN}/${PN}
+DESCRIPTION="WindowMaker DockApp: Monitors, starts, and stops 1 to 9 SETI@home processes."
+SRC_URI="http://goupilfr.org/arch/${P}.tar.gz"
+HOMEPAGE="http://goupilfr.org/?soft=wmsetimon"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+DEPEND="virtual/x11
+ >=sys-apps/sed-4"
+
+src_compile() {
+ mv Makefile Makefile.orig
+ sed 's/^CFLAGS/#CFLAGS/' Makefile.orig > Makefile
+ rm Makefile.orig
+ emake || die "Compilation failed!"
+}
+
+src_install () {
+ dobin wmsetimon
+ dodoc wmsetimonrc
+ cd ..
+ dodoc README
+}