From 425e3f458fe1a5cfdf3c6a3428215f4483307747 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Fri, 30 Aug 2002 07:44:13 +0000 Subject: moved WindowMaker dockapps from x11-misc to x11-plugins --- x11-plugins/wmapm/ChangeLog | 17 +++++++++++++++++ x11-plugins/wmapm/files/digest-wmapm-3.1 | 1 + x11-plugins/wmapm/wmapm-3.1.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 x11-plugins/wmapm/ChangeLog create mode 100644 x11-plugins/wmapm/files/digest-wmapm-3.1 create mode 100644 x11-plugins/wmapm/wmapm-3.1.ebuild (limited to 'x11-plugins/wmapm') 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 * : + + Relocated to x11-plugins + + 1 Feb 2002; G.Bevin 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 +} -- cgit v1.2.3-65-gdbad