summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2003-12-16 22:00:48 +0000
committerIan Leitch <port001@gentoo.org>2003-12-16 22:00:48 +0000
commit81bbf22a4827e1bcc43f386a285d1b02d5fc887b (patch)
tree30da7f66c678e56cc3b385e5565f91bc96d83b47 /x11-plugins/wmpop
parentInitial commit, thanks to Jeff Stuart <jstuart@computer-city.net> for the ebu... (diff)
downloadgentoo-2-81bbf22a4827e1bcc43f386a285d1b02d5fc887b.tar.gz
gentoo-2-81bbf22a4827e1bcc43f386a285d1b02d5fc887b.tar.bz2
gentoo-2-81bbf22a4827e1bcc43f386a285d1b02d5fc887b.zip
Initial commit, thanks to Jeff Stuart <jstuart@computer-city.net> for the ebuild. #21288
Diffstat (limited to 'x11-plugins/wmpop')
-rw-r--r--x11-plugins/wmpop/ChangeLog10
-rw-r--r--x11-plugins/wmpop/Manifest4
-rw-r--r--x11-plugins/wmpop/files/digest-wmpop-0.531
-rw-r--r--x11-plugins/wmpop/metadata.xml5
-rw-r--r--x11-plugins/wmpop/wmpop-0.53.ebuild29
5 files changed, 48 insertions, 1 deletions
diff --git a/x11-plugins/wmpop/ChangeLog b/x11-plugins/wmpop/ChangeLog
new file mode 100644
index 000000000000..b9711247caf4
--- /dev/null
+++ b/x11-plugins/wmpop/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/wmpop
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.1 2003/12/16 22:00:35 port001 Exp $
+
+*wmpop-0.53 (16 Dec 2003)
+
+ 16 Dec 2003; Ian Leitch <port001@gentoo.org> wmpop-0.53.ebuild:
+ Initial commit, thanks to Jeff Stuart <jstuart@computer-city.net> for the
+ ebuild. #21288
+
diff --git a/x11-plugins/wmpop/Manifest b/x11-plugins/wmpop/Manifest
index cfb32cd80c15..90f507a6c65e 100644
--- a/x11-plugins/wmpop/Manifest
+++ b/x11-plugins/wmpop/Manifest
@@ -1,2 +1,4 @@
-MD5 665f9fa3a108ef94ebf6d7ede3592130 wmpop-0.53.ebuild 695
+MD5 ef31f479b990e5fac6f1f186b37410fa wmpop-0.53.ebuild 786
+MD5 9412d695b66091c43d52bb982588f023 ChangeLog 404
+MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 454e68f33f76b732c1f538b2c359f733 files/digest-wmpop-0.53 62
diff --git a/x11-plugins/wmpop/files/digest-wmpop-0.53 b/x11-plugins/wmpop/files/digest-wmpop-0.53
new file mode 100644
index 000000000000..b0e103a1a9cf
--- /dev/null
+++ b/x11-plugins/wmpop/files/digest-wmpop-0.53
@@ -0,0 +1 @@
+MD5 b806d75fb071ae1e6b3af1a877662ae1 wmpop-0.53.tar.gz 215022
diff --git a/x11-plugins/wmpop/metadata.xml b/x11-plugins/wmpop/metadata.xml
new file mode 100644
index 000000000000..2518313f5241
--- /dev/null
+++ b/x11-plugins/wmpop/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>desktop-misc</herd>
+</pkgmetadata>
diff --git a/x11-plugins/wmpop/wmpop-0.53.ebuild b/x11-plugins/wmpop/wmpop-0.53.ebuild
new file mode 100644
index 000000000000..7f8878151b07
--- /dev/null
+++ b/x11-plugins/wmpop/wmpop-0.53.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/wmpop-0.53.ebuild,v 1.1 2003/12/16 22:00:35 port001 Exp $
+
+IUSE=""
+
+DESCRIPTION="WMpop is a Window Maker DockApp for monitoring a local (mbox format) or POP3 and APOP mailbox."
+SRC_URI="http://jsautret.free.fr/wmpop/${P}.tar.gz"
+HOMEPAGE="http://wmpop.sautret.org/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="virtual/x11
+ =x11-libs/gtk+-1.2*
+ sys-devel/gettext
+ sys-devel/bison
+ media-sound/esound"
+
+src_compile() {
+ econf || die "Configure failed."
+ emake || die "Make failed"
+}
+
+src_install() {
+ einstall || die "Install failed"
+ dodoc AUTHORS COPYING README ChangeLog NEWS INSTALL TODO THANKS ABOUT-NLS
+}