From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/
Date: Fri, 1 Nov 2024 15:41:22 +0000 (UTC) [thread overview]
Message-ID: <1730475669.c5ba1ca6b13c0babcf599d4651019a09a97d1da0.dilfridge@gentoo> (raw)
commit: c5ba1ca6b13c0babcf599d4651019a09a97d1da0
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 1 15:40:35 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 15:41:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ba1ca6
net-p2p/ncdc: drop 1.23.1
Bug: https://bugs.gentoo.org/928946
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-p2p/ncdc/Manifest | 2 --
net-p2p/ncdc/ncdc-1.23.1.ebuild | 49 -----------------------------------------
2 files changed, 51 deletions(-)
diff --git a/net-p2p/ncdc/Manifest b/net-p2p/ncdc/Manifest
index 1768673769de..8b0034b8ed6f 100644
--- a/net-p2p/ncdc/Manifest
+++ b/net-p2p/ncdc/Manifest
@@ -1,5 +1,3 @@
-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
diff --git a/net-p2p/ncdc/ncdc-1.23.1.ebuild b/net-p2p/ncdc/ncdc-1.23.1.ebuild
deleted file mode 100644
index 8252da55ff6d..000000000000
--- a/net-p2p/ncdc/ncdc-1.23.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 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 )
-"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-
-LICENSE="MIT"
-SLOT="0"
-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-util/makeheaders
- virtual/pkgconfig
- dev-lang/perl
- 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)"
-}
next reply other threads:[~2024-11-01 15:41 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-01 15:41 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 6:24 [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/ 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=1730475669.c5ba1ca6b13c0babcf599d4651019a09a97d1da0.dilfridge@gentoo \
--to=dilfridge@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