Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vpnc: vpnc-0.5.1-r1.ebuild vpnc-0.5.1_p332.ebuild ChangeLog
Date: Sat, 22 Nov 2008 09:54:01
Message-Id: E1L3pBf-0001NV-9J@stork.gentoo.org
1 opfer 08/11/22 09:53:59
2
3 Modified: vpnc-0.5.1-r1.ebuild vpnc-0.5.1_p332.ebuild
4 ChangeLog
5 Log:
6 don't install COPYING file anymore as reported by coldwind on bug 247935; don't inherit linux-info.eclass anymore; remove die messages
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.8 net-misc/vpnc/vpnc-0.5.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: vpnc-0.5.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- vpnc-0.5.1-r1.ebuild 3 Nov 2008 13:02:49 -0000 1.7
23 +++ vpnc-0.5.1-r1.ebuild 22 Nov 2008 09:53:59 -0000 1.8
24 @@ -1,8 +1,6 @@
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/vpnc/vpnc-0.5.1-r1.ebuild,v 1.7 2008/11/03 13:02:49 armin76 Exp $
28 -
29 -inherit linux-info
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1-r1.ebuild,v 1.8 2008/11/22 09:53:59 opfer Exp $
31
32 DESCRIPTION="Free client for Cisco VPN routing software"
33 HOMEPAGE="http://www.unix-ag.uni-kl.de/~massar/vpnc/"
34 @@ -35,16 +33,18 @@
35 if use hybrid-auth && ! use bindist; then
36 hybridauthopts="OPENSSL_GPL_VIOLATION=-DOPENSSL_GPL_VIOLATION OPENSSLLIBS=-lcrypto"
37 fi
38 - emake ${hybridauthopts} || die "emake failed"
39 + emake ${hybridauthopts} || die
40 }
41
42 src_install() {
43 - emake PREFIX="/usr" DESTDIR="${D}" install || die "emake install failed"
44 + emake PREFIX="/usr" DESTDIR="${D}" install || die
45 dodoc README TODO VERSION
46 keepdir /var/run/vpnc
47 keepdir /etc/vpnc/scripts.d
48 newinitd "${FILESDIR}/vpnc-2.init" vpnc
49 newconfd "${FILESDIR}/vpnc.confd" vpnc
50 + # COPYING file resides here, should not be installed
51 + rm -rf "${D}"/usr/share/doc/vpnc/
52 }
53
54 pkg_postinst() {
55
56
57
58 1.3 net-misc/vpnc/vpnc-0.5.1_p332.ebuild
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild?rev=1.3&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild?rev=1.3&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild?r1=1.2&r2=1.3
63
64 Index: vpnc-0.5.1_p332.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild,v
67 retrieving revision 1.2
68 retrieving revision 1.3
69 diff -u -r1.2 -r1.3
70 --- vpnc-0.5.1_p332.ebuild 3 Nov 2008 13:02:49 -0000 1.2
71 +++ vpnc-0.5.1_p332.ebuild 22 Nov 2008 09:53:59 -0000 1.3
72 @@ -1,8 +1,6 @@
73 # Copyright 1999-2008 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild,v 1.2 2008/11/03 13:02:49 armin76 Exp $
76 -
77 -inherit linux-info
78 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1_p332.ebuild,v 1.3 2008/11/22 09:53:59 opfer Exp $
79
80 DESCRIPTION="Free client for Cisco VPN routing software"
81 HOMEPAGE="http://www.unix-ag.uni-kl.de/~massar/vpnc/"
82 @@ -33,17 +31,19 @@
83 if use hybrid-auth && ! use bindist; then
84 hybridauthopts="OPENSSL_GPL_VIOLATION=-DOPENSSL_GPL_VIOLATION OPENSSLLIBS=-lcrypto"
85 fi
86 - emake ${hybridauthopts} || die "emake failed"
87 + emake ${hybridauthopts} || die
88 }
89
90 src_install() {
91 - emake PREFIX="/usr" DESTDIR="${D}" install || die "emake install failed"
92 + emake PREFIX="/usr" DESTDIR="${D}" install || die
93 dodoc README TODO VERSION
94 keepdir /var/run/vpnc
95 keepdir /etc/vpnc/scripts.d
96 newinitd "${FILESDIR}/vpnc-2.init" vpnc
97 newconfd "${FILESDIR}/vpnc.confd" vpnc
98 sed -e "s:/usr/local:/usr:" -i "${D}"/etc/vpnc/vpnc-script || die
99 + # COPYING file resides here, should not be installed
100 + rm -rf "${D}"/usr/share/doc/vpnc/
101 }
102
103 pkg_postinst() {
104
105
106
107 1.77 net-misc/vpnc/ChangeLog
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?rev=1.77&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?rev=1.77&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vpnc/ChangeLog?r1=1.76&r2=1.77
112
113 Index: ChangeLog
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v
116 retrieving revision 1.76
117 retrieving revision 1.77
118 diff -u -r1.76 -r1.77
119 --- ChangeLog 3 Nov 2008 13:02:49 -0000 1.76
120 +++ ChangeLog 22 Nov 2008 09:53:59 -0000 1.77
121 @@ -1,6 +1,11 @@
122 # ChangeLog for net-misc/vpnc
123 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
124 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.76 2008/11/03 13:02:49 armin76 Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.77 2008/11/22 09:53:59 opfer Exp $
126 +
127 + 22 Nov 2008; Christian Faulhammer <opfer@g.o> vpnc-0.5.1-r1.ebuild,
128 + vpnc-0.5.1_p332.ebuild:
129 + don't install COPYING file anymore as reported by coldwind on bug 247935;
130 + don't inherit linux-info.eclass anymore; remove die messages
131
132 03 Nov 2008; Raúl Porcel <armin76@g.o> vpnc-0.5.1-r1.ebuild,
133 vpnc-0.5.1_p332.ebuild: