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/wmppp
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/wmppp')
-rw-r--r--x11-plugins/wmppp/ChangeLog13
-rw-r--r--x11-plugins/wmppp/files/digest-wmppp-1.3.01
-rw-r--r--x11-plugins/wmppp/wmppp-1.3.0.ebuild27
3 files changed, 41 insertions, 0 deletions
diff --git a/x11-plugins/wmppp/ChangeLog b/x11-plugins/wmppp/ChangeLog
new file mode 100644
index 000000000000..592f1438b44c
--- /dev/null
+++ b/x11-plugins/wmppp/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for x11-plugins/wmppp
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmppp/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+*wmppp-1.3.0 (7-Feb-2002)
+
+ 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmppp-1.3.0.ebuild :
+
+ Just added to portage.
diff --git a/x11-plugins/wmppp/files/digest-wmppp-1.3.0 b/x11-plugins/wmppp/files/digest-wmppp-1.3.0
new file mode 100644
index 000000000000..52c2e95958f6
--- /dev/null
+++ b/x11-plugins/wmppp/files/digest-wmppp-1.3.0
@@ -0,0 +1 @@
+MD5 40ab9b9f905f461d54d8d93f1d143a81 wmppp-1.3.0.tar.gz 31187
diff --git a/x11-plugins/wmppp/wmppp-1.3.0.ebuild b/x11-plugins/wmppp/wmppp-1.3.0.ebuild
new file mode 100644
index 000000000000..ee1433afb3ca
--- /dev/null
+++ b/x11-plugins/wmppp/wmppp-1.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright (c) Vitaly Kushneriuk
+# Distributed under the terms of the GNU General Public License, v2.
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmppp/wmppp-1.3.0.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+S=${WORKDIR}/wmppp.app/wmppp
+DESCRIPTION="Network monitoring dock.app"
+SRC_URI="http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/${P}.tar.gz"
+HOMEPAGE="http://www.linux.tucows.com"
+
+DEPEND="virtual/x11"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc sparc64"
+
+src_compile() {
+ emake all || die
+}
+
+src_install () {
+ dobin wmppp
+ exeinto /etc/ppp
+ doexe getmodemspeed
+ dodoc user.wmppprc
+ cd ..
+ dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO
+}