From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/airdcpp-webclient/
Date: Sun, 07 Sep 2025 22:09:56 +0000 (UTC) [thread overview]
Message-ID: <1757282958.8edd6c3c62db29d5115e09b5336521c606e8ef24.sbraz@gentoo> (raw)
commit: 8edd6c3c62db29d5115e09b5336521c606e8ef24
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 7 21:40:18 2025 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Sep 7 22:09:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edd6c3c
net-p2p/airdcpp-webclient: drop 2.13.2
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
net-p2p/airdcpp-webclient/Manifest | 1 -
.../airdcpp-webclient-2.13.2.ebuild | 64 ----------------------
2 files changed, 65 deletions(-)
diff --git a/net-p2p/airdcpp-webclient/Manifest b/net-p2p/airdcpp-webclient/Manifest
index 68301ce53b05..605e7aab645b 100644
--- a/net-p2p/airdcpp-webclient/Manifest
+++ b/net-p2p/airdcpp-webclient/Manifest
@@ -1,4 +1,3 @@
DIST airdcpp-webclient-2.12.2.tar.gz 793005 BLAKE2B 777a8aa3e5425566ae15f6ae616796953c653890aac607f8c3799c7a959335a0c7bed9380e85a9f6174d989392d909056faff582d42292174c2609de4b7451dc SHA512 29ad24d1714e86123ed0d3ef226934682001202c0197df9d83c4a225503786a5853cd4bf31f90eb30a98351fba0d246e02ca4ba9ffe71f6bda760021f095b9b2
-DIST airdcpp-webclient-2.13.2.tar.gz 829418 BLAKE2B c75654b169ab1958f5f9ab972499a8aca0b4ef7690fef86c5498068c072b179e2cfab30a8d8f80a2f950939d138a6e0876f9a4a696b72aacebb1386f062c83ac SHA512 e3212d472e8af3005e5a0154670e7a2b1c7474c482700bc2d0f84e040d93fb06d96e8771de911d82ee1b158f7e98af24edee82f87bcd9ed70cb236fbf2794cb3
DIST airdcpp-webclient-2.13.3.tar.gz 829955 BLAKE2B 990463a3c3cf05a6f503e385dc371353bc4a17703a4cfa9784167bdbd6ef49b557b7ccd230a2cd7fd0832115a6bfcbde4da5711b755305101280e5fe2fc1d99a SHA512 c74c6ab57325a39b470e8cdfc99f59fd4e163df3b2a2d7bad8a2a9e07fd3b9372cf310dbc228a7f547adc5d9de54269b3cb19b7a710ab96ecb0fd2da0022e615
DIST airdcpp-webclient-2.14.0.tar.gz 833876 BLAKE2B 5f2c1384026bd02e3e1168c18f259250df6a2fe20dc44b3aab5b8ba5bb2354a06a72a14bd696c3c00d2a415eb9af95da1d4e9a1084cca6a020b81b4e5ba36e6d SHA512 3d5e9f0fa12fd588f899902c7f84c41f27a6c18363e69dbcd365f4f8c4dc47e0d6bf5959e970597c57c3d7ebd30e11e6c8d7d216b8b8c0d07a412efedd711f24
diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.13.2.ebuild b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.13.2.ebuild
deleted file mode 100644
index d910108476a2..000000000000
--- a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.13.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit cmake python-any-r1 systemd
-
-DESCRIPTION="Cross-platform Direct Connect client"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://github.com/airdcpp-web/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="nat-pmp +tbb +webui"
-
-RDEPEND="
- acct-user/airdcppd
- acct-group/airdcppd
- app-arch/bzip2
- dev-cpp/websocketpp
- dev-libs/boost:=
- dev-libs/leveldb:=
- dev-libs/libmaxminddb:=
- dev-libs/openssl:0=[-bindist(-)]
- net-libs/miniupnpc:=
- sys-libs/zlib
- virtual/libiconv
- nat-pmp? ( net-libs/libnatpmp:= )
- tbb? ( dev-cpp/tbb:= )
-"
-DEPEND="
- dev-cpp/nlohmann_json
- ${RDEPEND}
-"
-BDEPEND="
- virtual/pkgconfig
- ${PYTHON_DEPS}
-"
-PDEPEND="webui? ( www-apps/airdcpp-webui )"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_NATPMP=$(usex nat-pmp)
- -DENABLE_TBB=$(usex tbb)
- -DINSTALL_WEB_UI=OFF
- )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
- newconfd "${FILESDIR}/airdcppd.confd" airdcppd
- newinitd "${FILESDIR}/airdcppd.initd" airdcppd
- systemd_dounit "${FILESDIR}/airdcppd.service"
-}
-
-pkg_postinst() {
- if [[ -z "${REPLACING_VERSIONS}" ]]; then
- elog "Run 'airdcppd --configure' to set up ports and authentication"
- fi
-}
next reply other threads:[~2025-09-07 22:10 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-07 22:09 Louis Sautier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-07 22:09 [gentoo-commits] repo/gentoo:master commit in: net-p2p/airdcpp-webclient/ Louis Sautier
2025-06-19 19:29 Arthur Zamarin
2025-06-19 19:29 Arthur Zamarin
2025-01-19 22:24 Louis Sautier
2025-01-19 22:24 Louis Sautier
2024-12-09 20:16 Sam James
2024-12-09 19:20 Arthur Zamarin
2024-12-07 19:03 Louis Sautier
2024-07-20 1:57 Louis Sautier
2024-06-14 5:32 Arthur Zamarin
2024-06-14 5:32 Arthur Zamarin
2023-05-24 18:46 Arthur Zamarin
2023-05-24 18:46 Arthur Zamarin
2023-05-23 23:10 Louis Sautier
2023-05-23 23:10 Louis Sautier
2023-03-13 20:21 Louis Sautier
2022-12-03 0:32 Louis Sautier
2022-11-03 1:55 Louis Sautier
2022-11-03 1:55 Louis Sautier
2022-08-01 8:05 Agostino Sarubbo
2022-07-30 8:59 Agostino Sarubbo
2021-10-01 12:03 Louis Sautier
2021-08-07 23:37 Sam James
2021-08-07 5:10 Agostino Sarubbo
2021-08-03 10:01 Louis Sautier
2021-08-03 10:01 Louis Sautier
2021-06-17 22:18 Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2021-01-11 11:24 Louis Sautier
2021-01-11 11:24 Louis Sautier
2020-12-14 21:48 Louis Sautier
2020-12-14 21:48 Louis Sautier
2020-12-06 14:30 Louis Sautier
2020-12-06 14:30 Louis Sautier
2020-10-18 18:47 Louis Sautier
2020-10-18 18:47 Louis Sautier
2020-08-24 12:20 Louis Sautier
2019-08-11 22:10 Louis Sautier
2019-06-30 11:49 David Seifert
2019-05-21 9:05 Louis Sautier
2019-05-21 9:05 Louis Sautier
2019-03-22 10:15 Louis Sautier
2019-02-09 0:03 Louis Sautier
2019-02-09 0:03 Louis Sautier
2018-12-10 13:17 Louis Sautier
2018-12-10 13:17 Louis Sautier
2018-11-03 15:28 Louis Sautier
2018-11-03 15:28 Louis Sautier
2018-07-20 22:50 Louis Sautier
2018-06-18 10:34 Louis Sautier
2018-04-11 10:14 David Seifert
2017-11-07 13:49 David Seifert
2017-11-07 13:49 David Seifert
2017-09-16 10:13 David Seifert
2017-05-11 18:20 Michał Górny
2017-05-11 18:20 Michał Górny
2017-01-26 22:40 David Seifert
2017-01-20 20:20 David Seifert
2017-01-20 20:20 David Seifert
2016-12-18 19:01 Göktürk Yüksek
2016-12-18 19:01 Göktürk Yüksek
2016-10-23 14:22 Patrice Clement
2016-10-23 14:22 Patrice Clement
2016-09-27 10:17 Patrice Clement
2016-09-27 10:17 Patrice Clement
2016-08-26 9:03 Patrice Clement
2016-08-16 17:59 Patrice Clement
2016-08-16 17:59 Patrice Clement
2016-07-23 22:38 Göktürk Yüksek
2016-07-23 22:38 Göktürk Yüksek
2016-06-30 19:33 Patrice Clement
2016-06-30 19:33 Patrice Clement
2016-05-30 12:43 Amy Winston
2016-05-30 12:43 Amy Winston
2016-05-30 12:43 Amy Winston
2016-04-27 15:07 Sam Jorna
2016-04-27 15:07 Sam Jorna
2016-03-24 22:37 Patrice Clement
2016-03-24 22:37 Patrice Clement
2016-03-16 6:46 Ian Delaney
2016-02-29 12:41 Ian Delaney
2016-02-28 16:27 Ian Delaney
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=1757282958.8edd6c3c62db29d5115e09b5336521c606e8ef24.sbraz@gentoo \
--to=sbraz@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