sci-chemistry/nmrglue: Drop unnecessary dependency and old version
authorJustin Lecher <jlec@gentoo.org>
Tue, 1 Sep 2015 13:11:11 +0000 (15:11 +0200)
committerJustin Lecher <jlec@gentoo.org>
Tue, 1 Sep 2015 13:11:16 +0000 (15:11 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
sci-chemistry/nmrglue/Manifest
sci-chemistry/nmrglue/nmrglue-0.4.ebuild [deleted file]
sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild

index 4eb824ac2a3b9c33cf65a86bc58409c97d1dde6c..57145e422a352d15ce75e2b71916e795ee6ebfa3 100644 (file)
@@ -1,2 +1 @@
-DIST nmrglue-0.4-corrected.tar.gz 128298 SHA256 85c45750aef431f2c1326a9f4856eeac4da8aedbc94c6255de6e08e3ea35f316 SHA512 c2376ba8e8f993e6e4b536d67d4a780087ac8f811b2d5a846ff8b4785b02c0a4e86956c4205f90a17c5c0a2dc620d75fb7886fbad9cca314b548e3368137eda0 WHIRLPOOL eb8a2a5064b5fa5b60d16a70cf51667daa55f1584ed9d0ca3092af4672ed2c5cef56d135e82b35c107856d338fb0893248a1719b673a4e96c1edb2fb75243d08
 DIST nmrglue-0.5.tar.gz 142604 SHA256 a05c880bd0d5f0b388156409e18a5618742f829f2532d19970d05b11bfcc6103 SHA512 2a4b94eb6bae966000bfdee4dd16f4e312568915fb5f19f59f84c6deff690703f54f76366d3f9299f7ec187192ff64f2bf62836617a424d4c5c895c67d819af2 WHIRLPOOL 78f9d094a2ab1ebc01f452717fdc1cdeccc27951195c9dd6e97069a575722acf25442009b4ccede03ad728b0767fced4a2220a8072ccc1d604a9f62e9c45af4a
diff --git a/sci-chemistry/nmrglue/nmrglue-0.4.ebuild b/sci-chemistry/nmrglue/nmrglue-0.4.ebuild
deleted file mode 100644 (file)
index d39fd44..0000000
+++ /dev/null
@@ -1,25 +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="A module for working with NMR data in Python"
-HOMEPAGE="http://nmrglue.com/"
-SRC_URI="https://nmrglue.googlecode.com/files/${P}-corrected.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-       dev-python/ipython[${PYTHON_USEDEP}]
-       dev-python/matplotlib[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND=""
index 08dd91a5ab216d15ecdfb91ffc47ed8692005250..b4ce8aa7bd67fd63a7460ab6846561db891a924d 100644 (file)
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="
-       dev-python/ipython[${PYTHON_USEDEP}]
        dev-python/matplotlib[${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
        sci-libs/scipy[${PYTHON_USEDEP}]"