diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-06-15 04:12:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-06-15 04:12:47 +0000 |
commit | f1cf0795fe1b2c0520ec3f066b3e72d0ac308537 (patch) | |
tree | 3ee19d46515d8ad41d631dca7c44d7297e6a743d /games-engines | |
parent | removing the old badness (diff) | |
download | gentoo-2-f1cf0795fe1b2c0520ec3f066b3e72d0ac308537.tar.gz gentoo-2-f1cf0795fe1b2c0520ec3f066b3e72d0ac308537.tar.bz2 gentoo-2-f1cf0795fe1b2c0520ec3f066b3e72d0ac308537.zip |
use the github archive instead
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/openxcom/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/openxcom/openxcom-1.0.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games-engines/openxcom/ChangeLog b/games-engines/openxcom/ChangeLog index b2a33bc0b66c..44794eca66ca 100644 --- a/games-engines/openxcom/ChangeLog +++ b/games-engines/openxcom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/openxcom # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/ChangeLog,v 1.1 2014/06/14 19:33:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/ChangeLog,v 1.2 2014/06/15 04:12:47 mr_bones_ Exp $ + + 15 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> openxcom-1.0.0.ebuild: + use the github archive instead *openxcom-1.0.0 (14 Jun 2014) diff --git a/games-engines/openxcom/openxcom-1.0.0.ebuild b/games-engines/openxcom/openxcom-1.0.0.ebuild index 80e8dc30514c..7b40d4d03a10 100644 --- a/games-engines/openxcom/openxcom-1.0.0.ebuild +++ b/games-engines/openxcom/openxcom-1.0.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/openxcom-1.0.0.ebuild,v 1.1 2014/06/14 19:33:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/openxcom-1.0.0.ebuild,v 1.2 2014/06/15 04:12:47 mr_bones_ Exp $ EAPI=5 inherit eutils cmake-utils gnome2-utils games DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown" HOMEPAGE="http://openxcom.org/" -SRC_URI="http://openxcom.org/wp-content/uploads/downloads/2014/06/${P}.tar.gz" +SRC_URI="https://github.com/SupSuper/OpenXcom/archive/v1.0.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3 CC-BY-SA-4.0" SLOT="0" @@ -24,6 +24,8 @@ DEPEND="${RDEPEND} DOCS=( README.txt ) +S=${WORKDIR}/OpenXcom-1.0 + src_configure() { mycmakeargs=( "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}" |