summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-15 17:11:28 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-15 17:11:28 +0000
commit04b4b3ba1e2fc297284f2b964e16798c20e7245b (patch)
treedbc8cafde968316a19be602f89bf54f10400a86b /x11-plugins/wmmsg
parentnew package (diff)
downloadhistorical-04b4b3ba1e2fc297284f2b964e16798c20e7245b.tar.gz
historical-04b4b3ba1e2fc297284f2b964e16798c20e7245b.tar.bz2
historical-04b4b3ba1e2fc297284f2b964e16798c20e7245b.zip
new package
Diffstat (limited to 'x11-plugins/wmmsg')
-rw-r--r--x11-plugins/wmmsg/Manifest3
-rw-r--r--x11-plugins/wmmsg/files/digest-wmmsg-1.01
-rw-r--r--x11-plugins/wmmsg/wmmsg-1.0.ebuild27
3 files changed, 30 insertions, 1 deletions
diff --git a/x11-plugins/wmmsg/Manifest b/x11-plugins/wmmsg/Manifest
index 4d8d5d370ba8..8a44645ea1f4 100644
--- a/x11-plugins/wmmsg/Manifest
+++ b/x11-plugins/wmmsg/Manifest
@@ -1,2 +1,3 @@
-MD5 e29cf2ef9bbcafeb57acac17f42da5b0 wmmsg-1.0.ebuild 695
+MD5 e6af3e3b55e3a1ae25a713721500a6f7 wmmsg-1.0.ebuild 793
+MD5 bb0d61d6ae124a384a42389293c2a907 ChangeLog 393
MD5 8adc545af7c510d95d9464b601ecd2ad files/digest-wmmsg-1.0 61
diff --git a/x11-plugins/wmmsg/files/digest-wmmsg-1.0 b/x11-plugins/wmmsg/files/digest-wmmsg-1.0
new file mode 100644
index 000000000000..27eae9e97d80
--- /dev/null
+++ b/x11-plugins/wmmsg/files/digest-wmmsg-1.0
@@ -0,0 +1 @@
+MD5 89e62bc556df85fb4b12b0d2a2f19118 wmmsg-1.0.tar.gz 233601
diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild
new file mode 100644
index 000000000000..30169690e333
--- /dev/null
+++ b/x11-plugins/wmmsg/wmmsg-1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.1 2003/04/15 17:11:19 liquidx Exp $
+
+DESCRIPTION="wmmsg is a dockapp that informs you of new events, such as incoming chat messages, by displaying related icons and arrival times"
+HOMEPAGE="http://taxiway.swapspace.net/~matt/wmmsg/"
+SRC_URI="http://taxiway.swapspace.net/~matt/wmmsg/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/x11
+ =x11-libs/gtk+-1.2*
+ media-libs/imlib2"
+S=${WORKDIR}/${PN}
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ einstall
+ dodoc AUTHORS COPYING INSTALL NEWS README TODO Changelog
+ insinto /usr/share/doc/${PF}
+ doins wmmsgrc
+}