summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-03 15:47:17 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-03 15:47:17 +0000
commit84648185164b8b30b04188f730930efc15895def (patch)
treea3269e69046b5250970490d8454fe954a3d02fb2 /x11-plugins/wmapm
parentadded PPC to keywords, bump version to 0.93 (diff)
downloadhistorical-84648185164b8b30b04188f730930efc15895def.tar.gz
historical-84648185164b8b30b04188f730930efc15895def.tar.bz2
historical-84648185164b8b30b04188f730930efc15895def.zip
FHS compliant
Diffstat (limited to 'x11-plugins/wmapm')
-rw-r--r--x11-plugins/wmapm/ChangeLog9
-rw-r--r--x11-plugins/wmapm/wmapm-3.1-r1.ebuild27
2 files changed, 35 insertions, 1 deletions
diff --git a/x11-plugins/wmapm/ChangeLog b/x11-plugins/wmapm/ChangeLog
index 8b4257e716d0..eeb4e17e8061 100644
--- a/x11-plugins/wmapm/ChangeLog
+++ b/x11-plugins/wmapm/ChangeLog
@@ -1,6 +1,13 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/ChangeLog,v 1.2 2002/11/03 15:47:17 seemant Exp $
+
+*wmapm-3.1-r1 (03 Nov 2002)
+
+ 03 Nov 2002; Seemant Kulleen <seemant@gentoo.org> wmapm-3.1-r1.ebuild
+ files/digest-wmapm-3.1-r1 :
+
+ Made more FHS compliant, and installed documentation.
*wmapm-3.1 (1 Feb 2002)
diff --git a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild
new file mode 100644
index 000000000000..2f01875901a5
--- /dev/null
+++ b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2.
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v 1.1 2002/11/03 15:47:17 seemant Exp $
+
+S=${WORKDIR}/${P}/${PN}
+DESCRIPTION="WindowMaker 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"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc sparc64"
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ cd ${S}
+ dobin wmapm
+ doman wmapm.1
+
+ cd ..
+ dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO
+}