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 | 9c16be8e184a24202a5bcc253c8db7bce0047206 (patch) | |
tree | 49ddbb0eb48a09a33dd9947c940eb2a366a21ff6 /x11-plugins | |
parent | Version Bump. Closes bug #71431. (diff) | |
download | historical-9c16be8e184a24202a5bcc253c8db7bce0047206.tar.gz historical-9c16be8e184a24202a5bcc253c8db7bce0047206.tar.bz2 historical-9c16be8e184a24202a5bcc253c8db7bce0047206.zip |
Initial import of x11-plugins/wmmisc, version 0.9
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmisc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmmisc/Manifest | 4 | ||||
-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, 44 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..c295a5c24dff --- /dev/null +++ b/x11-plugins/wmmisc/Manifest @@ -0,0 +1,4 @@ +MD5 f03f34f56e89ca029fe8b4db19a430c6 wmmisc-0.9.ebuild 746 +MD5 e118b7c461b8dc7d06c62bf617118875 ChangeLog 324 +MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 +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" +} |