commit:     2aac866abe54427e3321c69bf6f06f874bed790a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 21:19:40 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 21:23:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aac866a

dev-python/tracing: Drop old

Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-python/tracing/Manifest           |  1 -
 dev-python/tracing/tracing-0.8.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-python/tracing/Manifest b/dev-python/tracing/Manifest
index f1968e6566a..4dbd0ab8b6c 100644
--- a/dev-python/tracing/Manifest
+++ b/dev-python/tracing/Manifest
@@ -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
index e47a675e7f5..00000000000
--- a/dev-python/tracing/tracing-0.8.ebuild
+++ /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
-}

Reply via email to