summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-07-12 18:22:01 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-07-12 18:22:01 +0000
commit391b489681b07ebf02ea7f26a70beffd032dd218 (patch)
tree824c4cc5e636c3c92612fb34059b76e9f0ca6a76 /net-im
parentFix elog statement; bug #272927 (diff)
downloadhistorical-391b489681b07ebf02ea7f26a70beffd032dd218.tar.gz
historical-391b489681b07ebf02ea7f26a70beffd032dd218.tar.bz2
historical-391b489681b07ebf02ea7f26a70beffd032dd218.zip
Fix elog statement; bug #272929
Package-Manager: portage-2.2_rc33-r1/cvs/Linux i686
Diffstat (limited to 'net-im')
-rw-r--r--net-im/yahoo-transport/ChangeLog9
-rw-r--r--net-im/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild6
-rw-r--r--net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild6
-rw-r--r--net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild6
4 files changed, 16 insertions, 11 deletions
diff --git a/net-im/yahoo-transport/ChangeLog b/net-im/yahoo-transport/ChangeLog
index e438a5d5777d..25b4bf5a007e 100644
--- a/net-im/yahoo-transport/ChangeLog
+++ b/net-im/yahoo-transport/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/yahoo-transport
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/ChangeLog,v 1.26 2008/01/08 08:32:55 nelchael Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/ChangeLog,v 1.27 2009/07/12 18:22:01 halcy0n Exp $
+
+ 12 Jul 2009; Mark Loeser <halcy0n@gentoo.org>
+ yahoo-transport-2.3.0-r3.ebuild, yahoo-transport-2.3.1-r1.ebuild,
+ yahoo-transport-2.3.2.ebuild:
+ Fix elog statement; bug #272929
08 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org>
yahoo-transport-2.3.0-r3.ebuild, yahoo-transport-2.3.1-r1.ebuild,
diff --git a/net-im/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild b/net-im/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild
index ccd11782171f..0e7619816781 100644
--- a/net-im/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild
+++ b/net-im/yahoo-transport/yahoo-transport-2.3.0-r3.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/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild,v 1.5 2008/01/08 08:32:55 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.0-r3.ebuild,v 1.6 2009/07/12 18:22:01 halcy0n Exp $
inherit eutils
@@ -44,7 +44,7 @@ src_install() {
pkg_postinst() {
elog
- elog "Please read /usr/share/doc/${P}/README.Gentoo.gz"
+ elog "Please read README.Gentoo in /usr/share/doc/${P}/"
elog "And please notice that now msn-transport comes with a init.d script"
elog "dont forget to add it to your runlevel."
elog
diff --git a/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild b/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild
index 14583c0e58fd..75c4c93e1d52 100644
--- a/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild
+++ b/net-im/yahoo-transport/yahoo-transport-2.3.1-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/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild,v 1.10 2008/01/08 08:32:55 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.1-r1.ebuild,v 1.11 2009/07/12 18:22:01 halcy0n Exp $
inherit eutils
@@ -40,7 +40,7 @@ src_install() {
pkg_postinst() {
elog
- elog "Please read /usr/share/doc/${P}/README.Gentoo.gz"
+ elog "Please read README.Gentoo in /usr/share/doc/${P}/"
elog "And please notice that now yahoo-transport comes with a init.d script"
elog "dont forget to add it to your runlevel."
elog
diff --git a/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild b/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild
index ff5e98228ce1..20fcde1877be 100644
--- a/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild
+++ b/net-im/yahoo-transport/yahoo-transport-2.3.2.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/yahoo-transport/yahoo-transport-2.3.2.ebuild,v 1.7 2008/01/08 08:32:55 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.2.ebuild,v 1.8 2009/07/12 18:22:01 halcy0n Exp $
inherit eutils
@@ -37,7 +37,7 @@ src_install() {
pkg_postinst() {
elog
- elog "Please read /usr/share/doc/${P}/README.Gentoo.gz"
+ elog "Please read README.Gentoo in /usr/share/doc/${P}/"
elog "And please notice that now yahoo-transport comes with a init.d script"
elog "dont forget to add it to your runlevel."
elog