summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-20 01:22:20 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-20 01:22:20 +0000
commit23021365fe01587a8be55341e5bdaac62cdcb72c (patch)
tree2dbe8596b52ecb560171ee45640740af3c65e035 /games-strategy/warzone2100
parentvanilla-2.6.32.60 + genpatches-2.6.32-48 + grsecurity-2.9.1-2.6.32.60-2013011... (diff)
downloadgentoo-2-23021365fe01587a8be55341e5bdaac62cdcb72c.tar.gz
gentoo-2-23021365fe01587a8be55341e5bdaac62cdcb72c.tar.bz2
gentoo-2-23021365fe01587a8be55341e5bdaac62cdcb72c.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy/warzone2100')
-rw-r--r--games-strategy/warzone2100/ChangeLog9
-rw-r--r--games-strategy/warzone2100/warzone2100-2.3.8.ebuild69
2 files changed, 6 insertions, 72 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog
index 13c75503563c..5999080926d1 100644
--- a/games-strategy/warzone2100/ChangeLog
+++ b/games-strategy/warzone2100/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/warzone2100
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.74 2012/07/29 21:18:01 hasufell Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.75 2013/01/20 01:22:20 mr_bones_ Exp $
+
+ 20 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ -warzone2100-2.3.8.ebuild:
+ old
29 Jul 2012; Julian Ospald <hasufell@gentoo.org> warzone2100-2.3.9.ebuild,
+files/warzone2100-2.3.9-pkgconf.patch:
@@ -345,4 +349,3 @@
+files/0.2.2-clparse.c.patch, +metadata.xml, +warzone2100-0.2.2.ebuild:
Initial import. Original ebuild by <denisdupeyron@msn.com>. Patch submitted
by Fabien Zouaoui <fabien@zouaoui.org>. Closing bug #96249.
-
diff --git a/games-strategy/warzone2100/warzone2100-2.3.8.ebuild b/games-strategy/warzone2100/warzone2100-2.3.8.ebuild
deleted file mode 100644
index 970796e85834..000000000000
--- a/games-strategy/warzone2100/warzone2100-2.3.8.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.8.ebuild,v 1.5 2012/05/04 04:51:09 jdhore Exp $
-
-EAPI=2
-inherit autotools versionator games
-
-MY_PV=$(get_version_component_range -2)
-VIDEOS_PV=2.2
-VIDEOS_P=${PN}-videos-${VIDEOS_PV}.wz
-DESCRIPTION="3D real-time strategy game"
-HOMEPAGE="http://wz2100.net/"
-SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.gz
- videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/${VIDEOS_PV}/high-quality-en/sequences.wz -> ${VIDEOS_P} )"
-
-LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-# upstream requested debug support
-IUSE="debug nls videos"
-
-RDEPEND="dev-db/sqlite:3
- >=dev-games/physfs-2[zip]
- dev-libs/popt
- media-libs/libogg
- media-libs/libpng
- media-libs/libsdl[opengl,video]
- media-libs/libtheora
- media-libs/libvorbis
- media-libs/openal
- media-libs/sdl-net
- media-libs/quesoglc
- virtual/glu
- virtual/opengl
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- app-arch/zip
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-RDEPEND="${RDEPEND}
- media-fonts/dejavu"
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- egamesconf \
- --disable-motif \
- --disable-dependency-tracking \
- --docdir=/usr/share/doc/${PF} \
- --localedir=/usr/share/locale \
- --with-distributor="Gentoo ${PF}" \
- --with-icondir=/usr/share/pixmaps \
- --with-applicationdir=/usr/share/applications \
- $(use_enable debug debug relaxed) \
- $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- rm -f "${D}"/usr/share/doc/${PF}/COPYING*
- if use videos ; then
- insinto "${GAMES_DATADIR}"/${PN}
- newins "${DISTDIR}"/${VIDEOS_P} sequences.wz || die
- fi
- doman doc/warzone2100.6
- prepgamesdirs
-}