Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/hamachi: hamachi-0.9.9.9_p20-r2.ebuild ChangeLog
Date: Wed, 10 Sep 2008 15:58:56
Message-Id: E1KdS5l-00071c-Ta@stork.gentoo.org
1 darkside 08/09/10 15:58:53
2
3 Modified: hamachi-0.9.9.9_p20-r2.ebuild ChangeLog
4 Log:
5 Added postinst instructions for bug #218481, thanks to Franz Metz for the suggestion
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.22-gentoo-r2 i686)
7
8 Revision Changes Path
9 1.8 net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild?r1=1.7&r2=1.8
14
15 Index: hamachi-0.9.9.9_p20-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- hamachi-0.9.9.9_p20-r2.ebuild 12 Jul 2007 02:52:15 -0000 1.7
22 +++ hamachi-0.9.9.9_p20-r2.ebuild 10 Sep 2008 15:58:53 -0000 1.8
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild,v 1.7 2007/07/12 02:52:15 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hamachi/hamachi-0.9.9.9_p20-r2.ebuild,v 1.8 2008/09/10 15:58:53 darkside Exp $
29
30 inherit eutils linux-info
31
32 @@ -49,7 +49,7 @@
33
34 src_compile() {
35 # Compile Tuncfg
36 - make -sC ${S}/tuncfg || die "Compiling of tunecfg failed"
37 + make -sC "${S}"/tuncfg || die "Compiling of tunecfg failed"
38 }
39
40 src_install() {
41 @@ -71,9 +71,9 @@
42
43 # Config files
44 einfo "Installing config files"
45 - newinitd ${FILESDIR}/tuncfg.initd tuncfg
46 - newconfd ${FILESDIR}/hamachi.confd hamachi
47 - newinitd ${FILESDIR}/hamachi.initd hamachi
48 + newinitd "${FILESDIR}"/tuncfg.initd tuncfg
49 + newconfd "${FILESDIR}"/hamachi.confd hamachi
50 + newinitd "${FILESDIR}"/hamachi.initd hamachi
51
52 # Docs
53 dodoc CHANGES README LICENSE LICENSE.openssh LICENSE.openssl LICENSE.tuncfg
54 @@ -98,4 +98,10 @@
55
56 einfo "To start Hamachi just type:"
57 einfo "/etc/init.d/hamachi start"
58 +
59 + # added for bug #218481
60 + einfo "If the 'hamachi' command shows no output, use the following command"
61 + einfo "to extract the hamachi executable either with app-arch/upx or"
62 + einfo "app-arch/upx-ucl:"
63 + einfo "/opt/bin/upx -d /usr/bin/hamachi"
64 }
65
66
67
68 1.9 net-misc/hamachi/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hamachi/ChangeLog?rev=1.9&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hamachi/ChangeLog?rev=1.9&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hamachi/ChangeLog?r1=1.8&r2=1.9
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/net-misc/hamachi/ChangeLog,v
77 retrieving revision 1.8
78 retrieving revision 1.9
79 diff -u -r1.8 -r1.9
80 --- ChangeLog 19 Jul 2008 12:27:57 -0000 1.8
81 +++ ChangeLog 10 Sep 2008 15:58:53 -0000 1.9
82 @@ -1,6 +1,11 @@
83 # ChangeLog for net-misc/hamachi
84 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hamachi/ChangeLog,v 1.8 2008/07/19 12:27:57 caleb Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hamachi/ChangeLog,v 1.9 2008/09/10 15:58:53 darkside Exp $
87 +
88 + 10 Sep 2008; Jeremy Olexa <darkside@g.o>
89 + hamachi-0.9.9.9_p20-r2.ebuild:
90 + Added postinst instructions for bug #218481, thanks to Franz Metz for the
91 + suggestion
92
93 19 Jul 2008; Caleb Tennis <caleb@g.o> metadata.xml:
94 change to maintainer-needed