commit: ffca79a7d20849dd048231b8400065dd6609dcfc Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Wed Apr 6 10:27:24 2016 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Wed Apr 6 10:27:24 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ffca79a7
sci-libs/pmx: change repo uri. its on github since 2015 Package-Manager: portage-2.2.28 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 3ecdda8..e2e80f9 100644 --- a/sci-libs/pmx/pmx-9999.ebuild +++ b/sci-libs/pmx/pmx-9999.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit eutils distutils-r1 git-r3 DESCRIPTION="Python library to read PDB, GRO or Gromacs XTC files" -HOMEPAGE="http://code.google.com/p/pmx" -EGIT_REPO_URI="https://code.google.com/p/${PN}.git" +HOMEPAGE="https://github.com/dseeliger/pmx" +EGIT_REPO_URI="https://github.com/dseeliger/${PN}.git" LICENSE="LGPL-3" SLOT="0"
