From e404f6b225b9ccbd1290e7dda3ff18c5842c0497 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Fri, 30 Aug 2002 07:44:13 +0000 Subject: moved WindowMaker dockapps from x11-misc to x11-plugins --- x11-plugins/wmmon/ChangeLog | 23 +++++++++++++++++ x11-plugins/wmmon/files/digest-wmmon-1.0_beta2 | 1 + x11-plugins/wmmon/files/digest-wmmon-1.0_beta2-r1 | 1 + x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild | 31 +++++++++++++++++++++++ x11-plugins/wmmon/wmmon-1.0_beta2.ebuild | 24 ++++++++++++++++++ 5 files changed, 80 insertions(+) create mode 100644 x11-plugins/wmmon/ChangeLog create mode 100644 x11-plugins/wmmon/files/digest-wmmon-1.0_beta2 create mode 100644 x11-plugins/wmmon/files/digest-wmmon-1.0_beta2-r1 create mode 100644 x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild create mode 100644 x11-plugins/wmmon/wmmon-1.0_beta2.ebuild (limited to 'x11-plugins/wmmon') 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 * : + + Relocated to x11-plugins + + 9 Feb 2002; Arcady Genkin wmmon-1.0_beta2.ebuild : + + Fixed to make use of $CFLAGS. + +*wmmon-1.0_beta2 (7-Feb-2002) + + 7 Feb 2002; Vitaly Kushneriuk wmmon-1.0_beta2.ebuild : + + Fixed and added to portage. + + 7 Feb 2002; Arcady Genkin 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 +} -- cgit v1.2.3-65-gdbad