Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
Date: Wed, 26 May 2021 12:37:29
Message-Id: 1622032495.83595141587aeaf740ff9856eefed875830d343b.sam@gentoo
1 commit: 83595141587aeaf740ff9856eefed875830d343b
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon May 24 13:21:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 12:34:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83595141
7
8 net-misc/netopeer2: Remove old 1.1.53
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-misc/netopeer2/Manifest | 1 -
14 net-misc/netopeer2/netopeer2-1.1.53.ebuild | 46 ------------------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
18 index 9cabe08f9fa..4707347f967 100644
19 --- a/net-misc/netopeer2/Manifest
20 +++ b/net-misc/netopeer2/Manifest
21 @@ -1,2 +1 @@
22 -DIST netopeer2-1.1.53.tar.gz 169329 BLAKE2B d65b579ca47d59963a181d78ec060c8a239639e7311f9e48ab88412cfa7f30e17dabde4ad086109193fec4129f836c46fb04acb0881248fc27e6f4e6877a70af SHA512 30da532a370c44d598b37199550ae1adb65486d5bc9205e9a0213beafe16174c87628395d564c48d095503b597b0008457e0b951451472f1c414fcc705897d21
23 DIST netopeer2-1.1.70.tar.gz 170883 BLAKE2B 59dbb1f82b355d807769466fc95dcac0ef0b74711f299b29cc6653183b5ffbb832d69b4247e04f38bdb9218adfabe1fff20c6f76e198ca0860808ec3910d20bd SHA512 d60c7ac861a05f8ee325013786e25e7f987f28265d66df5568ffd92ee31016a2d07f6b8256572110b9a6a5d00cb68644d1c3c3cd638f609b0f4f806e9e6cf602
24
25 diff --git a/net-misc/netopeer2/netopeer2-1.1.53.ebuild b/net-misc/netopeer2/netopeer2-1.1.53.ebuild
26 deleted file mode 100644
27 index 13d86c99838..00000000000
28 --- a/net-misc/netopeer2/netopeer2-1.1.53.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit cmake
37 -
38 -DESCRIPTION="Server for implementing NETCONF configuration management"
39 -HOMEPAGE="https://github.com/CESNET/netopeer2"
40 -SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -RDEPEND="
47 - dev-libs/openssl:=
48 - net-misc/curl:=
49 - net-misc/sysrepo:=
50 - net-libs/libnetconf2:=
51 - net-libs/libssh:=
52 - net-libs/libyang:="
53 -DEPEND="${RDEPEND}"
54 -BDEPEND="virtual/pkgconfig"
55 -
56 -src_configure() {
57 - local mycmakeargs=(
58 - -DGENERATE_HOSTKEY=OFF
59 - -DINSTALL_MODULES=OFF
60 - -DMERGE_LISTEN_CONFIG=OFF
61 - )
62 -
63 - cmake_src_configure
64 -}
65 -
66 -src_install() {
67 - cmake_src_install
68 -
69 - insinto /etc/netopeer2
70 - doins -r scripts/.
71 -}
72 -
73 -pkg_postinst() {
74 - elog "In order to do initial server setup please"
75 - elog "run setup scripts located in /etc/netopeer2"
76 -}