tmedia-video/vidcutter: Remove. - parlay - yet another gentoo overlay HTML git clone https://git.parazyd.org/parlay DIR Log DIR Files DIR Refs DIR README --- DIR commit 02d04cd5f64edde7ba48c2c1c5a7ffcda935b9c6 DIR parent 877b23b4a5edf84b3702a4ec468286bcaccd822e HTML Author: parazyd <parazyd@dyne.org> Date: Mon, 25 Jun 2018 14:11:39 +0200 media-video/vidcutter: Remove. Diffstat: D media-video/vidcutter/vidcutter-99… | 23 ----------------------- 1 file changed, 0 insertions(+), 23 deletions(-) --- DIR diff --git a/media-video/vidcutter/vidcutter-9999.ebuild b/media-video/vidcutter/vidcutter-9999.ebuild t@@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{3_5,3_6} ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Qt5-based application for video trimming/splitting and merging/joining." -HOMEPAGE="https://github.com/ozmartian/vidcutter" -EGIT_REPO_URI="https://github.com/ozmartian/vidcutter" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=" - dev-python/PyQt5 - virtual/ffmpeg - media-video/mpv -" -RDEPEND="${DEPEND}"