diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-11-28 18:49:18 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-11-28 18:49:18 +0000 |
commit | 73a6c1ec3b38af3e0ad4216da95a0fed5e3c3779 (patch) | |
tree | fe4ab1265e61f4f1866fa2bef109e547530fcba8 /x11-plugins/wmmisc | |
parent | Version Bump. Closes bug #71431. (Manifest recommit) (diff) | |
download | gentoo-2-73a6c1ec3b38af3e0ad4216da95a0fed5e3c3779.tar.gz gentoo-2-73a6c1ec3b38af3e0ad4216da95a0fed5e3c3779.tar.bz2 gentoo-2-73a6c1ec3b38af3e0ad4216da95a0fed5e3c3779.zip |
Initial import of x11-plugins/wmmisc, version 0.9
Diffstat (limited to 'x11-plugins/wmmisc')
-rw-r--r-- | x11-plugins/wmmisc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmmisc/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmmisc/files/digest-wmmisc-0.9 | 1 | ||||
-rw-r--r-- | x11-plugins/wmmisc/metadata.xml | 5 | ||||
-rw-r--r-- | x11-plugins/wmmisc/wmmisc-0.9.ebuild | 26 |
5 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/wmmisc/ChangeLog b/x11-plugins/wmmisc/ChangeLog new file mode 100644 index 000000000000..4aa537c197db --- /dev/null +++ b/x11-plugins/wmmisc/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-plugins/wmmisc +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmisc/ChangeLog,v 1.1 2004/11/28 18:49:18 s4t4n Exp $ + +*wmmisc-0.9 (28 Nov 2004) + + 28 Nov 2004; Michele Noberasco <s4t4n@gentoo.org> wmmisc-0.9.ebuild: + Initial import. diff --git a/x11-plugins/wmmisc/Manifest b/x11-plugins/wmmisc/Manifest new file mode 100644 index 000000000000..20a6e52dfa05 --- /dev/null +++ b/x11-plugins/wmmisc/Manifest @@ -0,0 +1,2 @@ +MD5 cd19e0fa0aa74fafe8624043cc1e76bf wmmisc-0.9.ebuild 649 +MD5 ad47537fa6f17cfab0bd45de09d30e4a files/digest-wmmisc-0.9 62 diff --git a/x11-plugins/wmmisc/files/digest-wmmisc-0.9 b/x11-plugins/wmmisc/files/digest-wmmisc-0.9 new file mode 100644 index 000000000000..fb5fa6e7ad0b --- /dev/null +++ b/x11-plugins/wmmisc/files/digest-wmmisc-0.9 @@ -0,0 +1 @@ +MD5 0ba4b7236a9946d828cf4b0daca216f9 wmmisc-0.9.tar.bz2 16651 diff --git a/x11-plugins/wmmisc/metadata.xml b/x11-plugins/wmmisc/metadata.xml new file mode 100644 index 000000000000..b1a9efc4f2f0 --- /dev/null +++ b/x11-plugins/wmmisc/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/wmmisc/wmmisc-0.9.ebuild b/x11-plugins/wmmisc/wmmisc-0.9.ebuild new file mode 100644 index 000000000000..0d0822117faf --- /dev/null +++ b/x11-plugins/wmmisc/wmmisc-0.9.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmisc/wmmisc-0.9.ebuild,v 1.1 2004/11/28 18:49:18 s4t4n Exp $ + +IUSE="" + +DESCRIPTION="WMaker DockApp to monitor the amount of users logged in, the total number of processes, the number of running processes, the total number of forks and the system load average." +HOMEPAGE="http://www.dockapps.org/file.php/id/160" +SRC_URI="http://www.dockapps.org/download.php/id/460/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/x11" + +src_compile() +{ + emake CFLAGS="${CFLAGS}" || die "Compilation failed" +} + +src_install() +{ + dodir /usr/bin + einstall || die "Installation failed" +} |