diff options
author | Thomas Kahle <tomka@gentoo.org> | 2015-03-26 19:55:38 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2015-03-26 19:55:38 +0000 |
commit | 9ac301d8e166557f2ccfb09406b31e34e664b85d (patch) | |
tree | 5e438a79912a9f6e1b2c878a01eecc1cb508cf14 /games-strategy/freeorion | |
parent | Linux patch 3.10.73 (diff) | |
download | gentoo-2-9ac301d8e166557f2ccfb09406b31e34e664b85d.tar.gz gentoo-2-9ac301d8e166557f2ccfb09406b31e34e664b85d.tar.bz2 gentoo-2-9ac301d8e166557f2ccfb09406b31e34e664b85d.zip |
drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'games-strategy/freeorion')
-rw-r--r-- | games-strategy/freeorion/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.3.ebuild | 117 |
2 files changed, 4 insertions, 118 deletions
diff --git a/games-strategy/freeorion/ChangeLog b/games-strategy/freeorion/ChangeLog index 31b823d9ac87..80e255390380 100644 --- a/games-strategy/freeorion/ChangeLog +++ b/games-strategy/freeorion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/freeorion # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.12 2015/01/20 08:27:24 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.13 2015/03/26 19:55:38 tomka Exp $ + + 26 Mar 2015; Thomas Kahle <tomka@gentoo.org> -freeorion-0.4.3.ebuild: + drop old 20 Jan 2015; Thomas Kahle <tomka@gentoo.org> -files/ogre-1.9-compat.patch, freeorion-0.4.4.ebuild: diff --git a/games-strategy/freeorion/freeorion-0.4.3.ebuild b/games-strategy/freeorion/freeorion-0.4.3.ebuild deleted file mode 100644 index 3b57d3527015..000000000000 --- a/games-strategy/freeorion/freeorion-0.4.3.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.3.ebuild,v 1.6 2015/01/12 13:05:17 tomka Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python2_6 python2_7 ) -inherit cmake-utils python-any-r1 games - -myPN="FreeOrion" - -DESCRIPTION="A free turn-based space empire and galactic conquest game" -HOMEPAGE="http://www.freeorion.org" -SRC_URI="http://dev.gentoo.org/~tomka/files/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="cg" - -# Needs it's own version of GG(dev-games/gigi) which it ships. -# The split version dev-games/gigi is not used anymore as of 0.4.3 -RDEPEND=" - !dev-games/gigi - <dev-games/ogre-1.9[cg?,ois,opengl] - dev-games/ois - >=dev-libs/boost-1.47[python] - media-libs/freealut - media-libs/libogg - media-libs/libsdl[X,opengl,video] - media-libs/libvorbis - media-libs/openal - sci-physics/bullet - sys-libs/zlib - virtual/opengl" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - virtual/pkgconfig" - -S="${WORKDIR}/${P}/${myPN}" -CMAKE_USE_DIR="${S}" -CMAKE_VERBOSE="1" - -pkg_setup() { - # build system is using FindPythonLibs.cmake which needs python:2 - python-any-r1_pkg_setup - games_pkg_setup -} - -src_prepare() { - # set OGRE plugin-dir - sed \ - -e "s:PluginFolder=.*$:PluginFolder=$(pkg-config --variable=plugindir OGRE):" \ - -i "${CMAKE_USE_DIR}"/ogre_plugins.cfg.in || die - - if use cg ; then - # add cg ogre plugin to config - echo "Plugin=Plugin_CgProgramManager" \ - >> "${CMAKE_USE_DIR}"/ogre_plugins.cfg || die - fi - - # parse subdir sets -O3 - sed -e "s:-O3::" -i parse/CMakeLists.txt - - # set revision for display in game -- update on bump! - sed -i -e 's/???/6281/' CMakeLists.txt -} - -src_configure() { - local mycmakeargs=( - -DRELEASE_COMPILE_FLAGS="" - -DCMAKE_SKIP_RPATH=ON - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - # data files - rm "${CMAKE_USE_DIR}"/default/COPYING || die - insinto "${GAMES_DATADIR}"/${PN} - doins -r "${CMAKE_USE_DIR}"/default || die - - # bin - dogamesbin "${CMAKE_BUILD_DIR}"/${PN}{ca,d} || die - newgamesbin "${CMAKE_BUILD_DIR}"/${PN} ${PN}.bin || die - games_make_wrapper ${PN} \ - "${GAMES_BINDIR}/${PN}.bin --resource-dir ./default" \ - "${GAMES_DATADIR}/${PN}" - - # lib - dogameslib "${CMAKE_BUILD_DIR}"/libfreeorion{common,parse}.so || die - dogameslib "${CMAKE_BUILD_DIR}"/libGiGi*.so || die - - # config - insinto "${GAMES_SYSCONFDIR}"/${PN} - doins "${CMAKE_BUILD_DIR}"/ogre_plugins.cfg || die - doins "${CMAKE_USE_DIR}"/OISInput.cfg || die - # game uses relative paths - dosym "${GAMES_SYSCONFDIR}"/${PN}/ogre_plugins.cfg \ - "${GAMES_DATADIR}"/${PN}/ogre_plugins.cfg || die - dosym "${GAMES_SYSCONFDIR}"/${PN}/OISInput.cfg \ - "${GAMES_DATADIR}"/${PN}/OISInput.cfg || die - - # other - dodoc "${CMAKE_USE_DIR}"/changelog.txt || die - newicon "${CMAKE_USE_DIR}"/default/data/art/icons/FO_Icon_32x32.png \ - ${PN}.png || die - make_desktop_entry ${PN} ${PN} ${PN} - - # permissions - prepgamesdirs -} |