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 E2AE21382C5 for ; Mon, 18 Jan 2021 12:15:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A3D2E086C; Mon, 18 Jan 2021 12:15:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 125B5E086C for ; Mon, 18 Jan 2021 12:15:03 +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 F1E42340FE6 for ; Mon, 18 Jan 2021 12:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9032F3A6 for ; Mon, 18 Jan 2021 12:14:57 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610972066.2c202cf2c27592da381b7f1314f099e5983201ba.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mddnmr/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mddnmr/mddnmr-2.4-r1.ebuild sci-chemistry/mddnmr/mddnmr-2.7.ebuild X-VCS-Directories: sci-chemistry/mddnmr/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2c202cf2c27592da381b7f1314f099e5983201ba X-VCS-Branch: master Date: Mon, 18 Jan 2021 12:14:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3afeb965-976e-47e1-afc9-ac39abce0328 X-Archives-Hash: 518b91fe263eda4a023789dccc999a1a commit: 2c202cf2c27592da381b7f1314f099e5983201ba Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Jan 18 12:14:26 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Jan 18 12:14:26 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c202cf2 sci-chemistry/mddnmr: version bump 2.7, restrict fetch Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> .../mddnmr/{mddnmr-2.4-r1.ebuild => mddnmr-2.7.ebuild} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/mddnmr/mddnmr-2.4-r1.ebuild b/sci-chemistry/mddnmr/mddnmr-2.7.ebuild similarity index 87% rename from sci-chemistry/mddnmr/mddnmr-2.4-r1.ebuild rename to sci-chemistry/mddnmr/mddnmr-2.7.ebuild index f635e927b..3ef7b2c02 100644 --- a/sci-chemistry/mddnmr/mddnmr-2.4-r1.ebuild +++ b/sci-chemistry/mddnmr/mddnmr-2.7.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 PYTHON_COMPAT=( python2_7 ) @@ -10,13 +10,14 @@ inherit python-single-r1 MY_P="${PN}${PV}" DESCRIPTION="Program for processing of NUS multidimensional NMR spectra" -HOMEPAGE="http://www.nmr.gu.se/~mdd/" -SRC_URI="http://pc8.nmr.gu.se/~mdd/Downloads/${MY_P}.tgz" +HOMEPAGE="http://mddnmr.spektrino.com/" +SRC_URI="${MY_P}.tgz" SLOT="0" KEYWORDS="" LICENSE="mddnmr" -IUSE="" + +RESTRICT="fetch" REQUIRED_USE="${PYTHON_REQUIRED_USE}"