diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-15 17:11:28 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-15 17:11:28 +0000 |
commit | 7a9b6dacf44b29061588dd8c248f9ecd338b5e9d (patch) | |
tree | b7159aa1c628c3b50d0097cda522e9b69ca8a87f /x11-plugins/wmmsg | |
parent | new package (diff) | |
download | gentoo-2-7a9b6dacf44b29061588dd8c248f9ecd338b5e9d.tar.gz gentoo-2-7a9b6dacf44b29061588dd8c248f9ecd338b5e9d.tar.bz2 gentoo-2-7a9b6dacf44b29061588dd8c248f9ecd338b5e9d.zip |
new package
Diffstat (limited to 'x11-plugins/wmmsg')
-rw-r--r-- | x11-plugins/wmmsg/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmmsg/Manifest | 3 | ||||
-rw-r--r-- | x11-plugins/wmmsg/files/digest-wmmsg-1.0 | 1 | ||||
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.ebuild | 27 |
4 files changed, 39 insertions, 1 deletions
diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog new file mode 100644 index 000000000000..5cfb7bab96f0 --- /dev/null +++ b/x11-plugins/wmmsg/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-plugins/wmmsg +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.1 2003/04/15 17:11:19 liquidx Exp $ + +*wmmsg-1.0 (15 Apr 2003) + + 15 Apr 2003; Alastair Tse <liquidx@gentoo.org> Manifest, wmmsg-1.0.ebuild: + initial ebuild. contributed by Susie Edgeworth <arienadean@yahoo.com> + 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 +} |