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 18DEE15808C for ; Mon, 21 Mar 2022 18:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A23AE08FF; Mon, 21 Mar 2022 18:48:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F8C3E08FF for ; Mon, 21 Mar 2022 18:48:42 +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 15704343016 for ; Mon, 21 Mar 2022 18:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8431132E for ; Mon, 21 Mar 2022 18:48:39 +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: <1647888510.67577380905abed79a618d5c8d217946fe3bc362.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netopeer2/Manifest net-misc/netopeer2/netopeer2-2.1.16.ebuild X-VCS-Directories: net-misc/netopeer2/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 67577380905abed79a618d5c8d217946fe3bc362 X-VCS-Branch: master Date: Mon, 21 Mar 2022 18:48:39 +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: 0931d3ac-59a2-4304-a065-6c19ea306129 X-Archives-Hash: 8038334297b6af8cae789a19e025932b commit: 67577380905abed79a618d5c8d217946fe3bc362 Author: Jakov Smolić gentoo org> AuthorDate: Mon Mar 21 18:48:03 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Mar 21 18:48:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67577380 net-misc/netopeer2: add 2.1.16 Signed-off-by: Jakov Smolić gentoo.org> net-misc/netopeer2/Manifest | 1 + net-misc/netopeer2/netopeer2-2.1.16.ebuild | 48 ++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest index bad26e33c8b8..8b91a5d2cf94 100644 --- a/net-misc/netopeer2/Manifest +++ b/net-misc/netopeer2/Manifest @@ -1 +1,2 @@ DIST netopeer2-2.0.35.tar.gz 381321 BLAKE2B c776561b59bf05d093496e242fdb37766bf6292175186f92b85b86162d5fd6bba7118c41cef0ccfc835b09f34da1978f4e3aefb9961893b3d15b57117c3dbdb6 SHA512 f6b956c4b9d0f799f622eba62c2b20beb5f7db4899c6284bbb53303ff15f8787644687eeb99f1c68b455784166f2e858959ee16a345c0aabc444952bde70427d +DIST netopeer2-2.1.16.tar.gz 371327 BLAKE2B fb9022cdad297ce366c00efbb0394feaa4dcff766f35c614354ea83a31871f24e05893e418face4e14df4d677c84e254cd8058259cddbc86ab4c94903eabd0f5 SHA512 9d0f1ddd38db2e9ac9a15ca1d8929eb32f682dd47c491a475acc406849fac0bc5f61f15cfabdacdedafe572855cf31cff4294c34eda2cad61e7518b62f40f71d diff --git a/net-misc/netopeer2/netopeer2-2.1.16.ebuild b/net-misc/netopeer2/netopeer2-2.1.16.ebuild new file mode 100644 index 000000000000..be90dbbc4e6e --- /dev/null +++ b/net-misc/netopeer2/netopeer2-2.1.16.ebuild @@ -0,0 +1,48 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Server for implementing NETCONF configuration management" +HOMEPAGE="https://github.com/CESNET/netopeer2" +SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/openssl:= + net-misc/curl:= + >=net-misc/sysrepo-2.1.42 + >=net-libs/libnetconf2-2.1.7 + net-libs/libssh:= + >=net-libs/libyang-2.0.164" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DGENERATE_HOSTKEY=OFF + -DINSTALL_MODULES=OFF + -DMERGE_LISTEN_CONFIG=OFF + -DENABLE_TESTS=OFF + -DENABLE_VALGRIND_TESTS=OFF + ) + + cmake_src_configure +} + +src_install() { + cmake_src_install + + insinto /etc/netopeer2 + doins -r scripts/. +} + +pkg_postinst() { + elog "In order to do initial server setup please" + elog "run setup scripts located in /etc/netopeer2" +}