diff options
-rw-r--r-- | x11-plugins/wmmsg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmmsg/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog index aa36e67e937a..62c22428bbee 100644 --- a/x11-plugins/wmmsg/ChangeLog +++ b/x11-plugins/wmmsg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmsg # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.7 2005/08/07 13:35:20 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.8 2005/11/11 09:45:07 s4t4n Exp $ + + 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmmsg-1.0.ebuild: + removed INSTALL and COPYING from dodoc. 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> wmmsg-1.0.ebuild: Stable on ppc. diff --git a/x11-plugins/wmmsg/Manifest b/x11-plugins/wmmsg/Manifest index 681354174ebe..8d05cee50226 100644 --- a/x11-plugins/wmmsg/Manifest +++ b/x11-plugins/wmmsg/Manifest @@ -1,4 +1,4 @@ +MD5 aaa55f1d0da989a2a2cf10ff87afb2fe wmmsg-1.0.ebuild 850 +MD5 f6e3e06e0d09423a480426dce7b5b974 ChangeLog 1034 MD5 8e6a48972cb282dba7974e1aec516d3f metadata.xml 489 -MD5 9a24171003eb006ce2c5d3b382727d7a ChangeLog 922 -MD5 182b74b94392a6b7329205ac56a6f9b3 wmmsg-1.0.ebuild 866 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 3e376a5f0b3d..f564b41f49a3 100644 --- a/x11-plugins/wmmsg/wmmsg-1.0.ebuild +++ b/x11-plugins/wmmsg/wmmsg-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.9 2005/08/07 13:35:20 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.10 2005/11/11 09:45:07 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/" @@ -21,7 +21,7 @@ src_compile() { src_install() { einstall || die "Installation failed." - dodoc AUTHORS COPYING INSTALL README Changelog + dodoc AUTHORS README Changelog insinto /usr/share/doc/${PF} doins wmmsgrc } |