diff options
author | Vitaly Kushneriuk <vitaly@gentoo.org> | 2002-02-07 08:49:58 +0000 |
---|---|---|
committer | Vitaly Kushneriuk <vitaly@gentoo.org> | 2002-02-07 08:49:58 +0000 |
commit | b780824c2c4f27a62aa632c8297146da6ffadb7a (patch) | |
tree | 084a58d08ea0f0345741b0759ce059ac1cf06d17 /x11-misc/wmmon | |
parent | Committed to be able to work on it elsewhere, DON'T USE ! (diff) | |
download | gentoo-2-b780824c2c4f27a62aa632c8297146da6ffadb7a.tar.gz gentoo-2-b780824c2c4f27a62aa632c8297146da6ffadb7a.tar.bz2 gentoo-2-b780824c2c4f27a62aa632c8297146da6ffadb7a.zip |
couple of wmaker dockapps from Arcady Genkin.
Diffstat (limited to 'x11-misc/wmmon')
-rw-r--r-- | x11-misc/wmmon/ChangeLog | 13 | ||||
-rw-r--r-- | x11-misc/wmmon/files/digest-wmmon-1.0_beta2 | 1 | ||||
-rw-r--r-- | x11-misc/wmmon/wmmon-1.0_beta2.ebuild | 21 |
3 files changed, 35 insertions, 0 deletions
diff --git a/x11-misc/wmmon/ChangeLog b/x11-misc/wmmon/ChangeLog new file mode 100644 index 000000000000..096e7e68d5cb --- /dev/null +++ b/x11-misc/wmmon/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmmon/ChangeLog,v 1.1 2002/02/07 08:49:58 vitaly Exp $ + +*wmMatrix-0.2 (7-Feb-2002) + + 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmMatrix-0.2.ebuild : + + Fixed and added to portage. + + 7 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmMatrix-0.2.ebuild : + + First version of this portage. diff --git a/x11-misc/wmmon/files/digest-wmmon-1.0_beta2 b/x11-misc/wmmon/files/digest-wmmon-1.0_beta2 new file mode 100644 index 000000000000..aa0d5acf08e0 --- /dev/null +++ b/x11-misc/wmmon/files/digest-wmmon-1.0_beta2 @@ -0,0 +1 @@ +MD5 1b8c780b8c24a6958c69330fef4171df wmmon-1_0b2.tar.gz 21589 diff --git a/x11-misc/wmmon/wmmon-1.0_beta2.ebuild b/x11-misc/wmmon/wmmon-1.0_beta2.ebuild new file mode 100644 index 000000000000..3136f3e5c91a --- /dev/null +++ b/x11-misc/wmmon/wmmon-1.0_beta2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Arcady Genkin <agenkin@thpoon.com> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmmon/wmmon-1.0_beta2.ebuild,v 1.1 2002/02/07 08:49:58 vitaly 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-base/xfree x11-wm/WindowMaker virtual/glibc" + +src_compile() { + emake -C wmmon || die +} + +src_install () { + dobin wmmon/wmmon + dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO +} |