mr_bones_    15/02/06 17:25:45

  Modified:             ChangeLog
  Added:                warzone2100-3.1.2.ebuild
  Removed:              warzone2100-3.1.1.ebuild
  Log:
  version bump; clean old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.88                 games-strategy/warzone2100/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.88&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.88&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   29 Oct 2014 12:49:58 -0000      1.87
+++ ChangeLog   6 Feb 2015 17:25:45 -0000       1.88
@@ -1,6 +1,14 @@
 # ChangeLog for games-strategy/warzone2100
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.87 
2014/10/29 12:49:58 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.88 
2015/02/06 17:25:45 mr_bones_ Exp $
+
+*warzone2100-3.1.2 (06 Feb 2015)
+
+  06 Feb 2015; Michael Sterrett <[email protected]>
+  +files/warzone2100-3.1.2-openGL.patch, 
+files/warzone2100-3.1.2-pkgconf.patch,
+  +warzone2100-3.1.2.ebuild, -files/warzone2100-3.1.1-openGL.patch,
+  -files/warzone2100-3.1.1-pkgconf.patch, -warzone2100-3.1.1.ebuild:
+  version bump; clean old
 
   29 Oct 2014; Alfredo Tupone <[email protected]> warzone2100-3.1.1.ebuild,
   +files/warzone2100-3.1.1-openGL.patch:



1.1                  games-strategy/warzone2100/warzone2100-3.1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.2.ebuild?rev=1.1&content-type=text/plain

Index: warzone2100-3.1.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.2.ebuild,v 
1.1 2015/02/06 17:25:45 mr_bones_ Exp $

EAPI=5
inherit autotools toolchain-funcs eutils versionator gnome2-utils 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.xz
        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 qt4 videos"

# TODO: unbundle miniupnpc and quesoglc
RDEPEND=">=dev-games/physfs-2[zip]
        dev-libs/fribidi
        media-libs/fontconfig
        media-libs/freetype:2
        media-libs/glew
        media-libs/libogg
        media-libs/libpng:0
        media-libs/libtheora
        media-libs/libvorbis
        media-libs/openal
        sys-libs/zlib
        virtual/glu
        virtual/opengl
        x11-libs/libX11
        x11-libs/libXrandr
        dev-qt/qtcore:4
        dev-qt/qtscript:4
        nls? ( virtual/libintl )
        qt4? (
                dev-qt/qtgui:4
                dev-qt/qtopengl:4
        )
        !qt4? ( media-libs/libsdl[opengl,video] )"
DEPEND="${RDEPEND}
        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 \
                "${FILESDIR}"/${P}-openGL.patch

        eautoreconf
}

src_configure() {
        egamesconf \
                --docdir=/usr/share/doc/${PF} \
                --localedir=/usr/share/locale \
                --with-distributor="Gentoo ${PF}" \
                --with-icondir=/usr/share/icons/hicolor/128x128/apps \
                --with-applicationdir=/usr/share/applications \
                $(use_enable debug debug relaxed) \
                $(use_enable nls) \
                --with-backend=$(usex qt4 "qt" "sdl")
}

src_compile() {
        emake AR="$(tc-getAR)"
}

src_install() {
        default
        rm -f "${D}"/usr/share/doc/${PF}/COPYING*
        if use videos ; then
                insinto "${GAMES_DATADIR}"/${PN}
                newins "${DISTDIR}"/${VIDEOS_P} sequences.wz
        fi
        doman doc/warzone2100.6
        dodoc doc/quickstartguide.pdf

        elog "If you are using opensource drivers you should consider 
installing: "
        elog "    media-libs/libtxc_dxtn"

        prepgamesdirs
}

pkg_preinst() {
        games_pkg_preinst
        gnome2_icon_savelist
}

pkg_postinst() {
        games_pkg_postinst
        gnome2_icon_cache_update
}

pkg_postrm() {
        gnome2_icon_cache_update
}




Reply via email to