Gentoo Archives: gentoo-commits

From: Alexandre Rostovtsev <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/pyfa/
Date: Mon, 29 Feb 2016 04:20:39
Message-Id: 1456719579.95cd35c00bf55a11c28bc3e217d1c6bd104726bb.tetromino@gentoo
1 commit: 95cd35c00bf55a11c28bc3e217d1c6bd104726bb
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 04:02:36 2016 +0000
4 Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 04:19:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95cd35c0
7
8 games-util/pyfa: new upstream homepage/url
9
10 Package-Manager: portage-2.2.27
11
12 games-util/pyfa/metadata.xml | 2 +-
13 games-util/pyfa/pyfa-1.15.0.ebuild | 10 +++++-----
14 games-util/pyfa/pyfa-9999.ebuild | 8 ++++----
15 3 files changed, 10 insertions(+), 10 deletions(-)
16
17 diff --git a/games-util/pyfa/metadata.xml b/games-util/pyfa/metadata.xml
18 index 3777352..2c0b85a 100644
19 --- a/games-util/pyfa/metadata.xml
20 +++ b/games-util/pyfa/metadata.xml
21 @@ -15,6 +15,6 @@ fits, etc.
22 <flag name="graph">Enable support for graphs</flag>
23 </use>
24 <upstream>
25 - <remote-id type="github">DarkFenX/Pyfa</remote-id>
26 + <remote-id type="github">pyfa-org/Pyfa</remote-id>
27 </upstream>
28 </pkgmetadata>
29
30 diff --git a/games-util/pyfa/pyfa-1.15.0.ebuild b/games-util/pyfa/pyfa-1.15.0.ebuild
31 index 76dac88..3ba98b7 100644
32 --- a/games-util/pyfa/pyfa-1.15.0.ebuild
33 +++ b/games-util/pyfa/pyfa-1.15.0.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 +# Copyright 1999-2016 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 @@ -9,16 +9,16 @@ PYTHON_REQ_USE="sqlite,threads"
41 inherit eutils gnome2-utils python-r1
42
43 DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online"
44 -HOMEPAGE="https://github.com/DarkFenX/Pyfa"
45 +HOMEPAGE="https://github.com/pyfa-org/Pyfa"
46
47 LICENSE="GPL-3+ LGPL-2.1+ CC-BY-2.5 free-noncomm"
48 SLOT="0"
49 if [[ ${PV} = 9999 ]]; then
50 - EGIT_REPO_URI="https://github.com/DarkFenX/Pyfa.git"
51 - inherit git-2
52 + EGIT_REPO_URI="https://github.com/pyfa-org/Pyfa.git"
53 + inherit git-r3
54 KEYWORDS=""
55 else
56 - SRC_URI="https://github.com/DarkFenX/Pyfa/archive/v${PV}.tar.gz -> pyfa-${PV}.tar.gz"
57 + SRC_URI="https://github.com/pyfa-org/Pyfa/archive/v${PV}.tar.gz -> pyfa-${PV}.tar.gz"
58 KEYWORDS="~amd64 ~arm ~x86"
59 fi
60 IUSE="+graph"
61
62 diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild
63 index 5e11d00..bf7db2e 100644
64 --- a/games-util/pyfa/pyfa-9999.ebuild
65 +++ b/games-util/pyfa/pyfa-9999.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2015 Gentoo Foundation
68 +# Copyright 1999-2016 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 # $Id$
71
72 @@ -9,16 +9,16 @@ PYTHON_REQ_USE="sqlite,threads"
73 inherit eutils gnome2-utils python-r1
74
75 DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online"
76 -HOMEPAGE="https://github.com/DarkFenX/Pyfa"
77 +HOMEPAGE="https://github.com/pyfa-org/Pyfa"
78
79 LICENSE="GPL-3+ LGPL-2.1+ CC-BY-2.5 free-noncomm"
80 SLOT="0"
81 if [[ ${PV} = 9999 ]]; then
82 - EGIT_REPO_URI="https://github.com/DarkFenX/Pyfa.git"
83 + EGIT_REPO_URI="https://github.com/pyfa-org/Pyfa.git"
84 inherit git-r3
85 KEYWORDS=""
86 else
87 - SRC_URI="https://github.com/DarkFenX/Pyfa/archive/v${PV}.tar.gz -> pyfa-${PV}.tar.gz"
88 + SRC_URI="https://github.com/pyfa-org/Pyfa/archive/v${PV}.tar.gz -> pyfa-${PV}.tar.gz"
89 KEYWORDS="~amd64 ~arm ~x86"
90 fi
91 IUSE="+graph"