From 8b42c2e8e953fb1bb2c8ed54f2ef3f5a4da4cf9c Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Wed, 8 Feb 2023 17:45:38 -0500 Subject: dev-libs/opendht: add 2.4.12, drop 2.4.10 Signed-off-by: Julien Roy --- dev-libs/opendht/Manifest | 2 +- dev-libs/opendht/opendht-2.4.10.ebuild | 57 ---------------------------------- dev-libs/opendht/opendht-2.4.12.ebuild | 57 ++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 58 deletions(-) delete mode 100644 dev-libs/opendht/opendht-2.4.10.ebuild create mode 100644 dev-libs/opendht/opendht-2.4.12.ebuild (limited to 'dev-libs/opendht') diff --git a/dev-libs/opendht/Manifest b/dev-libs/opendht/Manifest index ca24444..21cb30c 100644 --- a/dev-libs/opendht/Manifest +++ b/dev-libs/opendht/Manifest @@ -1 +1 @@ -DIST opendht-2.4.10.tar.bz2 427454 BLAKE2B bc198649df5e97e6c4f533bb98bf542496d8ce72cb446bafd68a1b479d1e677db3977201bdd0d885e0bc9dc4c90399a4393db10a0f128eb34c6f2db9c2b7366c SHA512 ee1efec4dbef20c992e22b82dab6c06b44af4c4158953b49a12e495822b9f5b1ae5db560396fbb73ecce0339367894590c626498402c192981b6f40178b5d9fd +DIST opendht-2.4.12.tar.bz2 428175 BLAKE2B 96acbdf8f6401232db597461e010823afe9e16570f07e4ef98c18c28af4eed01cfa40cf617633bd2376e526387d5cb7dfbe6c49013b46af910e3d9f6810e5766 SHA512 08ea926293b08ca3d5636b9e0784480cb0e0d434cbd3a698089dec775534ca3d7267b3f7215bb6b553f208702824d6bd53bef08cea1ad6d0159c083e5f29687f diff --git a/dev-libs/opendht/opendht-2.4.10.ebuild b/dev-libs/opendht/opendht-2.4.10.ebuild deleted file mode 100644 index ac7fdee..0000000 --- a/dev-libs/opendht/opendht-2.4.10.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="C++17 Distributed Hash Table implementation " -HOMEPAGE="https://git.jami.net/savoirfairelinux/opendht" -SRC_URI="https://git.jami.net/savoirfairelinux/${PN}/-/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2" -COMMIT="69a1bdfc45617d9374954948fbe840f34d58b3b4" -S="${WORKDIR}/${PN}-v${PV}-${COMMIT}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+api doc python systemd test +tools" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-crypt/argon2 - dev-libs/msgpack[cxx] - dev-libs/openssl:= - dev-libs/nettle - dev-libs/restinio - net-libs/gnutls - api? ( - dev-libs/jsoncpp - dev-libs/restinio - ) - doc? ( app-doc/doxygen ) - python? ( dev-python/cython ) - tools? ( sys-libs/readline ) -" -DEPEND="${RDEPEND}" - -# Disable peerdiscoverytest, since it fails upstream -# https://github.com/savoirfairelinux/opendht/issues/568 -PATCHES=( - "${FILESDIR}/peerdiscoverytest-2.4.10.patch" -) - -src_configure() { - local mycmakeargs=( - "-DOPENDHT_DOCUMENTATION=$(usex doc)" - "-DOPENDHT_HTTP=$(usex api)" - "-DOPENDHT_PUSH_NOTIFICATIONS=$(usex api)" - "-DOPENDHT_PROXY_SERVER=$(usex api)" - "-DOPENDHT_PROXY_SERVER_IDENTITY=$(usex api)" - "-DOPENDHT_PROXY_CLIENT=$(usex api)" - "-DOPENDHT_PYTHON=$(usex python)" - "-DOPENDHT_SYSTEMD=$(usex systemd)" - "-DOPENDHT_TESTS=$(usex test)" - "-DOPENDHT_TOOLS=$(usex tools)" - ) - cmake_src_configure -} diff --git a/dev-libs/opendht/opendht-2.4.12.ebuild b/dev-libs/opendht/opendht-2.4.12.ebuild new file mode 100644 index 0000000..ac7fdee --- /dev/null +++ b/dev-libs/opendht/opendht-2.4.12.ebuild @@ -0,0 +1,57 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="C++17 Distributed Hash Table implementation " +HOMEPAGE="https://git.jami.net/savoirfairelinux/opendht" +SRC_URI="https://git.jami.net/savoirfairelinux/${PN}/-/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2" +COMMIT="69a1bdfc45617d9374954948fbe840f34d58b3b4" +S="${WORKDIR}/${PN}-v${PV}-${COMMIT}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+api doc python systemd test +tools" +RESTRICT="!test? ( test )" + +RDEPEND=" + app-crypt/argon2 + dev-libs/msgpack[cxx] + dev-libs/openssl:= + dev-libs/nettle + dev-libs/restinio + net-libs/gnutls + api? ( + dev-libs/jsoncpp + dev-libs/restinio + ) + doc? ( app-doc/doxygen ) + python? ( dev-python/cython ) + tools? ( sys-libs/readline ) +" +DEPEND="${RDEPEND}" + +# Disable peerdiscoverytest, since it fails upstream +# https://github.com/savoirfairelinux/opendht/issues/568 +PATCHES=( + "${FILESDIR}/peerdiscoverytest-2.4.10.patch" +) + +src_configure() { + local mycmakeargs=( + "-DOPENDHT_DOCUMENTATION=$(usex doc)" + "-DOPENDHT_HTTP=$(usex api)" + "-DOPENDHT_PUSH_NOTIFICATIONS=$(usex api)" + "-DOPENDHT_PROXY_SERVER=$(usex api)" + "-DOPENDHT_PROXY_SERVER_IDENTITY=$(usex api)" + "-DOPENDHT_PROXY_CLIENT=$(usex api)" + "-DOPENDHT_PYTHON=$(usex python)" + "-DOPENDHT_SYSTEMD=$(usex systemd)" + "-DOPENDHT_TESTS=$(usex test)" + "-DOPENDHT_TOOLS=$(usex tools)" + ) + cmake_src_configure +} -- cgit v1.2.3