mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
net-misc/netopeer2: drop 2.1.59-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST netopeer2-2.1.59.tar.gz 390371 BLAKE2B 777ff3a5db93bbeabb0f19dfb9a23b67f1945a834cfff716b3144fe24c62f848f048e35fac8ae6d10a7040bdbb29e1ff8ff3559f68a46ccf23fe958152adc3da SHA512 4eb889cb018f22308578712edcaf2f2e20dc4fddf45dded66f644c5288e3ef16cdcf00e61f3d03a2b8e97c4f31441d46651fea12bc3af229aae9b720de59789f
|
||||
DIST netopeer2-2.2.35.tar.gz 380805 BLAKE2B 4aaf8f5aa41646b97b3fc2f1b62bdb584ad2547f0dbad37843048782b7f0800b43ce910915605bff1f5b12fdb90f05ed118f2fc62a6df4dc363c98d12c9a62e8 SHA512 69053e5653a275fbc90ed4ace4a6370965f94692573e8a6371167afe0afc22680ec15fc82803ea6b1d1495e52dd5cd4e4f93724f16c4a0a9aaf3985e3dea02b9
|
||||
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 2021-2023 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="
|
||||
app-misc/c_rehash
|
||||
dev-libs/openssl:=
|
||||
net-misc/curl:=
|
||||
>=net-misc/sysrepo-2.2.60
|
||||
>=net-libs/libnetconf2-2.1.31
|
||||
net-libs/libssh:=
|
||||
>=net-libs/libyang-2.1.55"
|
||||
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"
|
||||
}
|
||||
Reference in New Issue
Block a user