app-portage/pacvis: New Package

Shows an interactive graph of packages using a web interface

    Package-Manager: Portage-2.3.76, Repoman-2.3.16
    Signed-off-by: brian gloyer <brian.gloyer@gmail.com>
This commit is contained in:
brian gloyer
2019-10-09 21:07:10 -07:00
parent d5df88b5a8
commit 274f594ca8
4 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST pacvis-0.4.1.tar.gz 511582 BLAKE2B 61fe99358b2d1c6f1b500583fa9f4b017ba2548e246c0a4ed2ab59e224e8e8273cfb9c1fdaa233421ce3f45a0e498598b757995c2e74e568450e81cbd44184aa SHA512 146dc13f66c7dcb81f8cbe67461a58df2ea8874c7e4fe97910006b3295c55ce4aa1dff989586a46e2c50ab8156a8dd2519962bf041c54877d1e4de43915ae015

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>brian.gloyer@gmail.com</email>
<name>brian gloyer</name>
</maintainer>
<upstream>
<maintainer status="active">
<email>brian.gloyer@gmail.com</email>
<name>brian gloyer</name>
</maintainer>
<bugs-to>https://github.com/bgloyer/pacvis/issues/</bugs-to>
<remote-id type="github">bgloyer/pacvis</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
DESCRIPTION="Displays dependency graphs of packages"
HOMEPAGE="https://github.com/bgloyer/pacvis.git"
SRC_URI="https://github.com/bgloyer/pacvis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="www-servers/tornado[${PYTHON_USEDEP}]"

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{3_6,3_7} )
EGIT_REPO_URI="https://github.com/bgloyer/pacvis.git"
inherit distutils-r1 git-r3
DESCRIPTION="Displays dependency graphs of packages"
HOMEPAGE="https://github.com/bgloyer/pacvis.git"
SRC_URI=""
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="www-servers/tornado[${PYTHON_USEDEP}]"