Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/gogoc: gogoc-1.2-r2.ebuild ChangeLog gogoc-1.2-r1.ebuild
Date: Thu, 23 May 2013 20:40:02
Message-Id: 20130523203953.EA0AA2171D@flycatcher.gentoo.org
1 voyageur 13/05/23 20:39:53
2
3 Modified: gogoc-1.2-r2.ebuild ChangeLog
4 Removed: gogoc-1.2-r1.ebuild
5 Log:
6 Fix typo in postinst message, spotted by Chris Kerr <gingekerr@××××××××.uk> in bug #470116. Remove previous stable version
7
8 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
9
10 Revision Changes Path
11 1.7 net-misc/gogoc/gogoc-1.2-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gogoc/gogoc-1.2-r2.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gogoc/gogoc-1.2-r2.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gogoc/gogoc-1.2-r2.ebuild?r1=1.6&r2=1.7
16
17 Index: gogoc-1.2-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/gogoc/gogoc-1.2-r2.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- gogoc-1.2-r2.ebuild 8 Feb 2013 14:30:38 -0000 1.6
24 +++ gogoc-1.2-r2.ebuild 23 May 2013 20:39:53 -0000 1.7
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/gogoc-1.2-r2.ebuild,v 1.6 2013/02/08 14:30:38 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/gogoc-1.2-r2.ebuild,v 1.7 2013/05/23 20:39:53 voyageur Exp $
30
31 EAPI=4
32
33 @@ -88,7 +88,7 @@
34
35 pkg_postinst() {
36 elog "You should create an /etc/gogoc/gogoc.conf file starting from"
37 - elog "the sample configuration in /usr/share/doc/${PF}/gogo.conf.sample.*"
38 + elog "the sample configuration in /usr/share/doc/${PF}/gogoc.conf.sample.*"
39 elog ""
40 elog "To add support for a TSP IPv6 connection at startup,"
41 elog "remember to run:"
42
43
44
45 1.23 net-misc/gogoc/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gogoc/ChangeLog?rev=1.23&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gogoc/ChangeLog?rev=1.23&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gogoc/ChangeLog?r1=1.22&r2=1.23
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-misc/gogoc/ChangeLog,v
54 retrieving revision 1.22
55 retrieving revision 1.23
56 diff -u -r1.22 -r1.23
57 --- ChangeLog 8 Feb 2013 14:30:38 -0000 1.22
58 +++ ChangeLog 23 May 2013 20:39:53 -0000 1.23
59 @@ -1,6 +1,11 @@
60 # ChangeLog for net-misc/gogoc
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/ChangeLog,v 1.22 2013/02/08 14:30:38 jer Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/ChangeLog,v 1.23 2013/05/23 20:39:53 voyageur Exp $
64 +
65 + 23 May 2013; Bernard Cafarelli <voyageur@g.o> -gogoc-1.2-r1.ebuild,
66 + gogoc-1.2-r2.ebuild:
67 + Fix typo in postinst message, spotted by Chris Kerr <gingekerr@××××××××.uk>
68 + in bug #470116. Remove previous stable version
69
70 08 Feb 2013; Jeroen Roovers <jer@g.o> gogoc-1.2-r2.ebuild:
71 Stable for HPPA (bug #444324).