From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetconf2/
Date: Wed, 30 Jul 2025 06:40:32 +0000 (UTC) [thread overview]
Message-ID: <1753857557.84d2f90ab52b18af85fbbc473f596e1b1782b020.arkamar@gentoo> (raw)
commit: 84d2f90ab52b18af85fbbc473f596e1b1782b020
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 30 06:13:26 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 06:39:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d2f90a
net-libs/libnetconf2: drop 3.5.5
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-libs/libnetconf2/Manifest | 1 -
net-libs/libnetconf2/libnetconf2-3.5.5.ebuild | 57 ---------------------------
2 files changed, 58 deletions(-)
diff --git a/net-libs/libnetconf2/Manifest b/net-libs/libnetconf2/Manifest
index 588c702ca3ac..29da917b0add 100644
--- a/net-libs/libnetconf2/Manifest
+++ b/net-libs/libnetconf2/Manifest
@@ -1,2 +1 @@
-DIST libnetconf2-3.5.5.tar.gz 454685 BLAKE2B 04e32fff3e97c07beddeb447d25608b942e71317009c71b6b50fc32f29cc7d796a5df050e2afd4dce8a1a5ad69c8d636db33911d2016ff5e278178e1814dfab6 SHA512 8de6ef5ca31581bdc17f3711175392bc328dbc7560dc491bbdf8d1742b390b01781e750ac40cff504b32a610b9eff978334bd0e0b02b0622439fed34af119398
DIST libnetconf2-3.7.1.tar.gz 458269 BLAKE2B 9e5c982bd98c751bf632e0c64a445dff6b2171cc4c88a882dbeecf586e8e9f3f520110f74970334d9006d78ea93c751b71a8f796b1b55fa6791dc7386c6f4abd SHA512 8e02c69b83cc43ce23a3fc550c9bf74472ec51cd43f897e457bcbc422dd44b34647d6b1b35039e40d0efb2c1c0550b3005f03482fedb560f1d8b765a8f684876
diff --git a/net-libs/libnetconf2/libnetconf2-3.5.5.ebuild b/net-libs/libnetconf2/libnetconf2-3.5.5.ebuild
deleted file mode 100644
index 1043bacbcf61..000000000000
--- a/net-libs/libnetconf2/libnetconf2-3.5.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="C library for building NETCONF servers and clients"
-HOMEPAGE="https://github.com/CESNET/libnetconf2"
-SRC_URI="https://github.com/CESNET/libnetconf2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/openssl:0=
- >=net-libs/libyang-2.0.194
- net-libs/libssh:0=[server]
- virtual/libcrypt:="
-DEPEND="${RDEPEND}
- test? ( dev-util/cmocka )"
-BDEPEND="
- virtual/pkgconfig
- doc? ( app-text/doxygen[dot] )"
-
-src_configure() {
- # fails tests, but only with LTO.
- # [ ERROR ] --- 0 != 0xffffffffffffffff
- # [ LINE ] --- /var/tmp/portage/net-libs/libnetconf2-2.1.31/work/libnetconf2-2.1.31/tests/client/test_client_ssh.c:716: error: Failure!
- # [ FAILED ] test_nc_client_ssh_ch_add_bind_listen
- #
- # https://bugs.gentoo.org/877449
- # https://github.com/CESNET/libnetconf2/issues/471
- filter-lto
-
- local mycmakeargs=(
- -DENABLE_TESTS=$(usex test)
- -DENABLE_VALGRIND_TESTS=OFF
- )
-
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
-
- use doc && cmake_src_compile doc
-}
-
-src_install() {
- cmake_src_install
-
- use doc && dodoc -r doc/.
-}
next reply other threads:[~2025-07-30 6:40 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-30 6:40 Petr Vaněk [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-16 7:10 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetconf2/ Joonas Niilola
2025-06-09 14:08 Petr Vaněk
2025-06-07 10:45 Petr Vaněk
2025-05-15 16:41 Arthur Zamarin
2025-04-12 20:59 Sam James
2024-06-18 18:55 Jakov Smolić
2024-03-26 12:31 Sam James
2023-05-05 6:22 Jakov Smolić
2023-05-05 1:54 Sam James
2023-04-04 8:07 Jakov Smolić
2022-06-29 7:52 Agostino Sarubbo
2022-05-20 18:41 Jakov Smolić
2022-05-04 23:26 Jakov Smolić
2022-05-04 23:23 Jakov Smolić
2022-03-25 19:41 Jakov Smolić
2022-03-21 18:48 Jakov Smolić
2021-12-12 18:01 Jakov Smolić
2021-12-12 17:58 Jakov Smolić
2021-12-12 17:58 Jakov Smolić
2021-11-12 10:03 Jakov Smolić
2021-11-10 22:35 Jakov Smolić
2021-11-10 22:33 Jakov Smolić
2021-11-05 17:54 Jakov Smolić
2021-10-08 18:26 Jakov Smolić
2021-10-08 18:26 Jakov Smolić
2021-09-24 8:40 Jakov Smolić
2021-08-31 15:36 Jakov Smolić
2021-08-14 10:30 David Seifert
2021-07-20 6:33 Agostino Sarubbo
2021-06-06 23:19 Sam James
2021-06-05 16:22 David Seifert
2021-05-27 21:13 David Seifert
2021-05-27 21:13 David Seifert
2021-05-27 19:14 Sam James
2021-05-26 12:37 Sam James
2021-03-30 10:12 David Seifert
2021-03-26 10:53 David Seifert
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=1753857557.84d2f90ab52b18af85fbbc473f596e1b1782b020.arkamar@gentoo \
--to=arkamar@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