commit:     7166ba7cbafc5bb11fbe19a522abd710cedb4323
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 15:46:33 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 15:46:33 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7166ba7c

Moved to tree

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/line_profiler/ChangeLog                 | 10 --------
 dev-python/line_profiler/line_profiler-1.0.ebuild  | 29 ----------------------
 dev-python/line_profiler/line_profiler-9999.ebuild | 28 ---------------------
 dev-python/line_profiler/metadata.xml              | 19 --------------
 4 files changed, 86 deletions(-)

diff --git a/dev-python/line_profiler/ChangeLog 
b/dev-python/line_profiler/ChangeLog
deleted file mode 100644
index 61d0896..0000000
--- a/dev-python/line_profiler/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-python/line_profiler
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
-*line_profiler-1.0 (26 Aug 2015)
-*line_profiler-9999 (26 Aug 2015)
-
-  26 Aug 2015; Marius Brehler <[email protected]>
-  +line_profiler-1.0.ebuild, +line_profiler-9999.ebuild, +metadata.xml:
-  dev-python/line_profiler: New ebuild wirtten by me

diff --git a/dev-python/line_profiler/line_profiler-1.0.ebuild 
b/dev-python/line_profiler/line_profiler-1.0.ebuild
deleted file mode 100644
index bec34f5..0000000
--- a/dev-python/line_profiler/line_profiler-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Line-by-line profiling for Python"
-HOMEPAGE="https://github.com/rkern/line_profiler";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-DEPEND="
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-       "
-
-python_test() {
-       distutils_install_for_testing
-       cd "${TEST_DIR}"/lib || die
-       cp "${S}"/setup.py "${TEST_DIR}"/lib/ || die
-       cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
-       py.test || die
-}

diff --git a/dev-python/line_profiler/line_profiler-9999.ebuild 
b/dev-python/line_profiler/line_profiler-9999.ebuild
deleted file mode 100644
index 52f8cef..0000000
--- a/dev-python/line_profiler/line_profiler-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Line-by-line profiling for Python"
-HOMEPAGE="https://github.com/rkern/line_profiler";
-EGIT_REPO_URI="https://github.com/rkern/${PN}.git 
git://github.com/rkern/${PN}.git"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-DEPEND="
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-       "
-
-python_test() {
-       distutils_install_for_testing
-       cd "${TEST_DIR}"/lib || die
-       cp "${S}"/setup.py "${TEST_DIR}"/lib/ || die
-       cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
-       py.test || die
-}

diff --git a/dev-python/line_profiler/metadata.xml 
b/dev-python/line_profiler/metadata.xml
deleted file mode 100644
index 270efb2..0000000
--- a/dev-python/line_profiler/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <herd>sci</herd>
-  <maintainer>
-    <email>[email protected]</email>
-    <name>Marius Brehler</name>
-  </maintainer>
-  <longdescription>
-    line_profiler is a module for doing line-by-line profiling of
-    functions. kernprof is a convenient script for running either
-    line_profiler or the Python standard library's cProfile or profile
-    modules, depending on what is available.
-  </longdescription>
-  <upstream>
-    <remote-id type="pypi">line_profiler</remote-id>
-    <remote-id type="github">rkern/line_profiler</remote-id>
-  </upstream>
-</pkgmetadata>

Reply via email to