commit: 1e684c51a65cd1739398c8d4fc8d343dd2dc176b
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Nov 19 08:54:49 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 11:39:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e684c51
sci-chemistry/mdtraj: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild | 6 +++---
sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
index f618155f1397..c04aad519faf 100644
--- a/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
+++ b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="Read, write and analyze MD trajectories with only a few lines of
Python code"
-HOMEPAGE="http://mdtraj.org"
+HOMEPAGE="https://mdtraj.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
-LICENSE="GPL-2"
+LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild
b/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild
index 0dcd8ceb970c..7b47f97e00d4 100644
--- a/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild
+++ b/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Read, write and analyze MD trajectories with only a few lines of
Python code"
-HOMEPAGE="http://mdtraj.org"
+HOMEPAGE="https://mdtraj.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
-LICENSE="GPL-2"
+LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="