From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/
Date: Thu, 9 Mar 2017 13:40:40 +0000 (UTC) [thread overview]
Message-ID: <1489066831.f48b8346d7e3fb388829b7b599b4f630003445a0.xmw@gentoo> (raw)
commit: f48b8346d7e3fb388829b7b599b4f630003445a0
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 13:40:05 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 13:40:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48b8346
net-p2p/ncdc: Version bump. EAPI=6.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
net-p2p/ncdc/Manifest | 1 +
net-p2p/ncdc/{ncdc-9999.ebuild => ncdc-1.20.ebuild} | 19 +++++++------------
net-p2p/ncdc/ncdc-9999.ebuild | 10 +++++-----
3 files changed, 13 insertions(+), 17 deletions(-)
diff --git a/net-p2p/ncdc/Manifest b/net-p2p/ncdc/Manifest
index feb33b6ebc4..01544e4a77f 100644
--- a/net-p2p/ncdc/Manifest
+++ b/net-p2p/ncdc/Manifest
@@ -1 +1,2 @@
DIST ncdc-1.19.1.tar.gz 354308 SHA256 a6b23381434a47f7134d9ebdf5658fd06768f9b5de498c43e0fa00d1c7229d47 SHA512 36eda8c582ddb40ef732151ecc1654eae927a6a004430d8d27528b3c57ae5e1b06c23a867d8e1624ee4365031325fd7ced2888dd64ff129431bba9ff4171f189 WHIRLPOOL eec4f206ffc15c2389855215c17dada8004200c4eaa5d54bb175296dccccd1fa9518b6a12798c72751896645ea4f77bae58708dee4743bef50c5af98e97af36e
+DIST ncdc-1.20.tar.gz 367688 SHA256 8a998857df6289b6bd44287fc06f705b662098189f2a8fe95b1a5fbc703b9631 SHA512 0f20d6584aab1e69bcb3a93271a8542c5968adee5fd198b375dc258996b60ee5f642eac5d5e91c5513e367bbfd42eda80ede9e6e93ab38279c33e8da557010a7 WHIRLPOOL 19452779f5c7559db27830cf64b079b4f98905fd9b64e98438745800a528867b444151d8d5c0f480083b1d59e73f120934d0a5bc091b815ee7b877158fe65572
diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-1.20.ebuild
similarity index 65%
copy from net-p2p/ncdc/ncdc-9999.ebuild
copy to net-p2p/ncdc/ncdc-1.20.ebuild
index 9994fd80c8f..6868ec7cf02 100644
--- a/net-p2p/ncdc/ncdc-9999.ebuild
+++ b/net-p2p/ncdc/ncdc-1.20.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit autotools eutils git-2 toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="ncurses directconnect client"
HOMEPAGE="http://dev.yorhel.nl/ncdc"
-EGIT_REPO_URI="git://g.blicky.net/ncdc.git"
+SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="geoip"
RDEPEND="app-arch/bzip2
@@ -25,14 +25,9 @@ DEPEND="${RDEPEND}
dev-util/makeheaders
virtual/pkgconfig"
-src_prepare() {
- epatch_user
- eautoreconf
-}
-
src_configure() {
- econf --enable-git-version \
- $(use_with geoip)
+ econf \
+ $(use_with geoip)
}
src_compile() {
diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild
index 9994fd80c8f..b140e9e32b3 100644
--- a/net-p2p/ncdc/ncdc-9999.ebuild
+++ b/net-p2p/ncdc/ncdc-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit autotools eutils git-2 toolchain-funcs
+inherit autotools git-r3 toolchain-funcs
DESCRIPTION="ncurses directconnect client"
HOMEPAGE="http://dev.yorhel.nl/ncdc"
@@ -26,13 +26,13 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
- epatch_user
+ default
eautoreconf
}
src_configure() {
econf --enable-git-version \
- $(use_with geoip)
+ $(use_with geoip)
}
src_compile() {
next reply other threads:[~2017-03-09 13:40 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-09 13:40 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-01 15:41 [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/ Andreas K. Hüttel
2024-10-07 6:24 Sam James
2024-10-07 6:24 Sam James
2024-08-11 5:44 Joonas Niilola
2024-08-11 5:44 Joonas Niilola
2024-08-10 7:30 Joonas Niilola
2024-03-29 7:40 Joonas Niilola
2024-03-29 7:40 Joonas Niilola
2023-01-14 19:17 Sam James
2023-01-13 14:50 Sam James
2023-01-13 14:50 Sam James
2022-12-13 18:28 Viorel Munteanu
2022-12-13 18:28 Viorel Munteanu
2022-12-13 18:28 Viorel Munteanu
2022-12-13 18:28 Viorel Munteanu
2022-05-31 4:07 Sam James
2021-07-17 21:30 David Seifert
2021-01-04 3:31 Sam James
2020-11-02 11:50 Lars Wendler
2020-11-02 11:50 Lars Wendler
2020-11-02 11:50 Lars Wendler
2020-11-02 11:50 Lars Wendler
2019-04-08 12:40 Lars Wendler
2019-02-20 13:18 Mikle Kolyada
2019-02-20 13:16 Mikle Kolyada
2019-02-15 0:18 Thomas Deutschmann
2018-04-15 11:34 David Seifert
2017-03-09 13:40 Michael Weber
2016-05-10 11:08 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1489066831.f48b8346d7e3fb388829b7b599b4f630003445a0.xmw@gentoo \
--to=xmw@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox