diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-22 22:22:38 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-22 22:22:38 +0000 |
commit | d2ab63b1535dc1f8df93a303eeff03c1a78bd6f1 (patch) | |
tree | 849eb65b256a56986e198c0fb0248134630703c6 /x11-plugins | |
parent | stable on ppc64, bug #57588 (diff) | |
download | historical-d2ab63b1535dc1f8df93a303eeff03c1a78bd6f1.tar.gz historical-d2ab63b1535dc1f8df93a303eeff03c1a78bd6f1.tar.bz2 historical-d2ab63b1535dc1f8df93a303eeff03c1a78bd6f1.zip |
x11-plugins/wmmsg 1.0 stable for x86.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmsg/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmmsg/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.ebuild | 12 |
3 files changed, 13 insertions, 9 deletions
diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog index 99ed61acd59f..b88732335cc6 100644 --- a/x11-plugins/wmmsg/ChangeLog +++ b/x11-plugins/wmmsg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmmsg # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.3 2004/06/24 23:14:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.4 2004/07/22 22:22:38 s4t4n Exp $ + + 23 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmmsg-1.0.ebuild: + Updated dodoc so that it does not try to install non-existent files. + Stable for x86. 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> wmmsg-1.0.ebuild: Add die following econf for bug 48950 diff --git a/x11-plugins/wmmsg/Manifest b/x11-plugins/wmmsg/Manifest index 757bdce91424..456ce19a6eca 100644 --- a/x11-plugins/wmmsg/Manifest +++ b/x11-plugins/wmmsg/Manifest @@ -1,4 +1,4 @@ -MD5 91ca355462e8fa5de463ea24c292444c wmmsg-1.0.ebuild 807 -MD5 4e6831e0ff70041a63540faae2ef2489 ChangeLog 494 +MD5 64b48ce9648e10a3ad19c723048084a6 wmmsg-1.0.ebuild 854 +MD5 4a522bef11ae3c8689305572b0eab528 ChangeLog 651 MD5 8e6a48972cb282dba7974e1aec516d3f metadata.xml 489 MD5 8adc545af7c510d95d9464b601ecd2ad files/digest-wmmsg-1.0 61 diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild index fbf70cbe8686..e0471c47d0d3 100644 --- a/x11-plugins/wmmsg/wmmsg-1.0.ebuild +++ b/x11-plugins/wmmsg/wmmsg-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # 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.5 2004/06/24 23:14:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.6 2004/07/22 22:22:38 s4t4n 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 amd64" +KEYWORDS="x86 amd64" IUSE="" DEPEND="virtual/x11 =x11-libs/gtk+-1.2* @@ -15,13 +15,13 @@ DEPEND="virtual/x11 S=${WORKDIR}/${PN} src_compile() { - econf || die "econf failed" - emake || die + econf || die "Configuration failed." + emake || die "Compilation failed." } src_install() { - einstall - dodoc AUTHORS COPYING INSTALL NEWS README TODO Changelog + einstall || die "Installation failed." + dodoc AUTHORS COPYING INSTALL README Changelog insinto /usr/share/doc/${PF} doins wmmsgrc } |