summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
commit425e3f458fe1a5cfdf3c6a3428215f4483307747 (patch)
tree0eee246ccba7098070d351136796036965dff197 /x11-plugins/wmapm
parentSecurity update. (diff)
downloadgentoo-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/wmapm')
-rw-r--r--x11-plugins/wmapm/ChangeLog17
-rw-r--r--x11-plugins/wmapm/files/digest-wmapm-3.11
-rw-r--r--x11-plugins/wmapm/wmapm-3.1.ebuild24
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/wmapm/ChangeLog b/x11-plugins/wmapm/ChangeLog
new file mode 100644
index 000000000000..8b4257e716d0
--- /dev/null
+++ b/x11-plugins/wmapm/ChangeLog
@@ -0,0 +1,17 @@
+# ChangeLog for x11-plugins/wmapm
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+*wmapm-3.1 (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/wmapm/files/digest-wmapm-3.1 b/x11-plugins/wmapm/files/digest-wmapm-3.1
new file mode 100644
index 000000000000..377c50dcf695
--- /dev/null
+++ b/x11-plugins/wmapm/files/digest-wmapm-3.1
@@ -0,0 +1 @@
+MD5 5a62620d49b5cc4c2250e013149ca1e9 wmapm-3.1.tar.gz 28321
diff --git a/x11-plugins/wmapm/wmapm-3.1.ebuild b/x11-plugins/wmapm/wmapm-3.1.ebuild
new file mode 100644
index 000000000000..e0e8ca41ebe2
--- /dev/null
+++ b/x11-plugins/wmapm/wmapm-3.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Vitaly Kushneriuk
+# Distributed under the terms of the GNU General Public License, v2.
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+S=${WORKDIR}/${P}/wmapm
+DESCRIPTION="WMaker DockApp: Battery/Power status monitor for laptops"
+SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz"
+HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml"
+
+DEPEND="virtual/x11"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="x86 sparc sparc64"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ mkdir -p ${D}/usr/bin
+ mkdir -p ${D}/usr/man/man1
+ make DESTDIR=${D}/usr install || die
+}