net-misc/bird-lg

This commit is contained in:
Alarig Le Lay 2019-03-12 15:39:45 +01:00
parent af1b63d162
commit 436b3a9da3
3 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST bird-lg-2012.1.tar.gz 107550 BLAKE2B 37b5df6fe80d3af69ac07c9009ce9665f92093f4dd65743a96eab21dc89a28b29d371bb277d1349f766d85a4e424988023bd7bedad5438e275ff675aae147381 SHA512 fa778d03141bcde15c4b049ae45ceab19e8b907f842767a6460d46d7d1ad50d4bc400e11792ea1bced84571b5eadd4e8844d8a263576b23f3426cf7eea62a54a
EBUILD bird-lg-2012.1.ebuild 778 BLAKE2B b3a8795ee64101923d7c23b7d503cf8871a001da794bbe91dacd0d8a0a8334013745527774b1d885c6acf7461d32db26f43ca98588f24efcc671bfdd35be3219 SHA512 279ea5292e31c4d9638feb9d227bed386cb33facaf8625d50c0e8697bcb3f6c25bf1f903822db8732b8af4859a795ba8fd492d55d4c147943db8d27a49e0d290
EBUILD bird-lg-9999.ebuild 741 BLAKE2B 5ccc664c0e07c67ed70750ae12c4d62b309b8f5f7165050fc0ff31cba8a15b96fa5877c5655eba5f315d1cb92b704e2464ca5494ce8cbddfc013df8eea0c6a75 SHA512 ca48f3c1c499d7d4456fb9cf15953079ee8aef74aed46b179d602ad8253007ce0d1d10307dc7abb1f4d45ee4a079381897f18f2291345c136b19c79890c478e1

View File

@ -0,0 +1,35 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
DESCRIPTION="This is a looking glass for the Internet Routing Daemon BIRD"
HOMEPAGE="https://github.com/sileht/bird-lg"
SRC_URI="https://github.com/sileht/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND=">=dev-python/flask-0.8
dev-python/dnspython
dev-python/pydot
dev-python/python-memcached
media-gfx/graphviz
net-misc/whois
net-analyzer/traceroute"
RDEPEND="${DEPEND}"
src_install() {
insinto /opt/${PN}
doins *.py *.cfg lg.wsgi
doins -r static templates
exeinto /opt/${PN}
doexe lg.py
}

View File

@ -0,0 +1,35 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
DESCRIPTION="This is a looking glass for the Internet Routing Daemon BIRD"
HOMEPAGE="https://github.com/sileht/bird-lg"
EGIT_REPO_URI="https://github.com/sileht/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND=">=dev-python/flask-0.8
dev-python/dnspython
dev-python/pydot
dev-python/python-memcached
media-gfx/graphviz
net-misc/whois
net-analyzer/traceroute"
RDEPEND="${DEPEND}"
src_install() {
insinto /opt/${PN}
doins *.py *.cfg lg.wsgi
doins -r static templates
exeinto /opt/${PN}
doexe lg.py
}