summaryrefslogtreecommitdiff
path: root/net-misc/yangcli-pro
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
commit2f8db31405fac68eea6f7257d58529243815033b (patch)
tree54259cc8988a98a10586fc0496b1f3501cd1e2a1 /net-misc/yangcli-pro
parenta4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff)
gentoo resync : 30.04.2018
Diffstat (limited to 'net-misc/yangcli-pro')
-rw-r--r--net-misc/yangcli-pro/Manifest3
-rw-r--r--net-misc/yangcli-pro/metadata.xml8
-rw-r--r--net-misc/yangcli-pro/yangcli-pro-16.10_p8.ebuild39
3 files changed, 0 insertions, 50 deletions
diff --git a/net-misc/yangcli-pro/Manifest b/net-misc/yangcli-pro/Manifest
deleted file mode 100644
index 8097c4905abb..000000000000
--- a/net-misc/yangcli-pro/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST yangcli-pro-16.10-8.deb8.amd64.deb 1406108 SHA256 4c69d5fd9c99272a8bb1074cdf3bc9de616866bb078546c214df86eefaa8bc10 SHA512 23db68a22d83a95638f1c155126118290fba38fd1bca524d29c75f227a14b15f20982c47b598c235b4e78e905090c17b242a27d59350cbcd9b4179da070d74c6 WHIRLPOOL a941936193e07f450a866692c5c153f9d67e309728fdf4a47bb27f2ce0a67d5069facb286e2af99700ff5920861aa3275a2b8ccbbf9b812b3e424ea41317b037
-EBUILD yangcli-pro-16.10_p8.ebuild 1081 BLAKE2B 4ef29832875e2245a095b86d3402f74abc00a0d0a792c09c4cd1fd1a1757238b26957451279540366e9f89190e48153645cbf8e0dbe545a029bf579b368a218a SHA512 964b064f542b89997987460e9f6aadd1c5957debec88a3f050eb14c86af245406e224b71d7fad40520dd6ac766ebc5592b08efd956c037f2aa48ec9136812932
-MISC metadata.xml 251 BLAKE2B d6cd51cc02ac1322483c5ab4655173de8b1c64bac285b55a47fa3a35d3995eef653829b7cb110488c156247cff12381888fcd3b1fe248c8f5e3feb059c490b9f SHA512 7ea734b9e52a4e36b11e004da4a8178aa529574adee2129ba57b1ce75fd5017431fdfffe7a4a536c798ae645497a44b07c748d77308325cf4d6af070ff167edd
diff --git a/net-misc/yangcli-pro/metadata.xml b/net-misc/yangcli-pro/metadata.xml
deleted file mode 100644
index 5087760546f6..000000000000
--- a/net-misc/yangcli-pro/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>chainsaw@gentoo.org</email>
- <name>Tony Vroon</name>
- </maintainer>
-</pkgmetadata>
diff --git a/net-misc/yangcli-pro/yangcli-pro-16.10_p8.ebuild b/net-misc/yangcli-pro/yangcli-pro-16.10_p8.ebuild
deleted file mode 100644
index e4181608fce5..000000000000
--- a/net-misc/yangcli-pro/yangcli-pro-16.10_p8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit unpacker
-
-RESTRICT="bindist mirror strip"
-MY_PV=${PV/_p/-}
-MY_P=${PN}-${MY_PV}
-S=${WORKDIR}
-
-DESCRIPTION="Network manager client that lets you test and manage NETCONF servers"
-HOMEPAGE="https://www.yumaworks.com/yangcli-pro/"
-SRC_URI="amd64? ( https://www.yumaworks.com/pub/${PN}/${MY_PV}/deb8/${MY_P}.deb8.amd64.deb )"
-
-LICENSE="yangcli-pro"
-SLOT="0"
-KEYWORDS="~amd64 -*"
-IUSE=""
-
-RDEPEND="net-libs/libssh2
- sys-libs/ncurses:5/5[tinfo]"
-
-src_install() {
- dodoc usr/share/doc/yangcli-pro/changelog.gz
- dodoc usr/share/doc/yumapro/*.pdf
- dodoc usr/share/doc/yumapro/README
- dobin usr/bin/yangcli-pro
- dolib usr/lib/libyumapro_{ncx,mgr,ycli}.so{,.16.10}
- doman usr/share/man/man1/yangcli-pro.1.gz
- local my_module
- for my_module in ietf/{RFC,DRAFT} netconfcentral yumaworks ; do
- insinto /usr/share/yumapro/modules/${my_module}
- doins usr/share/yumapro/modules/${my_module}/*.yang
- done
- insinto /etc/yumapro
- doins etc/yumapro/yangcli-pro-sample.conf
-}