parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 02d04cd5f64edde7ba48c2c1c5a7ffcda935b9c6
parent 877b23b4a5edf84b3702a4ec468286bcaccd822e
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 25 Jun 2018 14:11:39 +0200

media-video/vidcutter: Remove.

Diffstat:
Dmedia-video/vidcutter/vidcutter-9999.ebuild | 23-----------------------
1 file changed, 0 insertions(+), 23 deletions(-)

diff --git a/media-video/vidcutter/vidcutter-9999.ebuild b/media-video/vidcutter/vidcutter-9999.ebuild @@ -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}"