summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmbiff')
-rw-r--r--x11-plugins/wmbiff/ChangeLog13
-rw-r--r--x11-plugins/wmbiff/files/digest-wmbiff-0.3.51
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.3.5.ebuild29
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-plugins/wmbiff/ChangeLog b/x11-plugins/wmbiff/ChangeLog
new file mode 100644
index 000000000000..200af3610edd
--- /dev/null
+++ b/x11-plugins/wmbiff/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for x11-plugins/wmbiff
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+*wmbiff-0.3.5 (7-Feb-2002)
+
+ 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmbiff-0.3.5.ebuild :
+
+ Just added to portage.
diff --git a/x11-plugins/wmbiff/files/digest-wmbiff-0.3.5 b/x11-plugins/wmbiff/files/digest-wmbiff-0.3.5
new file mode 100644
index 000000000000..2d8437ecf62d
--- /dev/null
+++ b/x11-plugins/wmbiff/files/digest-wmbiff-0.3.5
@@ -0,0 +1 @@
+MD5 c0138aa6f637ef7d89f5edb37df46308 wmbiff-0.3.5.tar.gz 43983
diff --git a/x11-plugins/wmbiff/wmbiff-0.3.5.ebuild b/x11-plugins/wmbiff/wmbiff-0.3.5.ebuild
new file mode 100644
index 000000000000..6a401b48d0df
--- /dev/null
+++ b/x11-plugins/wmbiff/wmbiff-0.3.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright (c) Vitaly Kushneriuk
+# Distributed under the terms of the GNU General Public License, v2.
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.3.5.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+S=${WORKDIR}/${P}/wmbiff
+DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes."
+SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz"
+HOMEPAGE="http://sourceforge.net/projects/wmbiff/"
+
+DEPEND="virtual/x11"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc sparc64"
+
+src_compile() {
+ # disabling crypt for now, until I have time to
+ # spend.
+ mv Makefile Makefile.orig
+ grep -v TLS Makefile.orig | grep -v gnutls > Makefile
+ emake || die
+}
+
+src_install () {
+ dobin wmbiff
+ doman wmbiff.1 wmbiffrc.5
+ cd ..
+ dodoc ChangeLog NEWS README README.licq TODO
+}