diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-11-07 03:53:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-11-07 03:53:08 +0000 |
commit | eedf4f66bb5b2b2f3aaab8bfde865a7a7ad0b9a8 (patch) | |
tree | 4470ae0400c3835d9c151e33227b8836f6deb955 /games-strategy | |
parent | Shorten description, make repoman happier (diff) | |
download | gentoo-2-eedf4f66bb5b2b2f3aaab8bfde865a7a7ad0b9a8.tar.gz gentoo-2-eedf4f66bb5b2b2f3aaab8bfde865a7a7ad0b9a8.tar.bz2 gentoo-2-eedf4f66bb5b2b2f3aaab8bfde865a7a7ad0b9a8.zip |
old
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/warzone2100/files/warzone2100-2.3.9-pkgconf.patch | 14 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-2.3.9.ebuild | 76 |
3 files changed, 5 insertions, 91 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index 85cf7d10655e..55af2a5b0193 100644 --- a/games-strategy/warzone2100/ChangeLog +++ b/games-strategy/warzone2100/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/warzone2100 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.81 2013/08/29 17:38:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.82 2013/11/07 03:53:08 mr_bones_ Exp $ + + 07 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> + -files/warzone2100-2.3.9-pkgconf.patch, -warzone2100-2.3.9.ebuild: + old 29 Aug 2013; Michael Sterrett <mr_bones_@gentoo.org> warzone2100-3.1.0.ebuild: respect AR (bug #477608) diff --git a/games-strategy/warzone2100/files/warzone2100-2.3.9-pkgconf.patch b/games-strategy/warzone2100/files/warzone2100-2.3.9-pkgconf.patch deleted file mode 100644 index 91d189575135..000000000000 --- a/games-strategy/warzone2100/files/warzone2100-2.3.9-pkgconf.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=428494 - -should be obsolete with >=dev-util/pkgconf-0.8.4 - ---- configure.ac -+++ configure.ac -@@ -76,7 +76,6 @@ - - # Check for pkg-config - PKG_PROG_PKG_CONFIG --AC_PROG_VERSION_CHECK([pkg-config], [0.9]) - - - # Check for compiler diff --git a/games-strategy/warzone2100/warzone2100-2.3.9.ebuild b/games-strategy/warzone2100/warzone2100-2.3.9.ebuild deleted file mode 100644 index e84e7fd3cc81..000000000000 --- a/games-strategy/warzone2100/warzone2100-2.3.9.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild,v 1.8 2013/02/07 22:19:34 ulm Exp $ - -EAPI=2 -inherit autotools eutils 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 CC-BY-SA-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} - sys-devel/bison - app-arch/zip - virtual/pkgconfig - nls? ( sys-devel/gettext )" -RDEPEND="${RDEPEND} - media-fonts/dejavu" - -src_prepare() { - sed -i \ - -e 's/#top_builddir/top_builddir/' \ - po/Makevars || die - - epatch "${FILESDIR}"/${P}-pkgconf.patch - - 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 -} |