From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9084158089 for ; Wed, 10 Nov 2021 22:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C4292BC0C3; Wed, 10 Nov 2021 22:35:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07E8B2BC0C3 for ; Wed, 10 Nov 2021 22:35:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D836342C09 for ; Wed, 10 Nov 2021 22:35:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF5001BF for ; Wed, 10 Nov 2021 22:35:51 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1636583740.6595d5be3a095bdc8031b8f707bb105cd3fdc371.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetconf2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnetconf2/Manifest net-libs/libnetconf2/libnetconf2-2.0.1-r1.ebuild X-VCS-Directories: net-libs/libnetconf2/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 6595d5be3a095bdc8031b8f707bb105cd3fdc371 X-VCS-Branch: master Date: Wed, 10 Nov 2021 22:35:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bff6f71d-51d5-4d45-bc98-33040a2f5c2c X-Archives-Hash: a8dbff652f029eb98fff0648d05b7fff commit: 6595d5be3a095bdc8031b8f707bb105cd3fdc371 Author: Jakov Smolić gentoo org> AuthorDate: Wed Nov 10 22:35:04 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Nov 10 22:35:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6595d5be net-libs/libnetconf2: drop 2.0.1-r1 Signed-off-by: Jakov Smolić gentoo.org> net-libs/libnetconf2/Manifest | 1 - net-libs/libnetconf2/libnetconf2-2.0.1-r1.ebuild | 47 ------------------------ 2 files changed, 48 deletions(-) diff --git a/net-libs/libnetconf2/Manifest b/net-libs/libnetconf2/Manifest index 154ed70eda6..d48de67fcdc 100644 --- a/net-libs/libnetconf2/Manifest +++ b/net-libs/libnetconf2/Manifest @@ -1,2 +1 @@ -DIST libnetconf2-2.0.1.tar.gz 292658 BLAKE2B d2821b4b66773b777764f7a453649a7ea60bacc418a8ff5c33e54b244a1f285b84ec8a1cc6d6285ff280c8631d79dfe9db352ad03781a7694762efd8545462ac SHA512 26f0a900387a8dbf5c12136d29529e7aba973dba4e1e3ff091cb70385a686533f041cfe647e273f6188b9494b67f771564b2e32f10e1fc61586112d88837f5c8 DIST libnetconf2-2.0.19.tar.gz 300454 BLAKE2B 7ff97dcc964124f93631b2fe08f9f713deb698e7d591ca245f9638f32a19915ce6e8cf9e7170bcd6059369926044a705fc03ef18e28baba8eef1c8296bb52d8e SHA512 0e53d4803b8a5d3ff041b393487c71ca09878fa47cbe3ac4d1f26cf45f2ede80992964e339747435003c3bc61053f4b6297a29d6e2a5511ba6b4e93edb3ce136 diff --git a/net-libs/libnetconf2/libnetconf2-2.0.1-r1.ebuild b/net-libs/libnetconf2/libnetconf2-2.0.1-r1.ebuild deleted file mode 100644 index 8e82d2ac942..00000000000 --- a/net-libs/libnetconf2/libnetconf2-2.0.1-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -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.0:= - net-libs/libssh:0=[server] - virtual/libcrypt:=" -DEPEND="${RDEPEND} - test? ( dev-util/cmocka )" -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen[dot] )" - -src_configure() { - local mycmakeargs=( - -DENABLE_BUILD_TESTS=$(usex test) - ) - - cmake_src_configure -} - -src_compile() { - cmake_src_compile - - use doc && cmake_src_compile doc -} - -src_install() { - cmake_src_install - - use doc && dodoc -r doc/. -}