mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 02:30:58 +02:00
xdot: remove in gentoo's favour
This commit is contained in:
parent
7afefdba39
commit
bd30508fad
3 changed files with 0 additions and 29 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST xdot-0.6.tar.gz 21181 SHA256 c71d82bad0fec696af36af788c2a1dbb5d9975bd70bfbdc14bda15b5c7319e6c SHA512 7490ba913852443ca69c1ad9abbf2708e8f6d79e1beddfb6ff96afc0d3480a92e1c533ab7dee87d04072dbd397bd9cbbace559ab199fd4b273a8caeb696a2196 WHIRLPOOL 5264399f2ccd9f925acfe5b1f921eb4f6ec0c2db4ba256fbefd6aafaade2c467452bda02913a075da7a27918b7a3f922bb675a2036a42a9632d944cd18c3b193
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Interactive viewer for Graphviz dot files"
|
||||
HOMEPAGE="https://github.com/jrfonseca/xdot.py"
|
||||
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-gfx/graphviz
|
||||
dev-python/pycairo
|
||||
dev-python/pygtk"
|
||||
RDEPEND="${DEPEND}"
|
||||
Loading…
Reference in a new issue