summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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//./-}"