summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-01-14 07:02:24 +0000
committerNick Hadaway <raker@gentoo.org>2003-01-14 07:02:24 +0000
commitf88c22986a5d72826287416c90b3a1e6b0895706 (patch)
tree316f3e242c8d6e48f99cb19593d0d8aa236d7f70 /x11-plugins
parentExpanding gtk-engines-geramik reference (diff)
downloadgentoo-2-f88c22986a5d72826287416c90b3a1e6b0895706.tar.gz
gentoo-2-f88c22986a5d72826287416c90b3a1e6b0895706.tar.bz2
gentoo-2-f88c22986a5d72826287416c90b3a1e6b0895706.zip
New ebuild. dockapp for checking pop3 accounts.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmpop3/ChangeLog9
-rw-r--r--x11-plugins/wmpop3/files/digest-wmpop3-0.5.6a1
-rw-r--r--x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild31
3 files changed, 41 insertions, 0 deletions
diff --git a/x11-plugins/wmpop3/ChangeLog b/x11-plugins/wmpop3/ChangeLog
new file mode 100644
index 000000000000..e6a6cfd0817f
--- /dev/null
+++ b/x11-plugins/wmpop3/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/wmpop3
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/ChangeLog,v 1.1 2003/01/14 07:02:24 raker Exp $
+
+*wmpop3-0.5.6a (14 Jan 2003)
+
+ 14 Jan 2003; Nick Hadaway <raker@gentoo.org> wmpop3-0.5.6a.ebuild,
+ files/digest-wmpop3-0.5.6a :
+ New ebuild. dockapp for checking a pop3 server.
diff --git a/x11-plugins/wmpop3/files/digest-wmpop3-0.5.6a b/x11-plugins/wmpop3/files/digest-wmpop3-0.5.6a
new file mode 100644
index 000000000000..2f74df505521
--- /dev/null
+++ b/x11-plugins/wmpop3/files/digest-wmpop3-0.5.6a
@@ -0,0 +1 @@
+MD5 3811e12492c6b4f4cb41f3a4ead43004 WMPop3-0.5.6a.tar.gz 23532
diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild
new file mode 100644
index 000000000000..b65554ab9976
--- /dev/null
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild,v 1.1 2003/01/14 07:02:24 raker Exp $
+
+DESCRIPTION="dockapp for checking pop3 accounts"
+HOMEPAGE="http://www.cs.mun.ca/~scotth/"
+SRC_URI="http://www.cs.mun.ca/~scotth/download/${P/wmpop3/WMPop3}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/glibc
+ virtual/x11
+ x11-wm/WindowMaker"
+S=${WORKDIR}/${P}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}/wmpop3
+ mv Makefile Makefile.orig
+ sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile
+}
+
+src_compile() {
+ emake -C wmpop3 || die "parallel make failed"
+}
+
+src_install() {
+ dobin wmpop3/wmpop3
+ dodoc CHANGE_LOG README
+}