Gentoo Archives: gentoo-commits

From: "Nathan Phillip Brink (binki)" <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/epic5: epic5-1.1.10.ebuild ChangeLog
Date: Thu, 04 Sep 2014 06:00:17
Message-Id: 20140904045358.3DEE24A84@oystercatcher.gentoo.org
1 binki 14/09/04 04:53:58
2
3 Modified: epic5-1.1.10.ebuild ChangeLog
4 Log:
5 Reform USE=socks5 fix into a patch.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 743A52E86BA81050)
8
9 Revision Changes Path
10 1.3 net-irc/epic5/epic5-1.1.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/epic5/epic5-1.1.10.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/epic5/epic5-1.1.10.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/epic5/epic5-1.1.10.ebuild?r1=1.2&r2=1.3
15
16 Index: epic5-1.1.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/epic5/epic5-1.1.10.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- epic5-1.1.10.ebuild 3 Sep 2014 04:31:16 -0000 1.2
23 +++ epic5-1.1.10.ebuild 4 Sep 2014 04:53:58 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/epic5-1.1.10.ebuild,v 1.2 2014/09/03 04:31:16 binki Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/epic5-1.1.10.ebuild,v 1.3 2014/09/04 04:53:58 binki Exp $
29
30 EAPI=4
31
32 @@ -46,13 +46,8 @@
33 "${FILESDIR}"/${P}-ruby-automagic-as-needed.patch \
34 "${FILESDIR}"/${P}-tcl-automagic-as-needed.patch \
35 "${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch \
36 - "${FILESDIR}"/${P}-without-localdir.patch
37 -
38 - # We want --with-socks5 except it tries -lsocks5 instead of -lsocks.
39 - grep -qe -lsocks5 configure.in \
40 - && sed -i -e s/-lsocks5/-lsocks/ configure.in \
41 - || die "fixing socks5 support."
42 -
43 + "${FILESDIR}"/${P}-without-localdir.patch \
44 + "${FILESDIR}"/${P}-socks5-libsocks.patch
45 eautoconf
46 }
47
48
49
50
51 1.25 net-irc/epic5/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/epic5/ChangeLog?rev=1.25&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/epic5/ChangeLog?rev=1.25&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/epic5/ChangeLog?r1=1.24&r2=1.25
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v
60 retrieving revision 1.24
61 retrieving revision 1.25
62 diff -u -r1.24 -r1.25
63 --- ChangeLog 3 Sep 2014 04:31:16 -0000 1.24
64 +++ ChangeLog 4 Sep 2014 04:53:58 -0000 1.25
65 @@ -1,6 +1,10 @@
66 # ChangeLog for net-irc/epic5
67 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v 1.24 2014/09/03 04:31:16 binki Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v 1.25 2014/09/04 04:53:58 binki Exp $
70 +
71 + 04 Sep 2014; Nathan Phillip Brink <binki@g.o>
72 + +files/epic5-1.1.10-socks5-libsocks.patch, epic5-1.1.10.ebuild:
73 + Reform USE=socks5 fix into a patch.
74
75 03 Sep 2014; Nathan Phillip Brink <binki@g.o> epic5-1.1.10.ebuild:
76 Fix USE=socks5 compatibility with in-tree versions of dante.