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 4212C1382C5 for ; Fri, 5 Mar 2021 09:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F86FE0928; Fri, 5 Mar 2021 09:04:27 +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 72429E0928 for ; Fri, 5 Mar 2021 09:04:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 52EA2340E4D for ; Fri, 5 Mar 2021 09:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08634478 for ; Fri, 5 Mar 2021 09:04:25 +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: <1614935062.76c1dc233198d5e997dee79477ef40e107a5c0ee.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/concoord/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/concoord/concoord-2.1.2.ebuild sci-chemistry/concoord/concoord-2.1.ebuild X-VCS-Directories: sci-chemistry/concoord/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 76c1dc233198d5e997dee79477ef40e107a5c0ee X-VCS-Branch: master Date: Fri, 5 Mar 2021 09:04:25 +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: 206bbbf2-22d7-4b4b-8483-f76206448f11 X-Archives-Hash: c83ceaa0d9f8f904b8f4bcef91656625 commit: 76c1dc233198d5e997dee79477ef40e107a5c0ee Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 5 09:04:22 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 5 09:04:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=76c1dc23 sci-chemistry/concoord: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-chemistry/concoord/concoord-2.1.2.ebuild | 11 +++++------ sci-chemistry/concoord/concoord-2.1.ebuild | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/sci-chemistry/concoord/concoord-2.1.2.ebuild b/sci-chemistry/concoord/concoord-2.1.2.ebuild index 1a94efd6e..56de61279 100644 --- a/sci-chemistry/concoord/concoord-2.1.2.ebuild +++ b/sci-chemistry/concoord/concoord-2.1.2.ebuild @@ -1,18 +1,17 @@ -# 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 DESCRIPTION="Protein conformations around a known structure based on geometric restrictions" -HOMEPAGE="http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html" +HOMEPAGE="https://www3.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html" SRC_URI=" - amd64? ( http://www3.mpibpc.mpg.de/groups/de_groot/${PN}/${PN}_${PV}_linux64.tgz ) - x86? ( http://www3.mpibpc.mpg.de/groups/de_groot/${PN}/${PN}_${PV}_linux32.tgz )" + amd64? ( https://www3.mpibpc.mpg.de/groups/de_groot/${PN}/${PN}_${PV}_linux64.tgz ) + x86? ( https://www3.mpibpc.mpg.de/groups/de_groot/${PN}/${PN}_${PV}_linux32.tgz )" SLOT="0" KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="all-rights-reserved" -IUSE="" QA_PREBUILT="opt/${PN}/bin/*" diff --git a/sci-chemistry/concoord/concoord-2.1.ebuild b/sci-chemistry/concoord/concoord-2.1.ebuild index 1a7728ddd..2926f76c8 100644 --- a/sci-chemistry/concoord/concoord-2.1.ebuild +++ b/sci-chemistry/concoord/concoord-2.1.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Protein conformations around a known structure based on geometric restrictions" -HOMEPAGE="http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html" +HOMEPAGE="https://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html" SRC_URI=" - amd64? ( http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_x86_64.tgz ) - x86? ( http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_i386.tgz )" + amd64? ( https://www3.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_x86_64.tgz ) + x86? ( https://www3.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_i386.tgz )" SLOT="0" KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="all-rights-reserved" -IUSE="" QA_PREBUILT="opt/${PN}/bin/*"