Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pmx/
Date: Mon, 14 Jan 2019 10:42:40
Message-Id: 1547462529.bd4d3697bd6326906f13dbec916c60d6d692c043.alexxy@gentoo
1 commit: bd4d3697bd6326906f13dbec916c60d6d692c043
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 14 10:42:09 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 14 10:42:09 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bd4d3697
7
8 sci-libs/pmx: Now upstream is https://github.com/deGrootLab/pmx
9
10 Package-Manager: Portage-2.3.55, Repoman-2.3.12
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 sci-libs/pmx/pmx-9999.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-libs/pmx/pmx-9999.ebuild b/sci-libs/pmx/pmx-9999.ebuild
17 index 7ba883677..dc1708491 100644
18 --- a/sci-libs/pmx/pmx-9999.ebuild
19 +++ b/sci-libs/pmx/pmx-9999.ebuild
20 @@ -1,15 +1,15 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 PYTHON_COMPAT=( python2_7 )
29
30 inherit eutils distutils-r1 git-r3
31
32 DESCRIPTION="Python library to read PDB, GRO or Gromacs XTC files"
33 -HOMEPAGE="https://github.com/dseeliger/pmx"
34 -EGIT_REPO_URI="https://github.com/dseeliger/${PN}.git"
35 +HOMEPAGE="https://github.com/deGrootLab/pmx"
36 +EGIT_REPO_URI="https://github.com/deGrootLab/${PN}.git"
37
38 LICENSE="LGPL-3"
39 SLOT="0"