diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
commit | 425e3f458fe1a5cfdf3c6a3428215f4483307747 (patch) | |
tree | 0eee246ccba7098070d351136796036965dff197 /x11-plugins/wmcms | |
parent | Security update. (diff) | |
download | gentoo-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/wmcms')
-rw-r--r-- | x11-plugins/wmcms/ChangeLog | 17 | ||||
-rw-r--r-- | x11-plugins/wmcms/files/digest-wmcms-0.3.5 | 1 | ||||
-rw-r--r-- | x11-plugins/wmcms/wmcms-0.3.5.ebuild | 22 |
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-plugins/wmcms/ChangeLog b/x11-plugins/wmcms/ChangeLog new file mode 100644 index 000000000000..ec1fa7b06684 --- /dev/null +++ b/x11-plugins/wmcms/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for x11-plugins/wmcms +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmcms-0.3.5 (1 Feb 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/wmcms/files/digest-wmcms-0.3.5 b/x11-plugins/wmcms/files/digest-wmcms-0.3.5 new file mode 100644 index 000000000000..96367ea8b7c2 --- /dev/null +++ b/x11-plugins/wmcms/files/digest-wmcms-0.3.5 @@ -0,0 +1 @@ +MD5 8f6471bc10ed767bdd4fc3320cd3136c wmcms-0.3.5.tar.bz2 18920 diff --git a/x11-plugins/wmcms/wmcms-0.3.5.ebuild b/x11-plugins/wmcms/wmcms-0.3.5.ebuild new file mode 100644 index 000000000000..5d57f4cb251b --- /dev/null +++ b/x11-plugins/wmcms/wmcms-0.3.5.ebuild @@ -0,0 +1,22 @@ +# Copyright (c) Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App." +SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2" +HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html" + +DEPEND=">=x11-libs/docklib-0.2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + make || die +} + +src_install () { + dobin wmcms +} |