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/pyfa/pyfa-9999.ebuild | |
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/pyfa/pyfa-9999.ebuild')
-rw-r--r-- | games-util/pyfa/pyfa-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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" |