public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/
Date: Sat, 10 Aug 2024 07:30:01 +0000 (UTC)	[thread overview]
Message-ID: <1723274999.48a4607e14ee70bfd9f0e61c04472e1abed0bb06.juippis@gentoo> (raw)

commit:     48a4607e14ee70bfd9f0e61c04472e1abed0bb06
Author:     Eric Joldasov <bratishkaerik <AT> landless-city <DOT> net>
AuthorDate: Thu Aug  1 19:09:41 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 07:29:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a4607e

net-p2p/ncdc: add 1.24.1

Incorporates patch "ncdc-1.24-fix-clang16-c99-errors.patch".

Signed-off-by: Eric Joldasov <bratishkaerik <AT> landless-city.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/ncdc/Manifest           |  2 ++
 net-p2p/ncdc/ncdc-1.24.1.ebuild | 50 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/net-p2p/ncdc/Manifest b/net-p2p/ncdc/Manifest
index acfc11e8825a..1768673769de 100644
--- a/net-p2p/ncdc/Manifest
+++ b/net-p2p/ncdc/Manifest
@@ -1,4 +1,6 @@
 DIST ncdc-1.23.1.tar.gz 378481 BLAKE2B 0eb59b88351008c281e7380fb5899b0cfb5f99dac5f17eed391a7da4f95a431a0a68a70c228dec17c235029bae89f8170319f9b28c5a2dc04706ea21b8c91879 SHA512 9e38387ac816499c25a28bf70e548d560265c84d12b9bfd1701decea642c4ab33b3bb5ea9c015c3048e491f9f208c6c26a63d2ce722e831f84f703a6c9f2b86c
 DIST ncdc-1.23.1.tar.gz.asc 833 BLAKE2B ce9f4bd4a612fe862ab34e659e41c2134f31394e285af9d0e3f9ec034f44ccaead2c56db3b9cbb4eee32dab61c86ddb308cbb18023ce1aaf11af9b2ec6d4c67b SHA512 28270437bd08fbcc40a645eef8d71f2ab350314507b66fbd504c7ccab4899af51f483038cefa17d879213a419465ae27a4da8a3fe0598244357f2836a6a5d771
+DIST ncdc-1.24.1.tar.gz 377704 BLAKE2B a9b72f9721c875d063482ede52836b30c125567e673024921d75c32c0b29a8697237cd0c95afa0671ba14b036b9857e0003990958e82d5d4e9d855fc92df274f SHA512 5b77badc3c2f0db546526fe02827bc1b907f07e2a7c095e6019ff68b08e303ec5c4b1e1a53d395ebd12f15a66c0b7892ec13ab370f5af67ca3df2b2cabcd16ec
+DIST ncdc-1.24.1.tar.gz.asc 833 BLAKE2B bf0f83d9a6e33d103f027757700450d71f691b5c9bc07e326685f1ed39cc6af32fb2a764c20a39982dce61a31764ed9983fc3728c82588efe6aad0342e191800 SHA512 cfa55378449a8875aa7ffb5c18e7c5274f4c3b500906f23cd906736722697ee96ea5d7c6e15549a33d09351523a4492b8cef3c281376b91778e28bbe33b53b86
 DIST ncdc-1.24.tar.gz 377617 BLAKE2B 8528de13d6ee12358c335b921c7edc0f7df719245d23f4fb4a94512f4812249e3294f822452e3b1f508e8c7446bcd01bd347ad7745a63fbd360f1233c9e8be64 SHA512 332fd467d10d3acb2a2171395c41112280cadfea06369820dcc4481eae3c24602c98aa5056f479d3a2e80b3992a02b280819933b43ae5bc39885696703d46b39
 DIST ncdc-1.24.tar.gz.asc 833 BLAKE2B 1729293836f2e414ca19c4cbe25cf23099666b5f7eed6787717ee2c39f425ced147b02c2eb10da5d17093f7381ba9668b2a5567d13df862a9a809c5e7523b1ff SHA512 148353be0b899c18427abe0a33c6788324a80e83ecb1ef6f59f008debc9c20ad48403e145ed865c0d9e73d14ab6d082525ab7eb60fe05a7893946b1c414d039e

diff --git a/net-p2p/ncdc/ncdc-1.24.1.ebuild b/net-p2p/ncdc/ncdc-1.24.1.ebuild
new file mode 100644
index 000000000000..b8b101ef605b
--- /dev/null
+++ b/net-p2p/ncdc/ncdc-1.24.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs verify-sig
+
+DESCRIPTION="Lightweight direct connect client with a friendly ncurses interface"
+HOMEPAGE="https://dev.yorhel.nl/ncdc"
+SRC_URI="
+	https://dev.yorhel.nl/download/${P}.tar.gz
+	verify-sig? ( https://dev.yorhel.nl/download/${P}.tar.gz.asc )
+"
+LICENSE="MIT"
+SLOT="0"
+
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+IUSE="geoip"
+
+RDEPEND="
+	app-arch/bzip2
+	dev-db/sqlite:3
+	>=dev-libs/glib-2.74:2
+	>=net-libs/gnutls-3:=
+	sys-libs/ncurses:=[unicode(+)]
+	sys-libs/zlib
+	geoip? ( dev-libs/libmaxminddb:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-lang/perl
+	dev-util/makeheaders
+	virtual/pkgconfig
+	verify-sig? ( sec-keys/openpgp-keys-yorhel )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/yoranheling.asc
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with geoip)
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+	emake AR="$(tc-getAR)"
+}


             reply	other threads:[~2024-08-10  7:30 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-10  7:30 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-11 16:15 [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/ Arthur Zamarin
2025-05-11 16:15 Arthur Zamarin
2025-05-11 13:39 Sam James
2024-11-01 15:41 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-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
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=1723274999.48a4607e14ee70bfd9f0e61c04472e1abed0bb06.juippis@gentoo \
    --to=juippis@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