summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-09-16 16:01:34 -0400
committerMike Gilbert <floppym@gentoo.org>2012-09-16 16:03:22 -0400
commitfdce3634cbd49128e7355852ac2f7e36a779c473 (patch)
tree5f0ec95ac82b9cfd0f683a138301b32ed7c1b5c6 /games-strategy
parentprofiles/package.mask: Mask dev-util/tla-utils, because of tla eclass being m... (diff)
downloadsunrise-fdce3634cbd49128e7355852ac2f7e36a779c473.tar.gz
sunrise-fdce3634cbd49128e7355852ac2f7e36a779c473.tar.bz2
sunrise-fdce3634cbd49128e7355852ac2f7e36a779c473.zip
Remove packages which have been added to the gentoo repo.
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/freeorion/ChangeLog17
-rw-r--r--games-strategy/freeorion/Manifest3
-rw-r--r--games-strategy/freeorion/freeorion-0.3.17_p4823.ebuild104
-rw-r--r--games-strategy/freeorion/metadata.xml10
4 files changed, 0 insertions, 134 deletions
diff --git a/games-strategy/freeorion/ChangeLog b/games-strategy/freeorion/ChangeLog
deleted file mode 100644
index 7474d0da1..000000000
--- a/games-strategy/freeorion/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for games-strategy/freeorion
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 05 May 2012; Mike Gilbert <floppym@gentoo.org> freeorion-0.3.17_p4823.ebuild:
- Use pkgconfig virtual.
-
- 23 Apr 2012; hasufell <julian.ospald@googlemail.com>
- freeorion-0.3.17_p4823.ebuild:
- fix dep
-
-*freeorion-0.3.17_p4823 (23 Apr 2012)
-
- 23 Apr 2012; hasufell <julian.ospald@googlemail.com>
- +freeorion-0.3.17_p4823.ebuild, +metadata.xml:
- New Ebuild for bug 402019 thanks to all
-
diff --git a/games-strategy/freeorion/Manifest b/games-strategy/freeorion/Manifest
deleted file mode 100644
index 70ac5c0d0..000000000
--- a/games-strategy/freeorion/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD freeorion-0.3.17_p4823.ebuild 2478 RMD160 45c87a97c5d807e8e0578eea8636737c2b73538d SHA1 f8e763289e10616ee746431728d083c375262585 SHA256 535883bf1ea50df63be987198aa03e149eac394b841973de910d538fe7851f3a
-MISC ChangeLog 516 RMD160 4b070dd7e5176ef531e268cfaba853d7e2b5d049 SHA1 edef0c71f201fb0b00ed5b8af6ed8da6c1a08c9a SHA256 130a5e6999ac0b8b9105a217d3b753c06287c3f039cb99b32b17c7a696f061f7
-MISC metadata.xml 292 RMD160 cfccc097a16bb7e1dc694fba1f11ca50c74c8acc SHA1 ad07aef2a2b6b2370f37c9570d1e082ea2067322 SHA256 8cec5948c2ddd4e5d1db70813a9aa693d7d7ac5558631855e28c456a7a05994d
diff --git a/games-strategy/freeorion/freeorion-0.3.17_p4823.ebuild b/games-strategy/freeorion/freeorion-0.3.17_p4823.ebuild
deleted file mode 100644
index b2fd1bde0..000000000
--- a/games-strategy/freeorion/freeorion-0.3.17_p4823.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-
-inherit cmake-utils python subversion games
-
-DESCRIPTION="A free and open source clone of Master Of Orion"
-HOMEPAGE="http://www.freeorion.org"
-ESVN_REPO_URI="https://${PN}.svn.sourceforge.net/svnroot/${PN}/trunk"
-ESVN_PROJECT="${PN}"
-ESVN_REVISION="${PV#*_p}"
-
-LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0"
-SLOT="0"
-KEYWORDS="" # dependency gigi unkeyworded and potentially broken
-IUSE="cg"
-
-RDEPEND="
- dev-games/gigi[ogre,ois]
- dev-games/ogre[cg?,opengl]
- >=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}
- virtual/pkgconfig"
-
-CMAKE_USE_DIR="${S}"/FreeOrion
-CMAKE_VERBOSE="1"
-
-src_unpack() {
- subversion_src_unpack
-}
-
-src_prepare() {
- # set OGRE plugin-dir
- sed \
- -e "s:PluginFolder=.:PluginFolder=$(pkg-config --variable=plugindir OGRE):" \
- -i "${CMAKE_USE_DIR}"/ogre_plugins.cfg || die
-
- # set revision number
- sed \
- -e "/svn_revision_number/s:???:${ESVN_REVISION}:" \
- -i "${CMAKE_USE_DIR}"/CMakeLists.txt || die
-
- if use cg ; then
- # add cg ogre plugin to config
- echo "Plugin=Plugin_CgProgramManager" \
- >> "${CMAKE_USE_DIR}"/ogre_plugins.cfg || die
- fi
-}
-
-src_configure() {
- local mycmakeargs=(
- -DRELEASE_COMPILE_FLAGS=""
- )
-
- 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}"
-
- # config
- insinto "${GAMES_SYSCONFDIR}"/${PN}
- doins "${CMAKE_USE_DIR}"/{OISInput,ogre_plugins}.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
-}
diff --git a/games-strategy/freeorion/metadata.xml b/games-strategy/freeorion/metadata.xml
deleted file mode 100644
index a57b645fe..000000000
--- a/games-strategy/freeorion/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>maintainer-wanted@gentoo.org</email>
- </maintainer>
- <use>
- <flag name="cg">Add support for NVIDIA toolkit plugin</flag>
- </use>
-</pkgmetadata>