summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
commit425e3f458fe1a5cfdf3c6a3428215f4483307747 (patch)
tree0eee246ccba7098070d351136796036965dff197 /x11-plugins/wmmon
parentSecurity update. (diff)
downloadgentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.gz
gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.bz2
gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.zip
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins/wmmon')
-rw-r--r--x11-plugins/wmmon/ChangeLog23
-rw-r--r--x11-plugins/wmmon/files/digest-wmmon-1.0_beta21
-rw-r--r--x11-plugins/wmmon/files/digest-wmmon-1.0_beta2-r11
-rw-r--r--x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild31
-rw-r--r--x11-plugins/wmmon/wmmon-1.0_beta2.ebuild24
5 files changed, 80 insertions, 0 deletions
diff --git a/x11-plugins/wmmon/ChangeLog b/x11-plugins/wmmon/ChangeLog
new file mode 100644
index 000000000000..69b43fa2b417
--- /dev/null
+++ b/x11-plugins/wmmon/ChangeLog
@@ -0,0 +1,23 @@
+# ChangeLog for x11-plugins/wmmon
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+*wmmon-1.0_beta2-r1 (9-Feb-2002)
+
+ 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 9 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmmon-1.0_beta2.ebuild :
+
+ Fixed to make use of $CFLAGS.
+
+*wmmon-1.0_beta2 (7-Feb-2002)
+
+ 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmmon-1.0_beta2.ebuild :
+
+ Fixed and added to portage.
+
+ 7 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmmon-1.0_beta2.ebuild :
+
+ First version of this portage.
diff --git a/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2 b/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2
new file mode 100644
index 000000000000..aa0d5acf08e0
--- /dev/null
+++ b/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2
@@ -0,0 +1 @@
+MD5 1b8c780b8c24a6958c69330fef4171df wmmon-1_0b2.tar.gz 21589
diff --git a/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2-r1 b/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2-r1
new file mode 100644
index 000000000000..aa0d5acf08e0
--- /dev/null
+++ b/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2-r1
@@ -0,0 +1 @@
+MD5 1b8c780b8c24a6958c69330fef4171df wmmon-1_0b2.tar.gz 21589
diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild
new file mode 100644
index 000000000000..2df22f002ba6
--- /dev/null
+++ b/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $
+S="${WORKDIR}/wmmon.app"
+
+DESCRIPTION="Dockable system resources monitor applette for WindowMaker"
+WMMON_VERSION=1_0b2
+SRC_URI="http://rpig.dyndns.org/~anstinus/Linux/wmmon-${WMMON_VERSION}.tar.gz"
+HOMEPAGE="http://www.bensinclair.com/dockapp/"
+
+DEPEND="x11-wm/WindowMaker"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc sparc64"
+
+src_unpack() {
+ unpack "${A}"
+ cd "${S}/wmmon"
+ mv Makefile Makefile.orig
+ sed -e "s|-O2|${CFLAGS}|" Makefile.orig > Makefile
+}
+
+src_compile() {
+ emake -C wmmon || die
+}
+
+src_install () {
+ dobin wmmon/wmmon
+ dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO
+}
diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild
new file mode 100644
index 000000000000..7aaa66ffcd91
--- /dev/null
+++ b/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+S=${WORKDIR}/wmmon.app
+DESCRIPTION="Dockable system resources monitor applette for WindowMaker"
+WMMON_VERSION=1_0b2
+SRC_URI="http://rpig.dyndns.org/~anstinus/Linux/wmmon-${WMMON_VERSION}.tar.gz"
+HOMEPAGE="http://www.bensinclair.com/dockapp/"
+
+DEPEND="x11-wm/WindowMaker"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc sparc64"
+
+src_compile() {
+ emake -C wmmon || die
+}
+
+src_install () {
+ dobin wmmon/wmmon
+ dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO
+}