Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/ncdc: ncdc-1.19.1.ebuild ncdc-9999.ebuild ChangeLog
Date: Fri, 30 May 2014 12:53:07
Message-Id: 20140530125303.2E18D2004E@flycatcher.gentoo.org
1 xmw 14/05/30 12:53:03
2
3 Modified: ncdc-1.19.1.ebuild ncdc-9999.ebuild ChangeLog
4 Log:
5 add epatch_user and USE=geoip, as requested by carpet
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.2 net-p2p/ncdc/ncdc-1.19.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.19.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.19.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.19.1.ebuild?r1=1.1&r2=1.2
15
16 Index: ncdc-1.19.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.19.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ncdc-1.19.1.ebuild 23 Apr 2014 13:48:47 -0000 1.1
23 +++ ncdc-1.19.1.ebuild 30 May 2014 12:53:02 -0000 1.2
24 @@ -1,10 +1,10 @@
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-p2p/ncdc/ncdc-1.19.1.ebuild,v 1.1 2014/04/23 13:48:47 xmw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.19.1.ebuild,v 1.2 2014/05/30 12:53:02 xmw Exp $
29
30 EAPI=5
31
32 -inherit toolchain-funcs
33 +inherit autotools eutils toolchain-funcs
34
35 DESCRIPTION="ncurses directconnect client"
36 HOMEPAGE="http://dev.yorhel.nl/ncdc"
37 @@ -26,8 +26,13 @@
38 dev-util/makeheaders
39 virtual/pkgconfig"
40
41 +src_prepare() {
42 + epatch_user && eautoreconf
43 +}
44 +
45 src_configure() {
46 - econf $(use_with geoip)
47 + econf \
48 + $(use_with geoip)
49 }
50
51 src_compile() {
52
53
54
55 1.12 net-p2p/ncdc/ncdc-9999.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild?rev=1.12&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild?rev=1.12&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild?r1=1.11&r2=1.12
60
61 Index: ncdc-9999.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v
64 retrieving revision 1.11
65 retrieving revision 1.12
66 diff -u -r1.11 -r1.12
67 --- ncdc-9999.ebuild 23 Jun 2013 21:32:33 -0000 1.11
68 +++ ncdc-9999.ebuild 30 May 2014 12:53:02 -0000 1.12
69 @@ -1,10 +1,10 @@
70 -# Copyright 1999-2013 Gentoo Foundation
71 +# Copyright 1999-2014 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.11 2013/06/23 21:32:33 xmw Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.12 2014/05/30 12:53:02 xmw Exp $
75
76 EAPI=5
77
78 -inherit autotools git-2 toolchain-funcs
79 +inherit autotools eutils git-2 toolchain-funcs
80
81 DESCRIPTION="ncurses directconnect client"
82 HOMEPAGE="http://dev.yorhel.nl/ncdc"
83 @@ -13,25 +13,27 @@
84 LICENSE="MIT"
85 SLOT="0"
86 KEYWORDS=""
87 -IUSE=""
88 +IUSE="geoip"
89
90 RDEPEND="app-arch/bzip2
91 dev-db/sqlite:3
92 dev-libs/glib:2
93 net-libs/gnutls
94 sys-libs/ncurses:5[unicode]
95 - sys-libs/zlib"
96 + sys-libs/zlib
97 + geoip? ( dev-libs/geoip )"
98 DEPEND="${RDEPEND}
99 - dev-lang/perl
100 dev-util/makeheaders
101 virtual/pkgconfig"
102
103 src_prepare() {
104 + epatch_user
105 eautoreconf
106 }
107
108 src_configure() {
109 - econf --enable-git-version
110 + econf --enable-git-version \
111 + $(use_with geoip)
112 }
113
114 src_compile() {
115
116
117
118 1.49 net-p2p/ncdc/ChangeLog
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?rev=1.49&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?rev=1.49&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?r1=1.48&r2=1.49
123
124 Index: ChangeLog
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v
127 retrieving revision 1.48
128 retrieving revision 1.49
129 diff -u -r1.48 -r1.49
130 --- ChangeLog 23 Apr 2014 13:48:47 -0000 1.48
131 +++ ChangeLog 30 May 2014 12:53:02 -0000 1.49
132 @@ -1,6 +1,10 @@
133 # ChangeLog for net-p2p/ncdc
134 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
135 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.48 2014/04/23 13:48:47 xmw Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.49 2014/05/30 12:53:02 xmw Exp $
137 +
138 + 30 May 2014; Michael Weber <xmw@g.o> ncdc-1.19.1.ebuild,
139 + ncdc-9999.ebuild:
140 + add epatch_user and USE=geoip, as requested by carpet
141
142 *ncdc-1.19.1 (23 Apr 2014)