Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/
Date: Thu, 09 Mar 2017 13:40:44
Message-Id: 1489066831.f48b8346d7e3fb388829b7b599b4f630003445a0.xmw@gentoo
1 commit: f48b8346d7e3fb388829b7b599b4f630003445a0
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 13:40:05 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 13:40:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48b8346
7
8 net-p2p/ncdc: Version bump. EAPI=6.
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 net-p2p/ncdc/Manifest | 1 +
13 net-p2p/ncdc/{ncdc-9999.ebuild => ncdc-1.20.ebuild} | 19 +++++++------------
14 net-p2p/ncdc/ncdc-9999.ebuild | 10 +++++-----
15 3 files changed, 13 insertions(+), 17 deletions(-)
16
17 diff --git a/net-p2p/ncdc/Manifest b/net-p2p/ncdc/Manifest
18 index feb33b6ebc4..01544e4a77f 100644
19 --- a/net-p2p/ncdc/Manifest
20 +++ b/net-p2p/ncdc/Manifest
21 @@ -1 +1,2 @@
22 DIST ncdc-1.19.1.tar.gz 354308 SHA256 a6b23381434a47f7134d9ebdf5658fd06768f9b5de498c43e0fa00d1c7229d47 SHA512 36eda8c582ddb40ef732151ecc1654eae927a6a004430d8d27528b3c57ae5e1b06c23a867d8e1624ee4365031325fd7ced2888dd64ff129431bba9ff4171f189 WHIRLPOOL eec4f206ffc15c2389855215c17dada8004200c4eaa5d54bb175296dccccd1fa9518b6a12798c72751896645ea4f77bae58708dee4743bef50c5af98e97af36e
23 +DIST ncdc-1.20.tar.gz 367688 SHA256 8a998857df6289b6bd44287fc06f705b662098189f2a8fe95b1a5fbc703b9631 SHA512 0f20d6584aab1e69bcb3a93271a8542c5968adee5fd198b375dc258996b60ee5f642eac5d5e91c5513e367bbfd42eda80ede9e6e93ab38279c33e8da557010a7 WHIRLPOOL 19452779f5c7559db27830cf64b079b4f98905fd9b64e98438745800a528867b444151d8d5c0f480083b1d59e73f120934d0a5bc091b815ee7b877158fe65572
24
25 diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-1.20.ebuild
26 similarity index 65%
27 copy from net-p2p/ncdc/ncdc-9999.ebuild
28 copy to net-p2p/ncdc/ncdc-1.20.ebuild
29 index 9994fd80c8f..6868ec7cf02 100644
30 --- a/net-p2p/ncdc/ncdc-9999.ebuild
31 +++ b/net-p2p/ncdc/ncdc-1.20.ebuild
32 @@ -1,17 +1,17 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 +# Copyright 1999-2017 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=5
38 +EAPI=6
39
40 -inherit autotools eutils git-2 toolchain-funcs
41 +inherit toolchain-funcs
42
43 DESCRIPTION="ncurses directconnect client"
44 HOMEPAGE="http://dev.yorhel.nl/ncdc"
45 -EGIT_REPO_URI="git://g.blicky.net/ncdc.git"
46 +SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
47
48 LICENSE="MIT"
49 SLOT="0"
50 -KEYWORDS=""
51 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
52 IUSE="geoip"
53
54 RDEPEND="app-arch/bzip2
55 @@ -25,14 +25,9 @@ DEPEND="${RDEPEND}
56 dev-util/makeheaders
57 virtual/pkgconfig"
58
59 -src_prepare() {
60 - epatch_user
61 - eautoreconf
62 -}
63 -
64 src_configure() {
65 - econf --enable-git-version \
66 - $(use_with geoip)
67 + econf \
68 + $(use_with geoip)
69 }
70
71 src_compile() {
72
73 diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild
74 index 9994fd80c8f..b140e9e32b3 100644
75 --- a/net-p2p/ncdc/ncdc-9999.ebuild
76 +++ b/net-p2p/ncdc/ncdc-9999.ebuild
77 @@ -1,9 +1,9 @@
78 -# Copyright 1999-2014 Gentoo Foundation
79 +# Copyright 1999-2017 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81
82 -EAPI=5
83 +EAPI=6
84
85 -inherit autotools eutils git-2 toolchain-funcs
86 +inherit autotools git-r3 toolchain-funcs
87
88 DESCRIPTION="ncurses directconnect client"
89 HOMEPAGE="http://dev.yorhel.nl/ncdc"
90 @@ -26,13 +26,13 @@ DEPEND="${RDEPEND}
91 virtual/pkgconfig"
92
93 src_prepare() {
94 - epatch_user
95 + default
96 eautoreconf
97 }
98
99 src_configure() {
100 econf --enable-git-version \
101 - $(use_with geoip)
102 + $(use_with geoip)
103 }
104
105 src_compile() {