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/wmmail
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/wmmail')
-rw-r--r--x11-plugins/wmmail/ChangeLog13
-rw-r--r--x11-plugins/wmmail/files/digest-wmmail-0.641
-rw-r--r--x11-plugins/wmmail/wmmail-0.64.ebuild32
3 files changed, 46 insertions, 0 deletions
diff --git a/x11-plugins/wmmail/ChangeLog b/x11-plugins/wmmail/ChangeLog
new file mode 100644
index 000000000000..f42c9d034821
--- /dev/null
+++ b/x11-plugins/wmmail/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for x11-plugins/wmmail
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmail/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+*wmmail-0.64 (19-Feb-2002)
+
+ 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 19 Feb 2002; Arcady Genkin <agenkin@thpoon.com> wmmail-0.64.ebuild :
+
+ Initial version of this package.
diff --git a/x11-plugins/wmmail/files/digest-wmmail-0.64 b/x11-plugins/wmmail/files/digest-wmmail-0.64
new file mode 100644
index 000000000000..4f910da0c617
--- /dev/null
+++ b/x11-plugins/wmmail/files/digest-wmmail-0.64
@@ -0,0 +1 @@
+MD5 fc596db9f2f6b52eec3a303178106c8e WMMail.app-0.64.tar.gz 147305
diff --git a/x11-plugins/wmmail/wmmail-0.64.ebuild b/x11-plugins/wmmail/wmmail-0.64.ebuild
new file mode 100644
index 000000000000..6f507597a643
--- /dev/null
+++ b/x11-plugins/wmmail/wmmail-0.64.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmail/wmmail-0.64.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+MY_PN=WMMail.app
+MY_P=${MY_P}-${PV}
+S=${WORKDIR}/${MY_PN}
+DESCRIPTION="Mail checking dock applet for WindowMaker (mbox, POP3, IMAP, mh, and MailDir)"
+HOMEPAGE="http://www.eecg.toronto.edu/cgi-bin/cgiwrap/chanb/index.cgi?wmmail"
+SRC_URI="http://www.eecg.utoronto.ca/~chanb/${MY_PN}/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc sparc64"
+
+DEPEND="virtual/x11
+ x11-libs/libPropList"
+
+src_compile() {
+ econf || die "./configure failed"
+ emake || die
+}
+
+src_install () {
+ cd "${S}"
+ make DESTDIR="${D}" install || die
+ dodir /usr/bin
+ dosym /usr/lib/GNUstep/Apps/${MY_PN}/WMMail /usr/bin/wmmail
+ dodoc AUTHORS COPYING NEWS README doc/Help.txt
+ mv doc/wmmail.man doc/wmmail.1
+ doman doc/wmmail.1
+}