diff options
author | Louis Sautier <sbraz@gentoo.org> | 2024-06-16 21:34:14 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2024-06-16 21:36:23 +0200 |
commit | 6de68fcf554d79307451eab42455047bc77efcf8 (patch) | |
tree | 05c0e57de84b9522704bda0de4eec66041cdaed2 /net-p2p | |
parent | net-p2p/airdcpp-webclient: fix build with miniupnpc 2.2.8, #934055 (diff) | |
download | gentoo-6de68fcf554d79307451eab42455047bc77efcf8.tar.gz gentoo-6de68fcf554d79307451eab42455047bc77efcf8.tar.bz2 gentoo-6de68fcf554d79307451eab42455047bc77efcf8.zip |
net-p2p/airdcpp-webclient: drop 2.11.2
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/airdcpp-webclient/Manifest | 1 | ||||
-rw-r--r-- | net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.2.ebuild | 65 | ||||
-rw-r--r-- | net-p2p/airdcpp-webclient/files/airdcpp-webclient-2.11.2-fix-odr.patch | 22 |
3 files changed, 0 insertions, 88 deletions
diff --git a/net-p2p/airdcpp-webclient/Manifest b/net-p2p/airdcpp-webclient/Manifest index 8e2ce6bb90c8..69c843fdfa1f 100644 --- a/net-p2p/airdcpp-webclient/Manifest +++ b/net-p2p/airdcpp-webclient/Manifest @@ -1,3 +1,2 @@ -DIST airdcpp-webclient-2.11.2.tar.gz 978294 BLAKE2B cb15e02dc5381cc5f0ecb1b4d65cdd1c4a3d007f3ea1e78a159b8a62af03831318b8f6d8c0692c5a9145dda616627ea97f4bd3eeb1270a7452c7d78bf01d147f SHA512 281d4a9da88f23a4c02eef7f09c4fc2c91c44ac93d932ea4bfe097029b45dbd12a8d04d4ef8b493d261f5dade15b62ed4d564197fbfb2d9d98b9dfcc9a9e6379 DIST airdcpp-webclient-2.11.4.tar.gz 958611 BLAKE2B f0ff3a39c8615edbc541a952460b831eefd37f1825da4881da147c54a00612479382a9d69d4399f55fbdd77c77ab6716097594c8d10c6a3839db5ae14d11cc87 SHA512 0ab8fbdc6d1b815546724bfdcd436aa2e07ffdb499b91a3506db18c2f494f76bc1203d0d9d3cfd3ae6ad9d0f2fb4038df46aada0515747e2477c7f6595a05436 DIST airdcpp-webclient-2.12.1.tar.gz 961603 BLAKE2B bc17fb3b3643b1d699f7c0ef958616759d87cd96467318a592c1460e355d512a3efc0e793a3098f8074f02d5af47b1ef33b65fbe7a6c9a955bbdc472d323f637 SHA512 0f662311d208b937c946b41a617c82a0e72442fb7c2bef09d56ec71931bde35bd1024ce53cb3bf7deda3eaaac31ecbe8fa2c66c337c0833db655f80f5e5156be diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.2.ebuild b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.2.ebuild deleted file mode 100644 index 9b5fdb2338b8..000000000000 --- a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( pypy3 python3_{9..11} ) - -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" - -KEYWORDS="amd64 ~riscv x86" -LICENSE="GPL-2+" -SLOT="0" -IUSE="debug 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="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - ${PYTHON_DEPS} -" -PDEPEND="webui? ( www-apps/airdcpp-webui )" - -PATCHES=( - "${FILESDIR}/${P}-fix-odr.patch" -) - -src_configure() { - local mycmakeargs=( - -DENABLE_NATPMP=$(usex nat-pmp) - -DENABLE_TBB=$(usex tbb) - -DINSTALL_WEB_UI=OFF - ) - CMAKE_BUILD_TYPE=$(usex debug Debug Gentoo) 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 -} diff --git a/net-p2p/airdcpp-webclient/files/airdcpp-webclient-2.11.2-fix-odr.patch b/net-p2p/airdcpp-webclient/files/airdcpp-webclient-2.11.2-fix-odr.patch deleted file mode 100644 index e44365ca1bd2..000000000000 --- a/net-p2p/airdcpp-webclient/files/airdcpp-webclient-2.11.2-fix-odr.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 5f12f803c2fc0450111152e2ea5f649ed92f4b7f Mon Sep 17 00:00:00 2001 -From: maksis <maksis@adrenaline-network.com> -Date: Thu, 13 Oct 2022 22:05:35 +0300 -Subject: [PATCH] Build: define the HAVE_POSIX_FADVISE flag correctly - -Fixes https://github.com/airdcpp-web/airdcpp-webclient/issues/425 ---- - airdcpp-core/CMakeLists.txt | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - ---- a/airdcpp-core/CMakeLists.txt -+++ b/airdcpp-core/CMakeLists.txt -@@ -75,8 +75,7 @@ if (HAVE_MNTENT_H) - endif (HAVE_MNTENT_H) - - if (HAVE_POSIX_FADVISE) -- set_property(SOURCE ${PROJECT_SOURCE_DIR}/airdcpp/File.cpp PROPERTY COMPILE_DEFINITIONS HAVE_POSIX_FADVISE APPEND) -- set_property(SOURCE ${PROJECT_SOURCE_DIR}/airdcpp/File.h PROPERTY COMPILE_DEFINITIONS HAVE_POSIX_FADVISE APPEND) -+ add_definitions (-DHAVE_POSIX_FADVISE) - endif (HAVE_POSIX_FADVISE) - - |