commit: bd4d3697bd6326906f13dbec916c60d6d692c043 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Mon Jan 14 10:42:09 2019 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Mon Jan 14 10:42:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bd4d3697
sci-libs/pmx: Now upstream is https://github.com/deGrootLab/pmx Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> sci-libs/pmx/pmx-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/pmx/pmx-9999.ebuild b/sci-libs/pmx/pmx-9999.ebuild index 7ba883677..dc1708491 100644 --- a/sci-libs/pmx/pmx-9999.ebuild +++ b/sci-libs/pmx/pmx-9999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit eutils distutils-r1 git-r3 DESCRIPTION="Python library to read PDB, GRO or Gromacs XTC files" -HOMEPAGE="https://github.com/dseeliger/pmx" -EGIT_REPO_URI="https://github.com/dseeliger/${PN}.git" +HOMEPAGE="https://github.com/deGrootLab/pmx" +EGIT_REPO_URI="https://github.com/deGrootLab/${PN}.git" LICENSE="LGPL-3" SLOT="0"
