summaryrefslogtreecommitdiff
path: root/sci-chemistry/nmrdepaker
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
commitfeb0daf81d888e9160f9f94502de09b66f2a63fd (patch)
treeb6e5c40ce2abef3da27ed50a023153f475e0ddef /sci-chemistry/nmrdepaker
parent9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff)
gentoo resync : 21.06.2020
Diffstat (limited to 'sci-chemistry/nmrdepaker')
-rw-r--r--sci-chemistry/nmrdepaker/Manifest3
-rw-r--r--sci-chemistry/nmrdepaker/metadata.xml7
-rw-r--r--sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild41
3 files changed, 0 insertions, 51 deletions
diff --git a/sci-chemistry/nmrdepaker/Manifest b/sci-chemistry/nmrdepaker/Manifest
deleted file mode 100644
index 0348215f3e6d..000000000000
--- a/sci-chemistry/nmrdepaker/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST nmrdepaker-1.0.tar.gz 2233765 BLAKE2B 9b638a36fc50d7c020d56833b6ca78d7079ad357f42431088c4c0735b7e9ce63a0e6318915ec751b42e6628c0da76b93ca16ffea1ffe6b311480e8d278ce1a1a SHA512 9d1a9048a85f85eacaeeb582c5550345efa673b1f517dad121e2b2e19125f93e71a26f2f8240ea9b8a06489814eb833e7b3653f882a46bad699b01fd1aa4299f
-EBUILD nmrdepaker-1.0-r3.ebuild 988 BLAKE2B 37878502c166f163c8d0288635cfe01b9b05e2752424203f4cc327bf3309a62d054f44acaebdd5f5a6c2b8baf2216635e5bc5e72ac6af3e8f2b89105f388db50 SHA512 60ce7c8c486d15fd717705b007629d311ce7520e422806f347a14b6bb546c657fb0241f79371a7ec8e4ff37d24aa1fc5bea54a1a7d1ea8f416a06d2077cdeb0a
-MISC metadata.xml 216 BLAKE2B 0fbfa16661345362ff89f87adc0bb42fc5f5c9145cdedb36f3f537b39af4023b91c4dfb0d8e83a4f9ac963141f594ba8ae678371c338d992a96e02c11fd84195 SHA512 628a69805356b7458edaa2297901224178b016477a937f77e692a78ce3e7a0b6d2d7b4c4b7e70d0185d7112e6a59a5131e07d8c950e90b9c8722471d7511afc6
diff --git a/sci-chemistry/nmrdepaker/metadata.xml b/sci-chemistry/nmrdepaker/metadata.xml
deleted file mode 100644
index 020b40648ee8..000000000000
--- a/sci-chemistry/nmrdepaker/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>pacho@gentoo.org</email>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild
deleted file mode 100644
index 66a98a99cef1..000000000000
--- a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DISTUTILS_SINGLE_IMPL="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit desktop distutils-r1
-
-DESCRIPTION="Program to perform NMR spectra 'De-Pake-ing' and moment calculation"
-HOMEPAGE="https://launchpad.net/nmrdepaker"
-SRC_URI="https://launchpad.net/${PN}/${PV}/${PV}/+download/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- $(python_gen_cond_dep '
- || (
- >=dev-python/matplotlib-python2-0.98.5[gtk2,${PYTHON_MULTI_USEDEP}]
- >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_MULTI_USEDEP}]
- )
- || (
- dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}]
- >=dev-python/numpy-1.2[${PYTHON_MULTI_USEDEP}]
- )
- >=dev-python/pygtk-2.12:2[${PYTHON_MULTI_USEDEP}]
- ')
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/nmrdpaker-${PV}"
-
-src_install() {
- distutils-r1_src_install
-
- newicon lib/data/images/unused/nmrfriend-buddy.svg ${PN}.svg
- make_desktop_entry ${PN}
-}