net-misc: Dropping bird-lg
It works only with python2 and some libs has been moved to py3 only Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
837a69a4cd
commit
af55d9a2f0
|
@ -1 +0,0 @@
|
|||
DIST bird-lg-2012.1.tar.gz 107550 BLAKE2B 37b5df6fe80d3af69ac07c9009ce9665f92093f4dd65743a96eab21dc89a28b29d371bb277d1349f766d85a4e424988023bd7bedad5438e275ff675aae147381 SHA512 fa778d03141bcde15c4b049ae45ceab19e8b907f842767a6460d46d7d1ad50d4bc400e11792ea1bced84571b5eadd4e8844d8a263576b23f3426cf7eea62a54a
|
|
@ -1,35 +0,0 @@
|
|||
# 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
|
||||
}
|
|
@ -1,35 +0,0 @@
|
|||
# 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 git-r3
|
||||
|
||||
DESCRIPTION="This is a looking glass for the Internet Routing Daemon BIRD"
|
||||
HOMEPAGE="https://github.com/sileht/bird-lg"
|
||||
EGIT_REPO_URI="https://git.grifon.fr/alarig/${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
|
||||
}
|
|
@ -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>alarig@swordarmor.fr</email>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue