dev-python/tracing: Drop old
authorPacho Ramos <pacho@gentoo.org>
Mon, 18 Feb 2019 21:19:40 +0000 (22:19 +0100)
committerPacho Ramos <pacho@gentoo.org>
Mon, 18 Feb 2019 21:23:50 +0000 (22:23 +0100)
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
dev-python/tracing/Manifest
dev-python/tracing/tracing-0.8.ebuild [deleted file]

index f1968e6566ac492a7ae9b856a2f3740fc4988310..4dbd0ab8b6c839e18aa1a1aac053255b44949d3a 100644 (file)
@@ -1,2 +1 @@
-DIST python-tracing_0.8.orig.tar.gz 18796 BLAKE2B d8f8e76c8a37e457be3806e7fc24192756198bda2689c47d60cbc62ad4b43cd53ff18c4cde392a276fd560ccdca316126efd5d7171a3efebd1e2021645e8a307 SHA512 9a5262ce63dbcafff83a75586e90be280ff41f902d9f71f4274dac944db4196c6a5777e290ca5e49aa010fb3129d5352d8c10a554918375557525b9a56ac9096
 DIST tracing-0.10.tar.gz 20364 BLAKE2B 8c37ed178d037c8a3db22955999df3c6716c4cb35b1eca04e53e788aa0219e2eafa77ff489b1b6f77c60c6aba078d8e12f67a191e9a25d22bc112ee5124d85ee SHA512 3e9874d55df3b599cddc817680e49fed2bbaaf510597c4f41984a742b22c0b3596d29875f2fedcb890b3acf43cd5c52faad7de334781d9eec16676e9f10bf5d1
diff --git a/dev-python/tracing/tracing-0.8.ebuild b/dev-python/tracing/tracing-0.8.ebuild
deleted file mode 100644 (file)
index e47a675..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-MY_P="python-${P}"
-
-inherit distutils-r1
-
-DESCRIPTION="Debug log/trace messages"
-HOMEPAGE="http://liw.fi/tracing/"
-SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
-       use doc && emake -C doc html
-}
-
-python_install_all() {
-       dodoc README
-       use doc && dohtml -r doc/_build/html/
-       if use examples; then
-               docompress -x usr/share/doc/${PF}/examples/
-               insinto usr/share/doc/${PF}/examples/
-               doins example.py
-       fi
-}