summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-24 14:21:08 +0100
committerSam James <sam@gentoo.org>2021-05-26 12:34:55 +0000
commit83595141587aeaf740ff9856eefed875830d343b (patch)
tree61f9f45922ecfa383ffc815ccd6008dbb296f6f3 /net-misc/netopeer2
parentnet-libs/libnetconf2: Remove old 1.1.36 (diff)
downloadgentoo-83595141587aeaf740ff9856eefed875830d343b.tar.gz
gentoo-83595141587aeaf740ff9856eefed875830d343b.tar.bz2
gentoo-83595141587aeaf740ff9856eefed875830d343b.zip
net-misc/netopeer2: Remove old 1.1.53
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/netopeer2')
-rw-r--r--net-misc/netopeer2/Manifest1
-rw-r--r--net-misc/netopeer2/netopeer2-1.1.53.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/net-misc/netopeer2/Manifest b/net-misc/netopeer2/Manifest
index 9cabe08f9fae..4707347f9670 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 13d86c998387..000000000000
--- 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"
-}