From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE942138334 for ; Fri, 20 Jul 2018 17:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B203E0883; Fri, 20 Jul 2018 17:52:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41F6DE0883 for ; Fri, 20 Jul 2018 17:52:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24ECF335CE6 for ; Fri, 20 Jul 2018 17:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DF15353 for ; Fri, 20 Jul 2018 17:52:23 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1532109126.184c4b36564a01a68162060f18649b7b8d7ce33d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/nmrdepaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/nmrdepaker/Manifest sci-chemistry/nmrdepaker/metadata.xml sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild X-VCS-Directories: sci-chemistry/nmrdepaker/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 184c4b36564a01a68162060f18649b7b8d7ce33d X-VCS-Branch: master Date: Fri, 20 Jul 2018 17:52:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 324647e8-4b14-4d96-bb0b-0230b450b536 X-Archives-Hash: bbdb42ae8fd5905dae33f3f000581fd5 commit: 184c4b36564a01a68162060f18649b7b8d7ce33d Author: Pacho Ramos gentoo org> AuthorDate: Fri Jul 20 17:52:06 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Jul 20 17:52:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184c4b36 sci-chemistry/nmrdepaker: Introduce nmrdepaker software Package-Manager: Portage-2.3.43, Repoman-2.3.10 sci-chemistry/nmrdepaker/Manifest | 1 + sci-chemistry/nmrdepaker/metadata.xml | 7 ++++++ sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild | 33 ++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/sci-chemistry/nmrdepaker/Manifest b/sci-chemistry/nmrdepaker/Manifest new file mode 100644 index 00000000000..5954d0c0455 --- /dev/null +++ b/sci-chemistry/nmrdepaker/Manifest @@ -0,0 +1 @@ +DIST nmrdepaker-1.0.tar.gz 2233765 BLAKE2B 9b638a36fc50d7c020d56833b6ca78d7079ad357f42431088c4c0735b7e9ce63a0e6318915ec751b42e6628c0da76b93ca16ffea1ffe6b311480e8d278ce1a1a SHA512 9d1a9048a85f85eacaeeb582c5550345efa673b1f517dad121e2b2e19125f93e71a26f2f8240ea9b8a06489814eb833e7b3653f882a46bad699b01fd1aa4299f diff --git a/sci-chemistry/nmrdepaker/metadata.xml b/sci-chemistry/nmrdepaker/metadata.xml new file mode 100644 index 00000000000..020b40648ee --- /dev/null +++ b/sci-chemistry/nmrdepaker/metadata.xml @@ -0,0 +1,7 @@ + + + + + pacho@gentoo.org + + diff --git a/sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild b/sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild new file mode 100644 index 00000000000..5ccd2c4508b --- /dev/null +++ b/sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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=" + >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_USEDEP}] + >=dev-python/numpy-1.2[${PYTHON_USEDEP}] + >=dev-python/pygtk-2.12:2[${PYTHON_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} +}