summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-07-27 22:33:32 -0400
committerAaron Bauman <bman@gentoo.org>2020-07-27 22:33:32 -0400
commitf63396228c129fdbac0b2b6bf90ca0dbe64bfb08 (patch)
tree7f870e5b96903f3fd9ebe72e4da5188f7092f94d /dev-libs/tut/tut-2016.12.19.ebuild
parentapp-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules (diff)
downloadgentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.gz
gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.bz2
gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.zip
*/*: Drop last-rited Py2 only pkgs
Bug: https://bugs.gentoo.org/616064 Closes: https://bugs.gentoo.org/721904 Closes: https://bugs.gentoo.org/609686 Closes: https://bugs.gentoo.org/695016 Closes: https://bugs.gentoo.org/722616 Closes: https://bugs.gentoo.org/684098 Closes: https://bugs.gentoo.org/672164 Closes: https://bugs.gentoo.org/699136 Closes: https://bugs.gentoo.org/690776 Closes: https://bugs.gentoo.org/695912 Closes: https://bugs.gentoo.org/697004 Closes: https://bugs.gentoo.org/711026 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/tut/tut-2016.12.19.ebuild')
-rw-r--r--dev-libs/tut/tut-2016.12.19.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-libs/tut/tut-2016.12.19.ebuild b/dev-libs/tut/tut-2016.12.19.ebuild
deleted file mode 100644
index 2d40e8998857..000000000000
--- a/dev-libs/tut/tut-2016.12.19.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='threads(+)'
-NO_WAF_LIBDIR=yes
-
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="C++ Template Unit Test Framework"
-HOMEPAGE="http://mrzechonek.github.io/tut-framework/"
-SRC_URI="https://github.com/mrzechonek/tut-framework/archive/${PV//./-}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=${PYTHON_DEPS}
-RDEPEND=""
-
-S="${WORKDIR}/tut-framework-${PV//./-}"