public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/
Date: Tue, 08 Jul 2025 19:33:02 +0000 (UTC)	[thread overview]
Message-ID: <1752003107.727fb04ba3ec32b4e09828b7e39f0cbb8ebbd9f9.sam@gentoo> (raw)

commit:     727fb04ba3ec32b4e09828b7e39f0cbb8ebbd9f9
Author:     Eric Joldasov <bratishkaerik <AT> landless-city <DOT> net>
AuthorDate: Mon Jul  7 19:05:22 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul  8 19:31:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727fb04b

net-p2p/ncdc: drop 1.24.1

Signed-off-by: Eric Joldasov <bratishkaerik <AT> landless-city.net>
Part-of: https://github.com/gentoo/gentoo/pull/42921
Closes: https://github.com/gentoo/gentoo/pull/42921
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/net-p2p/ncdc/Manifest b/net-p2p/ncdc/Manifest
index e59c8503ec6d..8e9fea4fe507 100644
--- a/net-p2p/ncdc/Manifest
+++ b/net-p2p/ncdc/Manifest
@@ -1,4 +1,2 @@
-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.25.tar.gz 378397 BLAKE2B f595de87632afedc3eb7919f6d44d2dbd0b0cea9c6b0ecce9095c876c9e8612bed0eb91bc108af032455475d927b561add9f514cc064008b34f72725b8ab85a0 SHA512 5acd7c4e790dc4cac49183f680d1c86bb86c93e97e87d1a798c91153bb9f3921c33929951f9766ff6feeea69086d29f5cdad32dc4174c05f2bd8657a2e8e391d
 DIST ncdc-1.25.tar.gz.asc 833 BLAKE2B 793706c0b90983d24740eda2cab86a72151f85a732f5e34ffb83e5deaeb0c6498b0aacaf4710b3c1be132aa51340af8dd24e44327cfaa61753fe04d9c27f94e2 SHA512 533dabfe8511595571675a511503afb5ef6dd695398d9f24a2e6eb951e5563dda3171434044a434dc4a0d567ff894e54bd64c104c99f5ee1821a4e7cc6193650

diff --git a/net-p2p/ncdc/ncdc-1.24.1.ebuild b/net-p2p/ncdc/ncdc-1.24.1.ebuild
deleted file mode 100644
index ed40ba1a0113..000000000000
--- a/net-p2p/ncdc/ncdc-1.24.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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:[~2025-07-08 19:33 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-08 19:33 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-22 19:56 [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/ Arthur Zamarin
2025-05-11 16:15 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-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
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=1752003107.727fb04ba3ec32b4e09828b7e39f0cbb8ebbd9f9.sam@gentoo \
    --to=sam@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