diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-07-12 18:20:33 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-07-12 18:20:33 +0000 |
commit | d0c84312d1aecb1e5563d9f5beac421a15c1ef6e (patch) | |
tree | 0fcaa37200fb5a47a19276c4cefed840672452ca /net-im/mu-conference | |
parent | Fix elog statement; bug #272925 (diff) | |
download | gentoo-2-d0c84312d1aecb1e5563d9f5beac421a15c1ef6e.tar.gz gentoo-2-d0c84312d1aecb1e5563d9f5beac421a15c1ef6e.tar.bz2 gentoo-2-d0c84312d1aecb1e5563d9f5beac421a15c1ef6e.zip |
Fix elog statement; bug #272927
(Portage version: 2.2_rc33-r1/cvs/Linux i686)
Diffstat (limited to 'net-im/mu-conference')
-rw-r--r-- | net-im/mu-conference/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/mu-conference/mu-conference-0.6.0-r1.ebuild | 6 | ||||
-rw-r--r-- | net-im/mu-conference/mu-conference-0.6.0-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-im/mu-conference/ChangeLog b/net-im/mu-conference/ChangeLog index ecad57a5e538..fc9ead8eecff 100644 --- a/net-im/mu-conference/ChangeLog +++ b/net-im/mu-conference/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/mu-conference -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/ChangeLog,v 1.22 2009/03/01 12:17:45 patrick Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/ChangeLog,v 1.23 2009/07/12 18:20:33 halcy0n Exp $ + + 12 Jul 2009; Mark Loeser <halcy0n@gentoo.org> + mu-conference-0.6.0-r1.ebuild, mu-conference-0.6.0-r2.ebuild: + Fix elog statement; bug #272927 *mu-conference-0.7 (01 Mar 2009) diff --git a/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild b/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild index 1ac15fa7f891..43263f5d6759 100644 --- a/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild +++ b/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild,v 1.12 2008/01/08 08:30:42 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild,v 1.13 2009/07/12 18:20:33 halcy0n Exp $ inherit eutils @@ -50,7 +50,7 @@ src_install() { pkg_postinst() { elog - elog "Please read /usr/share/doc/${PF}/README.Gentoo.gz" + elog "Please read README.Gentoo in /usr/share/doc/${PF}/" elog "And please notice that now muc-transport comes with a init.d script" elog "dont forget to add it to your runlevel." elog diff --git a/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild b/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild index 11472fdb5e8c..91f7ef01abc7 100644 --- a/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild +++ b/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild,v 1.11 2008/01/08 08:30:42 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild,v 1.12 2009/07/12 18:20:33 halcy0n Exp $ inherit eutils @@ -52,7 +52,7 @@ src_install() { pkg_postinst() { elog - elog "Please read /usr/share/doc/${PF}/README.Gentoo.gz" + elog "Please read README.Gentoo in /usr/share/doc/${PF}/" elog "And please notice that now muc-transport comes with a init.d script" elog "dont forget to add it to your runlevel." elog |