commit:     879b335358dd87e1a9daa63c68797c8ad23750fe
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 20:38:39 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 13:40:24 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879b3353

dev-python/oct2py: Drop old

obsoletes
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=489620
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=492414

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/oct2py/Manifest               |  1 -
 dev-python/oct2py/oct2py-0.4.0-r1.ebuild | 45 ---------------------------
 dev-python/oct2py/oct2py-1.3.0.ebuild    | 52 --------------------------------
 3 files changed, 98 deletions(-)

diff --git a/dev-python/oct2py/Manifest b/dev-python/oct2py/Manifest
index a1ce568..f405dc2 100644
--- a/dev-python/oct2py/Manifest
+++ b/dev-python/oct2py/Manifest
@@ -1,3 +1,2 @@
-DIST oct2py-0.4.0.tar.gz 107828 SHA256 
f44da1ff41d8b21806976eaef500f1690c9c023bcd2be9a34d2dbbf26e442f00 SHA512 
d62b6c7cc0f3a61e78cd4cd6a43d93a90f5d69187eb946847aa3f1df50edf6402ee845c51094696667afc29c284d6ef6e9af58d74b62ec177c2e4d18108c615e
 WHIRLPOOL 
96da3725d4a53fa74791c219bd03d6adc49f11e47deb0ef864c86acc15f52145e303d4ac669667e79ef90dbb4af4cc7df298f16ebff7d5c20d02710c57c7738b
 DIST oct2py-1.3.0.tar.gz 321768 SHA256 
f0cae7aae111631c0fffb7f2511ee14fb847b4f501340e8506b0805b50c32f28 SHA512 
b9a8896fa463356a08dee7cd2db97bedd5487d93ed33fe73e2c5205118915eac86dcd51dea42dc7338a7f6486704d1c8cb3259c3d8a2b53230c50608d1d043d8
 WHIRLPOOL 
f06214e8005281fec801856596f076a5ad0c35bc3bdc62db3057b320ac1ef8ab07a7f073c4e9ced62ce336c64e773128d333fd0bb26fb891ea6931b84ee22001
 DIST oct2py-3.3.3.tar.gz 666775 SHA256 
0b881a25043d7be713dab5d38b0f96acef5a4cf8130e5726cb9a6bec78448180 SHA512 
02c80be8480c5b846a4269155c54fbea1ce8642c8bba0ecb6074a2468b20b930f8ba6d5eaae6a8274a02c1c6719e5b96ee5a32c0c4c0697c028c98ffa327c8e5
 WHIRLPOOL 
6eb6802b07b55a2ad0d56a8728262e1bc5720a0d9fab04e5af3e961e6a68821e9c2b52905507439ba388d6761aea047d45526fb39d1e50ca3b2104b20c20eb27

diff --git a/dev-python/oct2py/oct2py-0.4.0-r1.ebuild 
b/dev-python/oct2py/oct2py-0.4.0-r1.ebuild
deleted file mode 100644
index 838cfc2..0000000
--- a/dev-python/oct2py/oct2py-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python to GNU Octave bridge"
-HOMEPAGE="https://pypi.python.org/pypi/oct2py";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-
-RDEPEND="
-       sci-libs/scipy[${PYTHON_USEDEP}]
-       sci-mathematics/octave"
-DEPEND="${RDEPEND}
-       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_compile_all() {
-       if use doc; then
-               sphinx-build doc html || die
-       fi
-}
-
-python_test() {
-       nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( html/. )
-       distutils-r1_python_install_all
-
-       if use examples; then
-               insinto /usr/share/${PF}/
-               doins -r example
-       fi
-}

diff --git a/dev-python/oct2py/oct2py-1.3.0.ebuild 
b/dev-python/oct2py/oct2py-1.3.0.ebuild
deleted file mode 100644
index eaf5871..0000000
--- a/dev-python/oct2py/oct2py-1.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 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="Python to GNU Octave bridge"
-HOMEPAGE="https://pypi.python.org/pypi/oct2py";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-
-RDEPEND="
-       sci-libs/scipy[${PYTHON_USEDEP}]
-       sci-mathematics/octave"
-DEPEND="${RDEPEND}
-       doc? (
-               dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}]
-               dev-python/numpydoc[${PYTHON_USEDEP}]
-       )
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/ipython[${PYTHON_USEDEP}]
-       )"
-
-python_compile_all() {
-       if use doc; then
-               sphinx-build docs html || die
-       fi
-}
-
-python_test() {
-       nosetests oct2py --with-doctest || die "Tests fail with ${EPYTHON}"
-       iptest -v IPython.extensions.tests.test_octavemagic || die "Tests fail 
with ${EPYTHON}"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( html/. )
-       distutils-r1_python_install_all
-
-       if use examples; then
-               insinto /usr/share/doc/${PF}
-               doins -r example
-       fi
-}

Reply via email to