diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-06-26 15:44:34 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-06-26 15:44:34 +0000 |
commit | 65d2134e370f3e0509924fe5fa16dd3acfb29dc0 (patch) | |
tree | 70c6f00b9ead8dbae641065d61fd0dea9bd83d19 /games-rpg | |
parent | initial commit of bundler-audit (diff) | |
download | gentoo-2-65d2134e370f3e0509924fe5fa16dd3acfb29dc0.tar.gz gentoo-2-65d2134e370f3e0509924fe5fa16dd3acfb29dc0.tar.bz2 gentoo-2-65d2134e370f3e0509924fe5fa16dd3acfb29dc0.zip |
update, rm old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/wasteland2/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/wasteland2/wasteland2-1.9.0.13.ebuild (renamed from games-rpg/wasteland2/wasteland2-1.3.0.7.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/games-rpg/wasteland2/ChangeLog b/games-rpg/wasteland2/ChangeLog index 317cf14f3a4e..745b3ebd6105 100644 --- a/games-rpg/wasteland2/ChangeLog +++ b/games-rpg/wasteland2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-rpg/wasteland2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/wasteland2/ChangeLog,v 1.6 2015/06/14 17:12:48 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/wasteland2/ChangeLog,v 1.7 2015/06/26 15:44:34 hasufell Exp $ + +*wasteland2-1.9.0.13 (26 Jun 2015) + + 26 Jun 2015; Julian Ospald <hasufell@gentoo.org> -wasteland2-1.3.0.7.ebuild, + +wasteland2-1.9.0.13.ebuild: + update, rm old 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> wasteland2-1.3.0.7.ebuild: [QA] Remove emul-linux-x86-* from dependencies. diff --git a/games-rpg/wasteland2/wasteland2-1.3.0.7.ebuild b/games-rpg/wasteland2/wasteland2-1.9.0.13.ebuild index 6a5a5d2f079a..17cd9b550e87 100644 --- a/games-rpg/wasteland2/wasteland2-1.3.0.7.ebuild +++ b/games-rpg/wasteland2/wasteland2-1.9.0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/wasteland2/wasteland2-1.3.0.7.ebuild,v 1.2 2015/06/14 17:12:48 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/wasteland2/wasteland2-1.9.0.13.ebuild,v 1.1 2015/06/26 15:44:34 hasufell Exp $ EAPI=5 @@ -19,7 +19,6 @@ RESTRICT="bindist fetch mirror" QA_PREBUILT="${GAMES_PREFIX_OPT}/${PN}/*" RDEPEND=" - virtual/opengl >=dev-libs/atk-2.12.0-r1[abi_x86_32(-)] >=dev-libs/glib-2.40.0-r1:2[abi_x86_32(-)] >=media-libs/fontconfig-2.10.92:1.0[abi_x86_32(-)] @@ -33,6 +32,7 @@ RDEPEND=" >=x11-libs/libXext-1.3.2[abi_x86_32(-)] >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)] >=virtual/glu-9.0-r1[abi_x86_32(-)] + virtual/opengl " S="${WORKDIR}/Wasteland 2" @@ -58,7 +58,7 @@ src_install() { # over 20GB of data dodir "${dir}" - mv game/WL2_Data "${D%%/}${dir}"/ || die + mv game/WL2_Data "${D%/}${dir}"/ || die exeinto "${dir}" doexe game/WL2 |