From d267bb48865d44c559356f219851958d4a1b5d14 Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 31 Jan 2021 19:29:03 +0100 Subject: [PATCH] Remove old version of gscreenshot. --- .../gscreenshot/gscreenshot-2.5.7.ebuild | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 media-gfx/gscreenshot/gscreenshot-2.5.7.ebuild diff --git a/media-gfx/gscreenshot/gscreenshot-2.5.7.ebuild b/media-gfx/gscreenshot/gscreenshot-2.5.7.ebuild deleted file mode 100644 index 07adba1..0000000 --- a/media-gfx/gscreenshot/gscreenshot-2.5.7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -PYTHON_SINGLE_TARGET="python2_7" - -inherit distutils-r1 - -DESCRIPTION="Python screenshot GTK program" -HOMEPAGE="https://github.com/thenaterhood/gscreenshot" -SRC_URI="https://github.com/thenaterhood/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools - dev-python/pillow - dev-python/pygobject" - -RDEPEND="${DEPEND} - media-gfx/scrot" - -DOCS=( README.md ) - -python_test() { - nosetests -w "${BUILD_DIR}"/lib \ - || die "Tests fail with ${EPYTHON}" -}