diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2016-02-28 23:02:36 -0500 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2016-02-28 23:19:39 -0500 |
commit | 95cd35c00bf55a11c28bc3e217d1c6bd104726bb (patch) | |
tree | d3714a751765a3b2645996fadda0be8ae78dc4bf /games-util | |
parent | dev-db/mariadb: Version bump for 10.1.12 (diff) | |
download | gentoo-95cd35c00bf55a11c28bc3e217d1c6bd104726bb.tar.gz gentoo-95cd35c00bf55a11c28bc3e217d1c6bd104726bb.tar.bz2 gentoo-95cd35c00bf55a11c28bc3e217d1c6bd104726bb.zip |
games-util/pyfa: new upstream homepage/url
Package-Manager: portage-2.2.27
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/pyfa/metadata.xml | 2 | ||||
-rw-r--r-- | games-util/pyfa/pyfa-1.15.0.ebuild | 10 | ||||
-rw-r--r-- | games-util/pyfa/pyfa-9999.ebuild | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/games-util/pyfa/metadata.xml b/games-util/pyfa/metadata.xml index 37773528cf6f..2c0b85a4e6ef 100644 --- a/games-util/pyfa/metadata.xml +++ b/games-util/pyfa/metadata.xml @@ -15,6 +15,6 @@ fits, etc. <flag name="graph">Enable support for graphs</flag> </use> <upstream> - <remote-id type="github">DarkFenX/Pyfa</remote-id> + <remote-id type="github">pyfa-org/Pyfa</remote-id> </upstream> </pkgmetadata> diff --git a/games-util/pyfa/pyfa-1.15.0.ebuild b/games-util/pyfa/pyfa-1.15.0.ebuild index 76dac888c189..3ba98b743d2a 100644 --- a/games-util/pyfa/pyfa-1.15.0.ebuild +++ b/games-util/pyfa/pyfa-1.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,16 +9,16 @@ PYTHON_REQ_USE="sqlite,threads" inherit eutils gnome2-utils python-r1 DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online" -HOMEPAGE="https://github.com/DarkFenX/Pyfa" +HOMEPAGE="https://github.com/pyfa-org/Pyfa" LICENSE="GPL-3+ LGPL-2.1+ CC-BY-2.5 free-noncomm" SLOT="0" if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="https://github.com/DarkFenX/Pyfa.git" - inherit git-2 + EGIT_REPO_URI="https://github.com/pyfa-org/Pyfa.git" + inherit git-r3 KEYWORDS="" else - SRC_URI="https://github.com/DarkFenX/Pyfa/archive/v${PV}.tar.gz -> pyfa-${PV}.tar.gz" + SRC_URI="https://github.com/pyfa-org/Pyfa/archive/v${PV}.tar.gz -> pyfa-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~x86" fi IUSE="+graph" diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild index 5e11d005abf5..bf7db2e88c4d 100644 --- a/games-util/pyfa/pyfa-9999.ebuild +++ b/games-util/pyfa/pyfa-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,16 +9,16 @@ PYTHON_REQ_USE="sqlite,threads" inherit eutils gnome2-utils python-r1 DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online" -HOMEPAGE="https://github.com/DarkFenX/Pyfa" +HOMEPAGE="https://github.com/pyfa-org/Pyfa" LICENSE="GPL-3+ LGPL-2.1+ CC-BY-2.5 free-noncomm" SLOT="0" if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="https://github.com/DarkFenX/Pyfa.git" + EGIT_REPO_URI="https://github.com/pyfa-org/Pyfa.git" inherit git-r3 KEYWORDS="" else - SRC_URI="https://github.com/DarkFenX/Pyfa/archive/v${PV}.tar.gz -> pyfa-${PV}.tar.gz" + SRC_URI="https://github.com/pyfa-org/Pyfa/archive/v${PV}.tar.gz -> pyfa-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~x86" fi IUSE="+graph" |