Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
Date: Tue, 31 Aug 2021 15:36:35
Message-Id: 1630423870.241db2e05b18983c07949b0e99a611438550a614.jsmolic@gentoo
1 commit: 241db2e05b18983c07949b0e99a611438550a614
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 15:30:22 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 31 15:31:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241db2e0
7
8 net-misc/netopeer2: Remove old 1.1.70 and 1.1.76
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-misc/netopeer2/Manifest | 2 --
13 net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild | 50 ---------------------------
14 net-misc/netopeer2/netopeer2-1.1.76.ebuild | 50 ---------------------------
15 3 files changed, 102 deletions(-)
16
17 diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
18 index 7514ab52968..e8971e5e87c 100644
19 --- a/net-misc/netopeer2/Manifest
20 +++ b/net-misc/netopeer2/Manifest
21 @@ -1,3 +1 @@
22 -DIST netopeer2-1.1.70.tar.gz 170883 BLAKE2B 59dbb1f82b355d807769466fc95dcac0ef0b74711f299b29cc6653183b5ffbb832d69b4247e04f38bdb9218adfabe1fff20c6f76e198ca0860808ec3910d20bd SHA512 d60c7ac861a05f8ee325013786e25e7f987f28265d66df5568ffd92ee31016a2d07f6b8256572110b9a6a5d00cb68644d1c3c3cd638f609b0f4f806e9e6cf602
23 -DIST netopeer2-1.1.76.tar.gz 171127 BLAKE2B 77b97cc60185b8843c216f69d6e7c6366b66dd2de86ab6a08489131738a27e28e730e0d773a5115406ad83df7aa22ee80638b6661faf6394fccb986b3996e038 SHA512 c37e7e4cba1d78fa20cff48fe6cd73fc5c0f0c43989b061915e7f7928c147ed5380f79d74341220df32aeebccf5db7d1560b261570e789807ad53591bedb0232
24 DIST netopeer2-2.0.0.tar.gz 255138 BLAKE2B a33fa6a952a060a8fb4bd4ad2f2f4e0ab163faef44cd999eb5d3a28706110908bf6350859da1032e873cf24ff8bd9327d0d694edeb35ecb8e0650634dc5d8966 SHA512 789a6fb36f9a3cf9df4ff996b90a5e8f07a24b14027ec455133e184ae96c72a1e8f9adef6d36800139d47d667c54189a2c14616f4947ce0fe72467cb178dbec5
25
26 diff --git a/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild b/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild
27 deleted file mode 100644
28 index 395e51ac135..00000000000
29 --- a/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 -# Copyright 2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit cmake
38 -
39 -DESCRIPTION="Server for implementing NETCONF configuration management"
40 -HOMEPAGE="https://github.com/CESNET/netopeer2"
41 -SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -
47 -RDEPEND="
48 - dev-libs/openssl:=
49 - net-misc/curl:=
50 - >=net-misc/sysrepo-1.4.122:=
51 - <net-misc/sysrepo-2.0.0:=
52 - >=net-libs/libnetconf2-1.1.43:=
53 - <net-libs/libnetconf2-2.0.0:=
54 - net-libs/libssh:=
55 - >=net-libs/libyang-1.0.225:=
56 - <net-libs/libyang-2.0.0:=
57 -"
58 -DEPEND="${RDEPEND}"
59 -BDEPEND="virtual/pkgconfig"
60 -
61 -src_configure() {
62 - local mycmakeargs=(
63 - -DGENERATE_HOSTKEY=OFF
64 - -DINSTALL_MODULES=OFF
65 - -DMERGE_LISTEN_CONFIG=OFF
66 - )
67 -
68 - cmake_src_configure
69 -}
70 -
71 -src_install() {
72 - cmake_src_install
73 -
74 - insinto /etc/netopeer2
75 - doins -r scripts/.
76 -}
77 -
78 -pkg_postinst() {
79 - elog "In order to do initial server setup please"
80 - elog "run setup scripts located in /etc/netopeer2"
81 -}
82
83 diff --git a/net-misc/netopeer2/netopeer2-1.1.76.ebuild b/net-misc/netopeer2/netopeer2-1.1.76.ebuild
84 deleted file mode 100644
85 index a18b90eb180..00000000000
86 --- a/net-misc/netopeer2/netopeer2-1.1.76.ebuild
87 +++ /dev/null
88 @@ -1,50 +0,0 @@
89 -# Copyright 2021 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -inherit cmake
95 -
96 -DESCRIPTION="Server for implementing NETCONF configuration management"
97 -HOMEPAGE="https://github.com/CESNET/netopeer2"
98 -SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
99 -
100 -LICENSE="BSD"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~x86"
103 -
104 -RDEPEND="
105 - dev-libs/openssl:=
106 - net-misc/curl:=
107 - >=net-misc/sysrepo-1.4.140:=
108 - <net-misc/sysrepo-2.0.0:=
109 - >=net-libs/libnetconf2-1.1.46:=
110 - <net-libs/libnetconf2-2.0.0:=
111 - net-libs/libssh:=
112 - >=net-libs/libyang-1.0.240:=
113 - <net-libs/libyang-2.0.0:=
114 -"
115 -DEPEND="${RDEPEND}"
116 -BDEPEND="virtual/pkgconfig"
117 -
118 -src_configure() {
119 - local mycmakeargs=(
120 - -DGENERATE_HOSTKEY=OFF
121 - -DINSTALL_MODULES=OFF
122 - -DMERGE_LISTEN_CONFIG=OFF
123 - )
124 -
125 - cmake_src_configure
126 -}
127 -
128 -src_install() {
129 - cmake_src_install
130 -
131 - insinto /etc/netopeer2
132 - doins -r scripts/.
133 -}
134 -
135 -pkg_postinst() {
136 - elog "In order to do initial server setup please"
137 - elog "run setup scripts located in /etc/netopeer2"
138 -}