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 | 06fc9828b174e8e4a42e94a0302c7d5a7cb98d96 (patch) | |
tree | f71c5b14fe1d1b39d95135ad69737ae64c0ab6b2 /x11-plugins/wmmsg | |
parent | stable on ppc64, bug #57588 (Manifest recommit) (diff) | |
download | gentoo-2-06fc9828b174e8e4a42e94a0302c7d5a7cb98d96.tar.gz gentoo-2-06fc9828b174e8e4a42e94a0302c7d5a7cb98d96.tar.bz2 gentoo-2-06fc9828b174e8e4a42e94a0302c7d5a7cb98d96.zip |
x11-plugins/wmmsg 1.0 stable for x86.
Diffstat (limited to 'x11-plugins/wmmsg')
-rw-r--r-- | x11-plugins/wmmsg/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.ebuild | 12 |
2 files changed, 11 insertions, 7 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/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 } |