diff --git a/net-misc/ris-pydot-graph/Manifest b/net-misc/ris-pydot-graph/Manifest new file mode 100644 index 0000000..a948bd4 --- /dev/null +++ b/net-misc/ris-pydot-graph/Manifest @@ -0,0 +1 @@ +DIST 0.1.tar.gz 2476219 BLAKE2B e7a99548937b4a5ed0c61d54c77d13f7e21d3b1ee070142caa4b4027c675f879857fcad0b203d2f42dc82116a3ca43d33d8eb339267505ae4589ea22868fd64f SHA512 eadc61afa6a11358d02901608af2e74632d256acebf5083f811996eb9aeb14b030224692fc7f2d294b3707999ef3bd5a72cce2892475a9c530cdd12075935621 diff --git a/net-misc/ris-pydot-graph/metadata.xml b/net-misc/ris-pydot-graph/metadata.xml new file mode 100644 index 0000000..17361c3 --- /dev/null +++ b/net-misc/ris-pydot-graph/metadata.xml @@ -0,0 +1,8 @@ + + + + + alarig@swordarmor.fr + Alarig Le Lay + + diff --git a/net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild b/net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild new file mode 100644 index 0000000..d274048 --- /dev/null +++ b/net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Draw a graph from RIS BGP data" +HOMEPAGE="https://git.grifon.fr/alarig/ris-pydot-graph" +SRC_URI="https://git.grifon.fr/alarig/${PN}/archive/0.1.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-python/cymruwhois + dev-python/pydot +" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_install() { + default + python_foreach_impl python_newscript ris.py "${PN}" +}