summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2017-04-26 14:43:09 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2017-04-26 14:43:55 -0400
commit438e3912063d437bf8aa036f8812fdf4dd3cccde (patch)
tree1c59fac8d699ac57629ec4437bc86edbfaa7b67a /games-strategy/freeorion/freeorion-9999.ebuild
parentdev-libs/hyperscan: bump to 4.4.1-r1, fix 616626 (diff)
downloadgentoo-438e3912063d437bf8aa036f8812fdf4dd3cccde.tar.gz
gentoo-438e3912063d437bf8aa036f8812fdf4dd3cccde.tar.bz2
gentoo-438e3912063d437bf8aa036f8812fdf4dd3cccde.zip
games-strategy/freeorion: Drop 0.4.6, update 9999, #604086
Fixes building with Boost 1.63 Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'games-strategy/freeorion/freeorion-9999.ebuild')
-rw-r--r--games-strategy/freeorion/freeorion-9999.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild
index a790572fcaf8..1be8614838d4 100644
--- a/games-strategy/freeorion/freeorion-9999.ebuild
+++ b/games-strategy/freeorion/freeorion-9999.ebuild
@@ -13,14 +13,10 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/freeorion/freeorion.git"
else
- RELDATE=2016-09-16
- SHA=49f9123
- SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/FreeOrion_v${PV}_${RELDATE}.${SHA}_Source.tar.gz -> ${P}.tar.gz"
- # Issue with version.cpp, TODO fix
- #SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ MY_PV="${PV/_/-}"
+ SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
-
- S="${WORKDIR}/src-tarball"
+ S="${WORKDIR}/${PN}-${MY_PV}"
fi
LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0"