diff options
Diffstat (limited to 'media-gfx/xdot')
-rw-r--r-- | media-gfx/xdot/Manifest | 6 | ||||
-rw-r--r-- | media-gfx/xdot/xdot-1.1.ebuild | 47 | ||||
-rw-r--r-- | media-gfx/xdot/xdot-1.2.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/xdot/xdot-9999.ebuild | 3 |
4 files changed, 4 insertions, 55 deletions
diff --git a/media-gfx/xdot/Manifest b/media-gfx/xdot/Manifest index 0ed84353bbf3..a701ee7ac848 100644 --- a/media-gfx/xdot/Manifest +++ b/media-gfx/xdot/Manifest @@ -1,6 +1,4 @@ -DIST xdot-1.1.tar.gz 134215 BLAKE2B e241a4fb1ec69a8613f7813dc159761e6bffb82ea9f58876287d01946f4c93e66e5eef66e6844abb7738979412c2c7d2d26f76bc0563ad0c3c8550d9e8023b47 SHA512 d67c45c8c071013551f79d671a21ce546b680fac5997ba9631a882ffa3c44c15a69949643ed5e8211417006152575a1d99450ccfb6062427521d1e2bc0814f55 DIST xdot-1.2.tar.gz 136057 BLAKE2B 484a3513ec3d67dbc6e167f171e7f70977ba2472766f25aa7cc088235f99470bfac5fac67368ea53b633320752a928634840ff3dcccc6b96795d3b7c203db922 SHA512 b4d3b15114b982c7c38cc71c0602f6d1ba9874c7315c2b8c4a8a48bf7674e9b38bf19a0d4a2d319acc9a29cf8f177a651d4e213761e88b0b3cb26e95e8a92dda -EBUILD xdot-1.1.ebuild 1131 BLAKE2B 11898731ef0d96bcc944d2bcbd9d301c0b2fe8c3bb0d89557007306553bf8305b0eedfd37c6470a3dd2e2baa9f0ec6ae65d26fc92328ad3691e1cee715de0c43 SHA512 11398d81224730c7b8f857f706bd0b09769966085acea59438a3617618a5a573a7f252d156b741adff328132e76876f431325c2592742e08d1330dbadab9bb88 -EBUILD xdot-1.2.ebuild 837 BLAKE2B c0f7422340f793e2b523740c03db3f664bfc8c64d92b86e9512747a36c5b12df1b4cd20288394fdbb919840e0cac1c18a29ac8de1708c8989cce4e166b9c779c SHA512 862afd6dab66622a834d841d6a16cf41a1341277ada9cd2227a63b19e85e33fb38e09eedaf8e48ad756255375b13918fb30202eb67878dd56dfd2121f9043a14 -EBUILD xdot-9999.ebuild 842 BLAKE2B baf7f994b3dc0f3b858c60bec848f8dd34c4d2a48c81e240cadaa47dd08456e4a68e2520735785deae0a6eae955bea065087845834a7aa3c5b7cc4a27a402fc3 SHA512 68d5c597cae55589a792637187cb0395eeeead7ca987194ba7aa06be4eba262e0a9e2896737906996ed35f19418754b4392868151ce2ae66bc31c282c3a237c6 +EBUILD xdot-1.2.ebuild 804 BLAKE2B ec96fe2e3d365461ce2a9e84d5517653882b14a1d577a0b934db4882a1a3e1499b089151371efbe4ea92319197564544160c210943c2d2f08a21e2db2106b2bd SHA512 0544c4fcf6cf4b1bc5e79e999db86aba3ae01fc29691f2b1dcd1c11f18c545f2ca9a6b0b9379df5c246fa47346fee2cafbadb08c869fbcc4042b236b967dac4b +EBUILD xdot-9999.ebuild 809 BLAKE2B f77216d9bf942d2bba526eb92e2b51448ed9fdeabc5958d533bef5de48cbc9a2e6373946e41db5a9671d95efcb8c75cc53bbc37bed6f3cc6cc58efeec6ab7767 SHA512 87f6ed390f84fa4307bf7226eede2760517d708db6be2117700a2a938d928e8fcfd3a2d34e490c5d3c90de2027cc036b7278e5fa1bc1edeb5c87ecc23f5ecaea MISC metadata.xml 398 BLAKE2B 4cfe399944032b70bb0092f9bd2f47b7e1f45cccfa75e2c8eea9dc41ae8456ffb450d5777a77218c22b8f97d57e0bd63956b63c345dba7167b1cfa8cfe3182aa SHA512 7afd30baf3ee9ec5c492659df23168d22c5a07381ed5972c8a02394a57dd332b86b59393b1bd16d2d365d61aa46839aafa78ff0386a92a26563139e31ed01a76 diff --git a/media-gfx/xdot/xdot-1.1.ebuild b/media-gfx/xdot/xdot-1.1.ebuild deleted file mode 100644 index 34a76a96430a..000000000000 --- a/media-gfx/xdot/xdot-1.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) - -MY_PN=xdot.py -EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}" - -if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-r3" - SRC_URI="" -else - KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86" - MY_P="${MY_PN}-${PV}" - S="${WORKDIR}/${MY_P}" - SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -inherit ${GIT_ECLASS} distutils-r1 - -DESCRIPTION="Interactive viewer for Graphviz dot files" -HOMEPAGE="https://github.com/jrfonseca/xdot.py" - -LICENSE="LGPL-2+" -SLOT="0" - -DEPEND=" - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - media-gfx/graphviz -" -RDEPEND="${DEPEND}" - -src_unpack() { - default - [[ ${PV} = 9999* ]] && git-r3_src_unpack -} - -src_prepare() { - eapply_user - - # Don't require graphviz python(2) supprt, which xdot doesn't use. This allows xdot to support python3. - # For more info, see https://bugs.gentoo.org/643126 - sed -i "/install_requires=\['graphviz'\],/d" setup.py || die -} diff --git a/media-gfx/xdot/xdot-1.2.ebuild b/media-gfx/xdot/xdot-1.2.ebuild index 36fc37fe145c..a7ec56c97a1a 100644 --- a/media-gfx/xdot/xdot-1.2.ebuild +++ b/media-gfx/xdot/xdot-1.2.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..10} ) MY_PN=xdot.py EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}" diff --git a/media-gfx/xdot/xdot-9999.ebuild b/media-gfx/xdot/xdot-9999.ebuild index 1f4cdb063a5a..5e7b0432ad64 100644 --- a/media-gfx/xdot/xdot-9999.ebuild +++ b/media-gfx/xdot/xdot-9999.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..10} ) MY_PN=xdot.py EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}" |