public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-03-26 10:53 David Seifert
  0 siblings, 0 replies; 32+ messages in thread
From: David Seifert @ 2021-03-26 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     cffa6b9dc57669cebcbacd9446b939470d8265cb
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Mar 26 10:53:10 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 10:53:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cffa6b9d

net-misc/netopeer2: Server for implementing NETCONF configuration management

Closes: https://github.com/gentoo/gentoo/pull/19352
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 +
 net-misc/netopeer2/metadata.xml            | 15 ++++++++++
 net-misc/netopeer2/netopeer2-1.1.53.ebuild | 46 ++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
new file mode 100644
index 00000000000..e5d7e662a3e
--- /dev/null
+++ b/net-misc/netopeer2/Manifest
@@ -0,0 +1 @@
+DIST netopeer2-1.1.53.tar.gz 169329 BLAKE2B d65b579ca47d59963a181d78ec060c8a239639e7311f9e48ab88412cfa7f30e17dabde4ad086109193fec4129f836c46fb04acb0881248fc27e6f4e6877a70af SHA512 30da532a370c44d598b37199550ae1adb65486d5bc9205e9a0213beafe16174c87628395d564c48d095503b597b0008457e0b951451472f1c414fcc705897d21

diff --git a/net-misc/netopeer2/metadata.xml b/net-misc/netopeer2/metadata.xml
new file mode 100644
index 00000000000..976b10aaa62
--- /dev/null
+++ b/net-misc/netopeer2/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>jakov.smolic@sartura.hr</email>
+		<name>Jakov Smolic</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">CESNET/netopeer2</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/net-misc/netopeer2/netopeer2-1.1.53.ebuild b/net-misc/netopeer2/netopeer2-1.1.53.ebuild
new file mode 100644
index 00000000000..13d86c99838
--- /dev/null
+++ b/net-misc/netopeer2/netopeer2-1.1.53.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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:=
+	net-libs/libnetconf2:=
+	net-libs/libssh:=
+	net-libs/libyang:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	local mycmakeargs=(
+		-DGENERATE_HOSTKEY=OFF
+		-DINSTALL_MODULES=OFF
+		-DMERGE_LISTEN_CONFIG=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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-03-30 10:12 David Seifert
  0 siblings, 0 replies; 32+ messages in thread
From: David Seifert @ 2021-03-30 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     814bbdaf52d0c24a89383853bba179ddc7841e8f
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Mar 30 10:11:50 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 10:11:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814bbdaf

net-misc/netopeer2: Bump to 1.1.70

Closes: https://github.com/gentoo/gentoo/pull/20191
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 +
 net-misc/netopeer2/netopeer2-1.1.70.ebuild | 46 ++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index e5d7e662a3e..9cabe08f9fa 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1 +1,2 @@
 DIST netopeer2-1.1.53.tar.gz 169329 BLAKE2B d65b579ca47d59963a181d78ec060c8a239639e7311f9e48ab88412cfa7f30e17dabde4ad086109193fec4129f836c46fb04acb0881248fc27e6f4e6877a70af SHA512 30da532a370c44d598b37199550ae1adb65486d5bc9205e9a0213beafe16174c87628395d564c48d095503b597b0008457e0b951451472f1c414fcc705897d21
+DIST netopeer2-1.1.70.tar.gz 170883 BLAKE2B 59dbb1f82b355d807769466fc95dcac0ef0b74711f299b29cc6653183b5ffbb832d69b4247e04f38bdb9218adfabe1fff20c6f76e198ca0860808ec3910d20bd SHA512 d60c7ac861a05f8ee325013786e25e7f987f28265d66df5568ffd92ee31016a2d07f6b8256572110b9a6a5d00cb68644d1c3c3cd638f609b0f4f806e9e6cf602

diff --git a/net-misc/netopeer2/netopeer2-1.1.70.ebuild b/net-misc/netopeer2/netopeer2-1.1.70.ebuild
new file mode 100644
index 00000000000..27f4dbd2ebd
--- /dev/null
+++ b/net-misc/netopeer2/netopeer2-1.1.70.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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-1.4.122:=
+	>=net-libs/libnetconf2-1.1.43:=
+	net-libs/libssh:=
+	>=net-libs/libyang-1.0.225:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	local mycmakeargs=(
+		-DGENERATE_HOSTKEY=OFF
+		-DINSTALL_MODULES=OFF
+		-DMERGE_LISTEN_CONFIG=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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-05-26 12:37 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-05-26 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     83595141587aeaf740ff9856eefed875830d343b
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon May 24 13:21:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 26 12:34:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83595141

net-misc/netopeer2: Remove old 1.1.53

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 -
 net-misc/netopeer2/netopeer2-1.1.53.ebuild | 46 ------------------------------
 2 files changed, 47 deletions(-)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index 9cabe08f9fa..4707347f967 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1,2 +1 @@
-DIST netopeer2-1.1.53.tar.gz 169329 BLAKE2B d65b579ca47d59963a181d78ec060c8a239639e7311f9e48ab88412cfa7f30e17dabde4ad086109193fec4129f836c46fb04acb0881248fc27e6f4e6877a70af SHA512 30da532a370c44d598b37199550ae1adb65486d5bc9205e9a0213beafe16174c87628395d564c48d095503b597b0008457e0b951451472f1c414fcc705897d21
 DIST netopeer2-1.1.70.tar.gz 170883 BLAKE2B 59dbb1f82b355d807769466fc95dcac0ef0b74711f299b29cc6653183b5ffbb832d69b4247e04f38bdb9218adfabe1fff20c6f76e198ca0860808ec3910d20bd SHA512 d60c7ac861a05f8ee325013786e25e7f987f28265d66df5568ffd92ee31016a2d07f6b8256572110b9a6a5d00cb68644d1c3c3cd638f609b0f4f806e9e6cf602

diff --git a/net-misc/netopeer2/netopeer2-1.1.53.ebuild b/net-misc/netopeer2/netopeer2-1.1.53.ebuild
deleted file mode 100644
index 13d86c99838..00000000000
--- a/net-misc/netopeer2/netopeer2-1.1.53.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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:=
-	net-libs/libnetconf2:=
-	net-libs/libssh:=
-	net-libs/libyang:="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local mycmakeargs=(
-		-DGENERATE_HOSTKEY=OFF
-		-DINSTALL_MODULES=OFF
-		-DMERGE_LISTEN_CONFIG=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"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-05-27 19:14 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-05-27 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ae236fc4fe638ec66fbb5faf46d5e00a1dc5197c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 19:13:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 27 19:13:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae236fc4

net-misc/netopeer2: Stabilize 1.1.70 x86, #792510

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-1.1.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-1.1.70.ebuild b/net-misc/netopeer2/netopeer2-1.1.70.ebuild
index 27f4dbd2ebd..b456228f7e7 100644
--- a/net-misc/netopeer2/netopeer2-1.1.70.ebuild
+++ b/net-misc/netopeer2/netopeer2-1.1.70.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	dev-libs/openssl:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-05-27 21:13 David Seifert
  0 siblings, 0 replies; 32+ messages in thread
From: David Seifert @ 2021-05-27 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     9e9586cab769147604120ff43087cefce37d2b8c
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu May 27 21:12:24 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 27 21:12:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9586ca

net-misc/netopeer2: Adjust upper bounds on sysrepo & co. for 1.1.70

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{netopeer2-1.1.70.ebuild => netopeer2-1.1.70-r1.ebuild}         | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-1.1.70.ebuild b/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild
similarity index 88%
rename from net-misc/netopeer2/netopeer2-1.1.70.ebuild
rename to net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild
index b456228f7e7..5d8fc5b128b 100644
--- a/net-misc/netopeer2/netopeer2-1.1.70.ebuild
+++ b/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild
@@ -17,9 +17,13 @@ RDEPEND="
 	dev-libs/openssl:=
 	net-misc/curl:=
 	>=net-misc/sysrepo-1.4.122:=
+	<net-misc/sysrepo-2.0.0:=
 	>=net-libs/libnetconf2-1.1.43:=
+	<net-libs/libnetconf2-2.0.0:=
 	net-libs/libssh:=
-	>=net-libs/libyang-1.0.225:="
+	>=net-libs/libyang-1.0.225:=
+	<net-libs/libyang-2.0.0:=
+"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-05-27 21:13 David Seifert
  0 siblings, 0 replies; 32+ messages in thread
From: David Seifert @ 2021-05-27 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c938f7555dc9634c88d4cb3f0735c8a727fb23c8
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu May 27 21:12:15 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 27 21:12:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c938f755

net-misc/netopeer2: Bump to 2.0.0

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/netopeer2/Manifest               |  1 +
 net-misc/netopeer2/netopeer2-2.0.0.ebuild | 46 +++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index 4707347f967..bf76f132abc 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1 +1,2 @@
 DIST netopeer2-1.1.70.tar.gz 170883 BLAKE2B 59dbb1f82b355d807769466fc95dcac0ef0b74711f299b29cc6653183b5ffbb832d69b4247e04f38bdb9218adfabe1fff20c6f76e198ca0860808ec3910d20bd SHA512 d60c7ac861a05f8ee325013786e25e7f987f28265d66df5568ffd92ee31016a2d07f6b8256572110b9a6a5d00cb68644d1c3c3cd638f609b0f4f806e9e6cf602
+DIST netopeer2-2.0.0.tar.gz 255138 BLAKE2B a33fa6a952a060a8fb4bd4ad2f2f4e0ab163faef44cd999eb5d3a28706110908bf6350859da1032e873cf24ff8bd9327d0d694edeb35ecb8e0650634dc5d8966 SHA512 789a6fb36f9a3cf9df4ff996b90a5e8f07a24b14027ec455133e184ae96c72a1e8f9adef6d36800139d47d667c54189a2c14616f4947ce0fe72467cb178dbec5

diff --git a/net-misc/netopeer2/netopeer2-2.0.0.ebuild b/net-misc/netopeer2/netopeer2-2.0.0.ebuild
new file mode 100644
index 00000000000..fa8bef0b722
--- /dev/null
+++ b/net-misc/netopeer2/netopeer2-2.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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.0.0:=
+	>=net-libs/libnetconf2-2.0.0:=
+	net-libs/libssh:=
+	>=net-libs/libyang-2.0.0:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	local mycmakeargs=(
+		-DGENERATE_HOSTKEY=OFF
+		-DINSTALL_MODULES=OFF
+		-DMERGE_LISTEN_CONFIG=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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-06-05 16:22 David Seifert
  0 siblings, 0 replies; 32+ messages in thread
From: David Seifert @ 2021-06-05 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7df33b4c90ec681483b4733e0d82c1243c696a11
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Jun  5 16:21:40 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 16:21:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df33b4c

net-misc/netopeer2: Bump to 1.1.76

Closes: https://github.com/gentoo/gentoo/pull/21104
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 +
 net-misc/netopeer2/netopeer2-1.1.76.ebuild | 50 ++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index bf76f132abc..7514ab52968 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1,2 +1,3 @@
 DIST netopeer2-1.1.70.tar.gz 170883 BLAKE2B 59dbb1f82b355d807769466fc95dcac0ef0b74711f299b29cc6653183b5ffbb832d69b4247e04f38bdb9218adfabe1fff20c6f76e198ca0860808ec3910d20bd SHA512 d60c7ac861a05f8ee325013786e25e7f987f28265d66df5568ffd92ee31016a2d07f6b8256572110b9a6a5d00cb68644d1c3c3cd638f609b0f4f806e9e6cf602
+DIST netopeer2-1.1.76.tar.gz 171127 BLAKE2B 77b97cc60185b8843c216f69d6e7c6366b66dd2de86ab6a08489131738a27e28e730e0d773a5115406ad83df7aa22ee80638b6661faf6394fccb986b3996e038 SHA512 c37e7e4cba1d78fa20cff48fe6cd73fc5c0f0c43989b061915e7f7928c147ed5380f79d74341220df32aeebccf5db7d1560b261570e789807ad53591bedb0232
 DIST netopeer2-2.0.0.tar.gz 255138 BLAKE2B a33fa6a952a060a8fb4bd4ad2f2f4e0ab163faef44cd999eb5d3a28706110908bf6350859da1032e873cf24ff8bd9327d0d694edeb35ecb8e0650634dc5d8966 SHA512 789a6fb36f9a3cf9df4ff996b90a5e8f07a24b14027ec455133e184ae96c72a1e8f9adef6d36800139d47d667c54189a2c14616f4947ce0fe72467cb178dbec5

diff --git a/net-misc/netopeer2/netopeer2-1.1.76.ebuild b/net-misc/netopeer2/netopeer2-1.1.76.ebuild
new file mode 100644
index 00000000000..a18b90eb180
--- /dev/null
+++ b/net-misc/netopeer2/netopeer2-1.1.76.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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-1.4.140:=
+	<net-misc/sysrepo-2.0.0:=
+	>=net-libs/libnetconf2-1.1.46:=
+	<net-libs/libnetconf2-2.0.0:=
+	net-libs/libssh:=
+	>=net-libs/libyang-1.0.240:=
+	<net-libs/libyang-2.0.0:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	local mycmakeargs=(
+		-DGENERATE_HOSTKEY=OFF
+		-DINSTALL_MODULES=OFF
+		-DMERGE_LISTEN_CONFIG=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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-06-06 23:19 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-06-06 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5d2eaa438bae90389831dc4fc424a200408c5c01
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  6 23:18:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  6 23:18:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2eaa43

net-misc/netopeer2: Stabilize 1.1.70-r1 amd64, #792510

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild b/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild
index 5d8fc5b128b..395e51ac135 100644
--- a/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild
+++ b/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-libs/openssl:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-07-20  6:33 Agostino Sarubbo
  0 siblings, 0 replies; 32+ messages in thread
From: Agostino Sarubbo @ 2021-07-20  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     644accab28cbf330f29ad29c16665c9b8f9b93dc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 06:32:56 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 06:32:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644accab

net-misc/netopeer2: amd64 stable wrt bug #798882

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-2.0.0.ebuild b/net-misc/netopeer2/netopeer2-2.0.0.ebuild
index fa8bef0b722..de0c88e56a9 100644
--- a/net-misc/netopeer2/netopeer2-2.0.0.ebuild
+++ b/net-misc/netopeer2/netopeer2-2.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	dev-libs/openssl:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-08-14 10:30 David Seifert
  0 siblings, 0 replies; 32+ messages in thread
From: David Seifert @ 2021-08-14 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     4117a554f61766fff5421a10d71b5856d6761f84
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Aug 14 10:30:21 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 10:30:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4117a554

net-misc/netopeer2: x86 stable

Closes: https://github.com/gentoo/gentoo/pull/21976
Closes: https://bugs.gentoo.org/798882
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-2.0.0.ebuild b/net-misc/netopeer2/netopeer2-2.0.0.ebuild
index de0c88e56a9..807ead2dd44 100644
--- a/net-misc/netopeer2/netopeer2-2.0.0.ebuild
+++ b/net-misc/netopeer2/netopeer2-2.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-libs/openssl:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-08-31 15:36 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2021-08-31 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     241db2e05b18983c07949b0e99a611438550a614
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 31 15:30:22 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Aug 31 15:31:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241db2e0

net-misc/netopeer2: Remove old 1.1.70 and 1.1.76

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/Manifest                   |  2 --
 net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild | 50 ---------------------------
 net-misc/netopeer2/netopeer2-1.1.76.ebuild    | 50 ---------------------------
 3 files changed, 102 deletions(-)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index 7514ab52968..e8971e5e87c 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1,3 +1 @@
-DIST netopeer2-1.1.70.tar.gz 170883 BLAKE2B 59dbb1f82b355d807769466fc95dcac0ef0b74711f299b29cc6653183b5ffbb832d69b4247e04f38bdb9218adfabe1fff20c6f76e198ca0860808ec3910d20bd SHA512 d60c7ac861a05f8ee325013786e25e7f987f28265d66df5568ffd92ee31016a2d07f6b8256572110b9a6a5d00cb68644d1c3c3cd638f609b0f4f806e9e6cf602
-DIST netopeer2-1.1.76.tar.gz 171127 BLAKE2B 77b97cc60185b8843c216f69d6e7c6366b66dd2de86ab6a08489131738a27e28e730e0d773a5115406ad83df7aa22ee80638b6661faf6394fccb986b3996e038 SHA512 c37e7e4cba1d78fa20cff48fe6cd73fc5c0f0c43989b061915e7f7928c147ed5380f79d74341220df32aeebccf5db7d1560b261570e789807ad53591bedb0232
 DIST netopeer2-2.0.0.tar.gz 255138 BLAKE2B a33fa6a952a060a8fb4bd4ad2f2f4e0ab163faef44cd999eb5d3a28706110908bf6350859da1032e873cf24ff8bd9327d0d694edeb35ecb8e0650634dc5d8966 SHA512 789a6fb36f9a3cf9df4ff996b90a5e8f07a24b14027ec455133e184ae96c72a1e8f9adef6d36800139d47d667c54189a2c14616f4947ce0fe72467cb178dbec5

diff --git a/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild b/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild
deleted file mode 100644
index 395e51ac135..00000000000
--- a/net-misc/netopeer2/netopeer2-1.1.70-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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-1.4.122:=
-	<net-misc/sysrepo-2.0.0:=
-	>=net-libs/libnetconf2-1.1.43:=
-	<net-libs/libnetconf2-2.0.0:=
-	net-libs/libssh:=
-	>=net-libs/libyang-1.0.225:=
-	<net-libs/libyang-2.0.0:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local mycmakeargs=(
-		-DGENERATE_HOSTKEY=OFF
-		-DINSTALL_MODULES=OFF
-		-DMERGE_LISTEN_CONFIG=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"
-}

diff --git a/net-misc/netopeer2/netopeer2-1.1.76.ebuild b/net-misc/netopeer2/netopeer2-1.1.76.ebuild
deleted file mode 100644
index a18b90eb180..00000000000
--- a/net-misc/netopeer2/netopeer2-1.1.76.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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-1.4.140:=
-	<net-misc/sysrepo-2.0.0:=
-	>=net-libs/libnetconf2-1.1.46:=
-	<net-libs/libnetconf2-2.0.0:=
-	net-libs/libssh:=
-	>=net-libs/libyang-1.0.240:=
-	<net-libs/libyang-2.0.0:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local mycmakeargs=(
-		-DGENERATE_HOSTKEY=OFF
-		-DINSTALL_MODULES=OFF
-		-DMERGE_LISTEN_CONFIG=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"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-09-24  8:40 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2021-09-24  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     380d8ee0f26b30bd078af0a31eabc73947c0f50b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 24 08:07:58 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 08:40:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380d8ee0

net-misc/netopeer2: Version bump to 2.0.28

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 +
 net-misc/netopeer2/netopeer2-2.0.28.ebuild | 48 ++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index e8971e5e87c..cde08c727c8 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1 +1,2 @@
 DIST netopeer2-2.0.0.tar.gz 255138 BLAKE2B a33fa6a952a060a8fb4bd4ad2f2f4e0ab163faef44cd999eb5d3a28706110908bf6350859da1032e873cf24ff8bd9327d0d694edeb35ecb8e0650634dc5d8966 SHA512 789a6fb36f9a3cf9df4ff996b90a5e8f07a24b14027ec455133e184ae96c72a1e8f9adef6d36800139d47d667c54189a2c14616f4947ce0fe72467cb178dbec5
+DIST netopeer2-2.0.28.tar.gz 293502 BLAKE2B 0ddcede996167c4479b8172e39f80d92937858f1accce1aa62afff970fd81b4be2fc46475be4d04ebecbfc3124b692552b0ff653310e6f41942bdb7ffea234d4 SHA512 dc594b73d98d611f77cf6451ae23c35a6f4ecfb400e2ae34d321fc81956013fffc9f8267e567529cd3d92966a0930935e03e7d58d4e97187558b75cdf2e2c1a0

diff --git a/net-misc/netopeer2/netopeer2-2.0.28.ebuild b/net-misc/netopeer2/netopeer2-2.0.28.ebuild
new file mode 100644
index 00000000000..35ce893a9f9
--- /dev/null
+++ b/net-misc/netopeer2/netopeer2-2.0.28.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2021 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.0.41:=
+	>=net-libs/libnetconf2-2.0.17:=
+	net-libs/libssh:=
+	>=net-libs/libyang-2.0.88:="
+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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-10-08 18:26 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2021-10-08 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     575f42bb5e03463fedbe4312ebb55dc89ae80b0e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  8 18:25:16 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct  8 18:25:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575f42bb

net-misc/netopeer2: add 2.0.30

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 +
 net-misc/netopeer2/netopeer2-2.0.30.ebuild | 48 ++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index cde08c727c8..51a4c6027f8 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1,2 +1,3 @@
 DIST netopeer2-2.0.0.tar.gz 255138 BLAKE2B a33fa6a952a060a8fb4bd4ad2f2f4e0ab163faef44cd999eb5d3a28706110908bf6350859da1032e873cf24ff8bd9327d0d694edeb35ecb8e0650634dc5d8966 SHA512 789a6fb36f9a3cf9df4ff996b90a5e8f07a24b14027ec455133e184ae96c72a1e8f9adef6d36800139d47d667c54189a2c14616f4947ce0fe72467cb178dbec5
 DIST netopeer2-2.0.28.tar.gz 293502 BLAKE2B 0ddcede996167c4479b8172e39f80d92937858f1accce1aa62afff970fd81b4be2fc46475be4d04ebecbfc3124b692552b0ff653310e6f41942bdb7ffea234d4 SHA512 dc594b73d98d611f77cf6451ae23c35a6f4ecfb400e2ae34d321fc81956013fffc9f8267e567529cd3d92966a0930935e03e7d58d4e97187558b75cdf2e2c1a0
+DIST netopeer2-2.0.30.tar.gz 382529 BLAKE2B e17bc4eceb07b91347aac4e5167d7a92bfd7bfde77a79f27b6531f4ad0c77fc42e9281ed156b017969171dbb9f25e2570e9b2db1a85af9da896d5f39bd902555 SHA512 f0ec1b1e469b5a39ec4ae9533bc0cea6391068502defba3e3f25b154a573d37c030283b4483e27a11e8e372f580110af7df7279c6e1be3a2fec249a6b79c3d95

diff --git a/net-misc/netopeer2/netopeer2-2.0.30.ebuild b/net-misc/netopeer2/netopeer2-2.0.30.ebuild
new file mode 100644
index 00000000000..07d22987d05
--- /dev/null
+++ b/net-misc/netopeer2/netopeer2-2.0.30.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2021 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.0.47:=
+	>=net-libs/libnetconf2-2.0.19:=
+	net-libs/libssh:=
+	>=net-libs/libyang-2.0.97:="
+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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-10-08 18:26 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2021-10-08 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4fda5b60e0bde82b923171c79d8c5c4356dcd271
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  8 18:25:27 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct  8 18:25:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fda5b60

net-misc/netopeer2: drop 2.0.28

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 -
 net-misc/netopeer2/netopeer2-2.0.28.ebuild | 48 ------------------------------
 2 files changed, 49 deletions(-)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index 51a4c6027f8..8eaeb54a563 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1,3 +1,2 @@
 DIST netopeer2-2.0.0.tar.gz 255138 BLAKE2B a33fa6a952a060a8fb4bd4ad2f2f4e0ab163faef44cd999eb5d3a28706110908bf6350859da1032e873cf24ff8bd9327d0d694edeb35ecb8e0650634dc5d8966 SHA512 789a6fb36f9a3cf9df4ff996b90a5e8f07a24b14027ec455133e184ae96c72a1e8f9adef6d36800139d47d667c54189a2c14616f4947ce0fe72467cb178dbec5
-DIST netopeer2-2.0.28.tar.gz 293502 BLAKE2B 0ddcede996167c4479b8172e39f80d92937858f1accce1aa62afff970fd81b4be2fc46475be4d04ebecbfc3124b692552b0ff653310e6f41942bdb7ffea234d4 SHA512 dc594b73d98d611f77cf6451ae23c35a6f4ecfb400e2ae34d321fc81956013fffc9f8267e567529cd3d92966a0930935e03e7d58d4e97187558b75cdf2e2c1a0
 DIST netopeer2-2.0.30.tar.gz 382529 BLAKE2B e17bc4eceb07b91347aac4e5167d7a92bfd7bfde77a79f27b6531f4ad0c77fc42e9281ed156b017969171dbb9f25e2570e9b2db1a85af9da896d5f39bd902555 SHA512 f0ec1b1e469b5a39ec4ae9533bc0cea6391068502defba3e3f25b154a573d37c030283b4483e27a11e8e372f580110af7df7279c6e1be3a2fec249a6b79c3d95

diff --git a/net-misc/netopeer2/netopeer2-2.0.28.ebuild b/net-misc/netopeer2/netopeer2-2.0.28.ebuild
deleted file mode 100644
index 35ce893a9f9..00000000000
--- a/net-misc/netopeer2/netopeer2-2.0.28.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2021 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.0.41:=
-	>=net-libs/libnetconf2-2.0.17:=
-	net-libs/libssh:=
-	>=net-libs/libyang-2.0.88:="
-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"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-11-05 17:54 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2021-11-05 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     0d9fd05427d1aeb655cc11d1e0df924c348a6fae
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 17:54:52 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 17:54:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9fd054

net-misc/netopeer2: Stabilize 2.0.30 amd64, #818937

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-2.0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-2.0.30.ebuild b/net-misc/netopeer2/netopeer2-2.0.30.ebuild
index 07d22987d05..cf6ffaf54fa 100644
--- a/net-misc/netopeer2/netopeer2-2.0.30.ebuild
+++ b/net-misc/netopeer2/netopeer2-2.0.30.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	dev-libs/openssl:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-11-10 22:33 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2021-11-10 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     1f272c781de4f7b0bd1c562ec80715e8cf421d58
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 22:33:32 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 22:33:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f272c78

net-misc/netopeer2: Stabilize 2.0.30 x86, #818937

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-2.0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-2.0.30.ebuild b/net-misc/netopeer2/netopeer2-2.0.30.ebuild
index cf6ffaf54fa..e47eeecc25b 100644
--- a/net-misc/netopeer2/netopeer2-2.0.30.ebuild
+++ b/net-misc/netopeer2/netopeer2-2.0.30.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-libs/openssl:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-11-10 22:35 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2021-11-10 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5b5929947d30ad324cb278f943cb4b67b1558240
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 22:34:31 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 22:35:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b592994

net-misc/netopeer2: drop 2.0.0

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/Manifest               |  1 -
 net-misc/netopeer2/netopeer2-2.0.0.ebuild | 46 -------------------------------
 2 files changed, 47 deletions(-)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index 8eaeb54a563..f05ba8239e9 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1,2 +1 @@
-DIST netopeer2-2.0.0.tar.gz 255138 BLAKE2B a33fa6a952a060a8fb4bd4ad2f2f4e0ab163faef44cd999eb5d3a28706110908bf6350859da1032e873cf24ff8bd9327d0d694edeb35ecb8e0650634dc5d8966 SHA512 789a6fb36f9a3cf9df4ff996b90a5e8f07a24b14027ec455133e184ae96c72a1e8f9adef6d36800139d47d667c54189a2c14616f4947ce0fe72467cb178dbec5
 DIST netopeer2-2.0.30.tar.gz 382529 BLAKE2B e17bc4eceb07b91347aac4e5167d7a92bfd7bfde77a79f27b6531f4ad0c77fc42e9281ed156b017969171dbb9f25e2570e9b2db1a85af9da896d5f39bd902555 SHA512 f0ec1b1e469b5a39ec4ae9533bc0cea6391068502defba3e3f25b154a573d37c030283b4483e27a11e8e372f580110af7df7279c6e1be3a2fec249a6b79c3d95

diff --git a/net-misc/netopeer2/netopeer2-2.0.0.ebuild b/net-misc/netopeer2/netopeer2-2.0.0.ebuild
deleted file mode 100644
index 807ead2dd44..00000000000
--- a/net-misc/netopeer2/netopeer2-2.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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.0.0:=
-	>=net-libs/libnetconf2-2.0.0:=
-	net-libs/libssh:=
-	>=net-libs/libyang-2.0.0:="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local mycmakeargs=(
-		-DGENERATE_HOSTKEY=OFF
-		-DINSTALL_MODULES=OFF
-		-DMERGE_LISTEN_CONFIG=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"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-11-12 10:03 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2021-11-12 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cf7664dc40478c069e0e1b909fd341e4ee21ab7f
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 10:02:27 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 10:03:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7664dc

net-misc/netopeer2: add 2.0.35

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 +
 net-misc/netopeer2/netopeer2-2.0.35.ebuild | 48 ++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index f05ba8239e9..0ec04065a38 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1 +1,2 @@
 DIST netopeer2-2.0.30.tar.gz 382529 BLAKE2B e17bc4eceb07b91347aac4e5167d7a92bfd7bfde77a79f27b6531f4ad0c77fc42e9281ed156b017969171dbb9f25e2570e9b2db1a85af9da896d5f39bd902555 SHA512 f0ec1b1e469b5a39ec4ae9533bc0cea6391068502defba3e3f25b154a573d37c030283b4483e27a11e8e372f580110af7df7279c6e1be3a2fec249a6b79c3d95
+DIST netopeer2-2.0.35.tar.gz 381321 BLAKE2B c776561b59bf05d093496e242fdb37766bf6292175186f92b85b86162d5fd6bba7118c41cef0ccfc835b09f34da1978f4e3aefb9961893b3d15b57117c3dbdb6 SHA512 f6b956c4b9d0f799f622eba62c2b20beb5f7db4899c6284bbb53303ff15f8787644687eeb99f1c68b455784166f2e858959ee16a345c0aabc444952bde70427d

diff --git a/net-misc/netopeer2/netopeer2-2.0.35.ebuild b/net-misc/netopeer2/netopeer2-2.0.35.ebuild
new file mode 100644
index 00000000000..04f0cbece36
--- /dev/null
+++ b/net-misc/netopeer2/netopeer2-2.0.35.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2021 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.0.53:=
+	>=net-libs/libnetconf2-2.0.24:=
+	net-libs/libssh:=
+	>=net-libs/libyang-2.0.112:="
+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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-12-12 17:58 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2021-12-12 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2c0ccb642852f31e2addfe1eb62c5d61679e2337
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 17:58:29 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 17:58:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0ccb64

net-misc/netopeer2: Stabilize 2.0.35 x86, #829006

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-2.0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-2.0.35.ebuild b/net-misc/netopeer2/netopeer2-2.0.35.ebuild
index 04f0cbece36f..25301bd1a381 100644
--- a/net-misc/netopeer2/netopeer2-2.0.35.ebuild
+++ b/net-misc/netopeer2/netopeer2-2.0.35.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	dev-libs/openssl:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-12-12 17:58 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2021-12-12 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0f47937bb22810b8e66f950b3551cb1bd535ca01
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 17:58:41 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 17:58:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f47937b

net-misc/netopeer2: Stabilize 2.0.35 amd64, #829006

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-2.0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-2.0.35.ebuild b/net-misc/netopeer2/netopeer2-2.0.35.ebuild
index 25301bd1a381..f4ad0b6b6641 100644
--- a/net-misc/netopeer2/netopeer2-2.0.35.ebuild
+++ b/net-misc/netopeer2/netopeer2-2.0.35.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-libs/openssl:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2021-12-12 18:01 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2021-12-12 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f4e168fd3e7be600e8b9e5df1491f1b3a023478a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 18:00:10 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 18:00:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e168fd

net-misc/netopeer2: drop 2.0.30

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 -
 net-misc/netopeer2/netopeer2-2.0.30.ebuild | 48 ------------------------------
 2 files changed, 49 deletions(-)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index 0ec04065a386..bad26e33c8b8 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1,2 +1 @@
-DIST netopeer2-2.0.30.tar.gz 382529 BLAKE2B e17bc4eceb07b91347aac4e5167d7a92bfd7bfde77a79f27b6531f4ad0c77fc42e9281ed156b017969171dbb9f25e2570e9b2db1a85af9da896d5f39bd902555 SHA512 f0ec1b1e469b5a39ec4ae9533bc0cea6391068502defba3e3f25b154a573d37c030283b4483e27a11e8e372f580110af7df7279c6e1be3a2fec249a6b79c3d95
 DIST netopeer2-2.0.35.tar.gz 381321 BLAKE2B c776561b59bf05d093496e242fdb37766bf6292175186f92b85b86162d5fd6bba7118c41cef0ccfc835b09f34da1978f4e3aefb9961893b3d15b57117c3dbdb6 SHA512 f6b956c4b9d0f799f622eba62c2b20beb5f7db4899c6284bbb53303ff15f8787644687eeb99f1c68b455784166f2e858959ee16a345c0aabc444952bde70427d

diff --git a/net-misc/netopeer2/netopeer2-2.0.30.ebuild b/net-misc/netopeer2/netopeer2-2.0.30.ebuild
deleted file mode 100644
index e47eeecc25b5..000000000000
--- a/net-misc/netopeer2/netopeer2-2.0.30.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2021 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.0.47:=
-	>=net-libs/libnetconf2-2.0.19:=
-	net-libs/libssh:=
-	>=net-libs/libyang-2.0.97:="
-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"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2022-03-21 18:48 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2022-03-21 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     67577380905abed79a618d5c8d217946fe3bc362
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 18:48:03 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> 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ć <jsmolic <AT> 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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2022-03-25 19:41 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2022-03-25 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     520ad1f9298f65315f8cd3abc8eb1c64079ba699
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 19:30:15 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 19:30:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520ad1f9

net-misc/netopeer2: destabilize 2.0.35 for ~x86

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-2.0.35.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/netopeer2/netopeer2-2.0.35.ebuild b/net-misc/netopeer2/netopeer2-2.0.35.ebuild
index f4ad0b6b6641..1b2774f2b27a 100644
--- a/net-misc/netopeer2/netopeer2-2.0.35.ebuild
+++ b/net-misc/netopeer2/netopeer2-2.0.35.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	dev-libs/openssl:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2022-05-04 23:23 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2022-05-04 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     58d85cf693cd327bd747099a32f205b560d2996c
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 23:21:54 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed May  4 23:23:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d85cf6

net-misc/netopeer2: Stabilize 2.1.16 amd64, #841389

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-2.1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-2.1.16.ebuild b/net-misc/netopeer2/netopeer2-2.1.16.ebuild
index be90dbbc4e6e..b2fbb5b2af45 100644
--- a/net-misc/netopeer2/netopeer2-2.1.16.ebuild
+++ b/net-misc/netopeer2/netopeer2-2.1.16.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	dev-libs/openssl:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2022-05-04 23:26 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2022-05-04 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e5724aef9ec0f37525148f4da3f87ea37d94f150
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 23:24:26 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed May  4 23:25:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5724aef

net-misc/netopeer2: drop 2.0.35

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 -
 net-misc/netopeer2/netopeer2-2.0.35.ebuild | 48 ------------------------------
 2 files changed, 49 deletions(-)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index 8b91a5d2cf94..11b445c4460a 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1,2 +1 @@
-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.0.35.ebuild b/net-misc/netopeer2/netopeer2-2.0.35.ebuild
deleted file mode 100644
index 1b2774f2b27a..000000000000
--- a/net-misc/netopeer2/netopeer2-2.0.35.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 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.0.53:=
-	>=net-libs/libnetconf2-2.0.24:=
-	net-libs/libssh:=
-	>=net-libs/libyang-2.0.112:="
-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"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2022-05-20 18:41 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2022-05-20 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     a293c35b9f0c3bcdb8dd3b9dfea7955d20293da2
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 17:08:55 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri May 20 18:40:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a293c35b

net-misc/netopeer2: add 2.1.23

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 +
 net-misc/netopeer2/netopeer2-2.1.23.ebuild | 48 ++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index 11b445c4460a..5f8928e6ca09 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1 +1,2 @@
 DIST netopeer2-2.1.16.tar.gz 371327 BLAKE2B fb9022cdad297ce366c00efbb0394feaa4dcff766f35c614354ea83a31871f24e05893e418face4e14df4d677c84e254cd8058259cddbc86ab4c94903eabd0f5 SHA512 9d0f1ddd38db2e9ac9a15ca1d8929eb32f682dd47c491a475acc406849fac0bc5f61f15cfabdacdedafe572855cf31cff4294c34eda2cad61e7518b62f40f71d
+DIST netopeer2-2.1.23.tar.gz 375193 BLAKE2B 14407c1d4b6a382fd0f9cf1c5d2d5f5d0aea27bac7f9b5597fe500a227b9e990e82a87da0216b310abe66f88ab5116d2f4cf101f186b9264e77a67af656a1d64 SHA512 5dcd9850151b71fe25a286bd37b672191125abe6a9e52a815f9ee88fa8200da17016f5aacbe5bcd33767cddbd18833df71d4b06b1fed1b97536e494fa70ca22f

diff --git a/net-misc/netopeer2/netopeer2-2.1.23.ebuild b/net-misc/netopeer2/netopeer2-2.1.23.ebuild
new file mode 100644
index 000000000000..f2d625e240a2
--- /dev/null
+++ b/net-misc/netopeer2/netopeer2-2.1.23.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.64
+	>=net-libs/libnetconf2-2.1.11
+	net-libs/libssh:=
+	>=net-libs/libyang-2.0.194"
+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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2022-06-29  7:52 Agostino Sarubbo
  0 siblings, 0 replies; 32+ messages in thread
From: Agostino Sarubbo @ 2022-06-29  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e9d28644ff0e0c08d30a2bd60c9c4951cd39e80e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 07:51:23 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 07:51:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d28644

net-misc/netopeer2: amd64 stable wrt bug #854618

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-2.1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-2.1.23.ebuild b/net-misc/netopeer2/netopeer2-2.1.23.ebuild
index f2d625e240a2..7d8235fd6162 100644
--- a/net-misc/netopeer2/netopeer2-2.1.23.ebuild
+++ b/net-misc/netopeer2/netopeer2-2.1.23.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	dev-libs/openssl:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2023-04-04  8:07 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2023-04-04  8:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d4c02d26bd82a8bb41db64ed408432fa2ff02b7e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 07:58:00 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 07:59:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c02d26

net-misc/netopeer2: add 2.1.59

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  1 +
 net-misc/netopeer2/netopeer2-2.1.59.ebuild | 48 ++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index 5f8928e6ca09..82d7c35ec26c 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1,2 +1,3 @@
 DIST netopeer2-2.1.16.tar.gz 371327 BLAKE2B fb9022cdad297ce366c00efbb0394feaa4dcff766f35c614354ea83a31871f24e05893e418face4e14df4d677c84e254cd8058259cddbc86ab4c94903eabd0f5 SHA512 9d0f1ddd38db2e9ac9a15ca1d8929eb32f682dd47c491a475acc406849fac0bc5f61f15cfabdacdedafe572855cf31cff4294c34eda2cad61e7518b62f40f71d
 DIST netopeer2-2.1.23.tar.gz 375193 BLAKE2B 14407c1d4b6a382fd0f9cf1c5d2d5f5d0aea27bac7f9b5597fe500a227b9e990e82a87da0216b310abe66f88ab5116d2f4cf101f186b9264e77a67af656a1d64 SHA512 5dcd9850151b71fe25a286bd37b672191125abe6a9e52a815f9ee88fa8200da17016f5aacbe5bcd33767cddbd18833df71d4b06b1fed1b97536e494fa70ca22f
+DIST netopeer2-2.1.59.tar.gz 390371 BLAKE2B 777ff3a5db93bbeabb0f19dfb9a23b67f1945a834cfff716b3144fe24c62f848f048e35fac8ae6d10a7040bdbb29e1ff8ff3559f68a46ccf23fe958152adc3da SHA512 4eb889cb018f22308578712edcaf2f2e20dc4fddf45dded66f644c5288e3ef16cdcf00e61f3d03a2b8e97c4f31441d46651fea12bc3af229aae9b720de59789f

diff --git a/net-misc/netopeer2/netopeer2-2.1.59.ebuild b/net-misc/netopeer2/netopeer2-2.1.59.ebuild
new file mode 100644
index 000000000000..fa4f9528e25b
--- /dev/null
+++ b/net-misc/netopeer2/netopeer2-2.1.59.ebuild
@@ -0,0 +1,48 @@
+# 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="
+	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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2023-04-21 20:13 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2023-04-21 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1c239053ed507ba9c7952ac87a3f500a7afd4c94
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 20:10:47 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 20:12:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c239053

net-misc/netopeer2: Add dependency on c_rehash

Closes: https://bugs.gentoo.org/893598
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../netopeer2/{netopeer2-2.1.59.ebuild => netopeer2-2.1.59-r1.ebuild}    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/netopeer2/netopeer2-2.1.59.ebuild b/net-misc/netopeer2/netopeer2-2.1.59-r1.ebuild
similarity index 98%
rename from net-misc/netopeer2/netopeer2-2.1.59.ebuild
rename to net-misc/netopeer2/netopeer2-2.1.59-r1.ebuild
index fa4f9528e25b..242e6140a31b 100644
--- a/net-misc/netopeer2/netopeer2-2.1.59.ebuild
+++ b/net-misc/netopeer2/netopeer2-2.1.59-r1.ebuild
@@ -14,6 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
+	app-misc/c_rehash
 	dev-libs/openssl:=
 	net-misc/curl:=
 	>=net-misc/sysrepo-2.2.60


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2023-05-05  1:54 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2023-05-05  1:54 UTC (permalink / raw
  To: gentoo-commits

commit:     1d8cafed400029144634d30bd14e482bbaf97ec2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 01:54:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 01:54:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8cafed

net-misc/netopeer2: Stabilize 2.1.59-r1 amd64, #905111

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/netopeer2/netopeer2-2.1.59-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netopeer2/netopeer2-2.1.59-r1.ebuild b/net-misc/netopeer2/netopeer2-2.1.59-r1.ebuild
index 242e6140a31b..7ccaa1384f4a 100644
--- a/net-misc/netopeer2/netopeer2-2.1.59-r1.ebuild
+++ b/net-misc/netopeer2/netopeer2-2.1.59-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CESNET/netopeer2/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	app-misc/c_rehash


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2023-05-05  6:22 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2023-05-05  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     fd63cbd2975744b669420c979d292394d1c41508
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 06:19:18 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri May  5 06:20:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd63cbd2

net-misc/netopeer2: drop 2.1.16, 2.1.23

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/Manifest                |  2 --
 net-misc/netopeer2/netopeer2-2.1.16.ebuild | 48 ------------------------------
 net-misc/netopeer2/netopeer2-2.1.23.ebuild | 48 ------------------------------
 3 files changed, 98 deletions(-)

diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index 82d7c35ec26c..1fd47dc6c824 100644
--- a/net-misc/netopeer2/Manifest
+++ b/net-misc/netopeer2/Manifest
@@ -1,3 +1 @@
-DIST netopeer2-2.1.16.tar.gz 371327 BLAKE2B fb9022cdad297ce366c00efbb0394feaa4dcff766f35c614354ea83a31871f24e05893e418face4e14df4d677c84e254cd8058259cddbc86ab4c94903eabd0f5 SHA512 9d0f1ddd38db2e9ac9a15ca1d8929eb32f682dd47c491a475acc406849fac0bc5f61f15cfabdacdedafe572855cf31cff4294c34eda2cad61e7518b62f40f71d
-DIST netopeer2-2.1.23.tar.gz 375193 BLAKE2B 14407c1d4b6a382fd0f9cf1c5d2d5f5d0aea27bac7f9b5597fe500a227b9e990e82a87da0216b310abe66f88ab5116d2f4cf101f186b9264e77a67af656a1d64 SHA512 5dcd9850151b71fe25a286bd37b672191125abe6a9e52a815f9ee88fa8200da17016f5aacbe5bcd33767cddbd18833df71d4b06b1fed1b97536e494fa70ca22f
 DIST netopeer2-2.1.59.tar.gz 390371 BLAKE2B 777ff3a5db93bbeabb0f19dfb9a23b67f1945a834cfff716b3144fe24c62f848f048e35fac8ae6d10a7040bdbb29e1ff8ff3559f68a46ccf23fe958152adc3da SHA512 4eb889cb018f22308578712edcaf2f2e20dc4fddf45dded66f644c5288e3ef16cdcf00e61f3d03a2b8e97c4f31441d46651fea12bc3af229aae9b720de59789f

diff --git a/net-misc/netopeer2/netopeer2-2.1.16.ebuild b/net-misc/netopeer2/netopeer2-2.1.16.ebuild
deleted file mode 100644
index b2fbb5b2af45..000000000000
--- a/net-misc/netopeer2/netopeer2-2.1.16.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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"
-}

diff --git a/net-misc/netopeer2/netopeer2-2.1.23.ebuild b/net-misc/netopeer2/netopeer2-2.1.23.ebuild
deleted file mode 100644
index 7d8235fd6162..000000000000
--- a/net-misc/netopeer2/netopeer2-2.1.23.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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.64
-	>=net-libs/libnetconf2-2.1.11
-	net-libs/libssh:=
-	>=net-libs/libyang-2.0.194"
-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"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/
@ 2024-06-18 18:55 Jakov Smolić
  0 siblings, 0 replies; 32+ messages in thread
From: Jakov Smolić @ 2024-06-18 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c2adbfedc5c09636ec8d95a10c1a2f2831d3aeb3
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 18:32:09 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 18:54:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2adbfed

net-misc/netopeer2: drop myself as a maintainer

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/netopeer2/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-misc/netopeer2/metadata.xml b/net-misc/netopeer2/metadata.xml
index 36ad10f456f3..301e4a528e6e 100644
--- a/net-misc/netopeer2/metadata.xml
+++ b/net-misc/netopeer2/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>jsmolic@gentoo.org</email>
-		<name>Jakov Smolić</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">CESNET/netopeer2</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2024-06-18 18:55 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-26 12:37 [gentoo-commits] repo/gentoo:master commit in: net-misc/netopeer2/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-06-18 18:55 Jakov Smolić
2023-05-05  6:22 Jakov Smolić
2023-05-05  1:54 Sam James
2023-04-21 20:13 Jakov Smolić
2023-04-04  8:07 Jakov Smolić
2022-06-29  7:52 Agostino Sarubbo
2022-05-20 18:41 Jakov Smolić
2022-05-04 23:26 Jakov Smolić
2022-05-04 23:23 Jakov Smolić
2022-03-25 19:41 Jakov Smolić
2022-03-21 18:48 Jakov Smolić
2021-12-12 18:01 Jakov Smolić
2021-12-12 17:58 Jakov Smolić
2021-12-12 17:58 Jakov Smolić
2021-11-12 10:03 Jakov Smolić
2021-11-10 22:35 Jakov Smolić
2021-11-10 22:33 Jakov Smolić
2021-11-05 17:54 Jakov Smolić
2021-10-08 18:26 Jakov Smolić
2021-10-08 18:26 Jakov Smolić
2021-09-24  8:40 Jakov Smolić
2021-08-31 15:36 Jakov Smolić
2021-08-14 10:30 David Seifert
2021-07-20  6:33 Agostino Sarubbo
2021-06-06 23:19 Sam James
2021-06-05 16:22 David Seifert
2021-05-27 21:13 David Seifert
2021-05-27 21:13 David Seifert
2021-05-27 19:14 Sam James
2021-03-30 10:12 David Seifert
2021-03-26 10:53 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox