forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-gfx/xdot: add 0.6 and 0.7 ebuilds
Package-Manager: portage-2.2.26
- Loading branch information
Showing
3 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
DIST xdot-0.5.tar.gz 24555 SHA256 ecc40a7371a6f9590cb10b1a7d3cef67843cb18e7a9e4648dcb458229a7bf3c7 SHA512 f466ee0af2270c66218b67bf371c972d0ffefe977059eeeeb3c4a2ca29807c3ca419020286ed9c031853f79afb55222884c942bd14d8365b64ce2a0ed5f6d1d0 WHIRLPOOL 10e21752cfb8afd3a34b64708f410290b70e37026a8723320693f612ea1de5e13296db88b951ce860c260434dba5b113919b12e10f461e97b8a6a68d5f7e9125 | ||
DIST xdot-0.6.tar.gz 27710 SHA256 0932bb72abaa77e6a5c4f2acd13569763c23d2761f4e9e5e49993bc69da9cce2 SHA512 25dcb35aacdd58fb13519346d1d8cf500eeeeb3cc40dee85e967d23c52c0c37ba092a023aec6cd72a35b74e3ea6a2168e1691ad218e4a6af17ea6d56d824f05b WHIRLPOOL f98c33b4d9e0d08a61630f351063a6756b40c01aa065ec8a7b9e620aa5650b97de1ea73bb384a41bc48ab4a99e6498499e4f5df3191449c56947bb9101f29f41 | ||
DIST xdot-0.7.tar.gz 126406 SHA256 908eeaaae2af12744e25e8cffe704d7a9fd221c23c60f550263de81157ef50f7 SHA512 793be28fbd0ee6c2b9dd97532ef8742d598f84055ef67e688593d7c1f689f04593dd89a490f4f48866b18ac595252d03b9cc6d8d8e2d6c0ac1ef1ad28789c512 WHIRLPOOL 80976649a0d2cb0c7dc4d27783b9e23d3fc5e7c6e9d003816ca85d644384e0ef81d672b3d5261b38b22a3a80ab80ac51a892318ba15a2f26af5198dbd4612b3e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
PYTHON_COMPAT=( python2_7 ) | ||
|
||
inherit distutils-r1 | ||
|
||
MY_PN=xdot.py | ||
MY_P="${MY_PN}-${PV}" | ||
|
||
DESCRIPTION="Interactive viewer for Graphviz dot files" | ||
HOMEPAGE="https://github.com/jrfonseca/xdot.py" | ||
SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="LGPL-2+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
DEPEND=" | ||
dev-python/pycairo[${PYTHON_USEDEP}] | ||
>=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}] | ||
dev-python/setuptools[${PYTHON_USEDEP}] | ||
media-gfx/graphviz[${PYTHON_USEDEP}] | ||
" | ||
RDEPEND="${DEPEND}" | ||
|
||
S="${WORKDIR}/${MY_P}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
PYTHON_COMPAT=( python2_7 ) | ||
|
||
inherit distutils-r1 | ||
|
||
MY_PN=xdot.py | ||
MY_P="${MY_PN}-${PV}" | ||
|
||
DESCRIPTION="Interactive viewer for Graphviz dot files" | ||
HOMEPAGE="https://github.com/jrfonseca/xdot.py" | ||
SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="LGPL-2+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
DEPEND=" | ||
dev-python/pycairo[${PYTHON_USEDEP}] | ||
>=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}] | ||
dev-python/setuptools[${PYTHON_USEDEP}] | ||
media-gfx/graphviz[${PYTHON_USEDEP}] | ||
" | ||
RDEPEND="${DEPEND}" | ||
|
||
S="${WORKDIR}/${MY_P}" |