summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Harmon <russ@eatnumber1.com>2010-04-17 11:31:16 -0400
committerRussell Harmon <russ@eatnumber1.com>2010-04-17 11:31:16 -0400
commitd871ab191f3d8396fe4b795ad2f1aa85950e1d2b (patch)
tree32cb1a5abae91d497385bedaab544613d34797a5 /games-strategy
parentRemove old layman-local.cfg (diff)
downloadeatnumber1-d871ab191f3d8396fe4b795ad2f1aa85950e1d2b.tar.gz
eatnumber1-d871ab191f3d8396fe4b795ad2f1aa85950e1d2b.tar.bz2
eatnumber1-d871ab191f3d8396fe4b795ad2f1aa85950e1d2b.zip
Remove old, mostly broken ebuilds.
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/freeorion/freeorion-scm.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/games-strategy/freeorion/freeorion-scm.ebuild b/games-strategy/freeorion/freeorion-scm.ebuild
deleted file mode 100644
index 32c1188..0000000
--- a/games-strategy/freeorion/freeorion-scm.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-ESVN_REPO_URI="https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/"
-
-inherit games cmake-utils subversion
-
-DESCRIPTION="FreeOrion brings nation building to a galactic scale with its full-featured grand campaign and in-game racial histories, in addition to the classic 4X model of galactic conquest and tactical combat."
-HOMEPAGE="http://www.freeorion.org/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-*"
-IUSE=""
-
-DEPEND="
- >=dev-libs/boost-1.36
- <media-gfx/graphviz-2.22[cgraph]
- sys-libs/zlib
- || ( media-libs/gigi[ogre] media-libs/gigi[sdl] )
- media-libs/freealut
- media-libs/libogg
- media-libs/openal
- dev-lang/python
- media-libs/libvorbis
- sci-physics/bullet
- sys-libs/glibc"
-RDEPEND="${DEPEND}"
-
-get_boost_ver() {
- local link="$(readlink /usr/include/boost)"
- echo "${link%%/*}"
-}
-
-src_compile() {
- local mycmakeargs=(
- "-DBOOST_INCLUDEDIR=/usr/include/$(get_boost_ver)"
- "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}"
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- prepgamesdirs
-}