media-gfx/xdot: Drop old versions
authorMatt Turner <mattst88@gentoo.org>
Tue, 6 Aug 2019 17:39:01 +0000 (10:39 -0700)
committerMatt Turner <mattst88@gentoo.org>
Tue, 6 Aug 2019 17:39:58 +0000 (10:39 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-gfx/xdot/Manifest
media-gfx/xdot/xdot-1.0.ebuild [deleted file]

index 6cc95a1419a369a0b903d01c40b3eb19450f4170..21627c237152214a0de6fdea5177ee2bb0e3149f 100644 (file)
@@ -1,2 +1 @@
-DIST xdot-1.0.tar.gz 131868 BLAKE2B 433d81913d19ae341c7168d9e22a2c8a54f49b0ad6b0da744cc3152766b333252b9ad7ba3831bdb17fc29a2408f8bdf3d929a438e89a78945f8edd7a8cd123b9 SHA512 52330380973ee122ac5d93f1be5b8f21b5719f537c93dd6f356a116207e366d16cf3cefcb9ec59b21b7170dc94e1f413307c3980e9ba2eaef5ce45340b50b311
 DIST xdot-1.1.tar.gz 134215 BLAKE2B e241a4fb1ec69a8613f7813dc159761e6bffb82ea9f58876287d01946f4c93e66e5eef66e6844abb7738979412c2c7d2d26f76bc0563ad0c3c8550d9e8023b47 SHA512 d67c45c8c071013551f79d671a21ce546b680fac5997ba9631a882ffa3c44c15a69949643ed5e8211417006152575a1d99450ccfb6062427521d1e2bc0814f55
diff --git a/media-gfx/xdot/xdot-1.0.ebuild b/media-gfx/xdot/xdot-1.0.ebuild
deleted file mode 100644 (file)
index ae5b376..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_5 python3_6 )
-
-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/pygobject:3[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       media-gfx/graphviz
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-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
-}