mr_bones_    15/02/24 05:46:19

  Modified:             ChangeLog
  Added:                avp-20150214.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.16                 games-fps/avp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/avp/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/avp/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/avp/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/avp/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   3 Jul 2014 20:29:50 -0000       1.15
+++ ChangeLog   24 Feb 2015 05:46:19 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for games-fps/avp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/ChangeLog,v 1.15 2014/07/03 
20:29:50 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/ChangeLog,v 1.16 2015/02/24 
05:46:19 mr_bones_ Exp $
+
+*avp-20150214 (24 Feb 2015)
+
+  24 Feb 2015; Michael Sterrett <[email protected]> +avp-20150214.ebuild:
+  version bump
 
   03 Jul 2014; Ian Stakenvicius (_AxS_) <[email protected]> 
avp-20070130-r2.ebuild:
   fixed dependency versions



1.1                  games-fps/avp/avp-20150214.ebuild

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

Index: avp-20150214.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/avp-20150214.ebuild,v 1.1 
2015/02/24 05:46:19 mr_bones_ Exp $

EAPI=5
inherit eutils cmake-utils games

DESCRIPTION="Linux port of Aliens vs Predator"
HOMEPAGE="http://www.icculus.org/avp/";
SRC_URI="http://www.icculus.org/avp/files/${P}.tar.gz";

LICENSE="AvP"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-libs/openal
        media-libs/libsdl[video,joystick,opengl]"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

CMAKE_BUILD_TYPE=Release

src_configure() {
        local mycmakeargs=(
                "-DCMAKE_VERBOSE_MAKEFILE=TRUE"
                -DSDL_TYPE=SDL
                -DOPENGL_TYPE=OPENGL
                "-DINSTALL_PREFIX=${GAMES_PREFIX}"
                "-DINSTALL_DATADIR=${GAMES_DATADIR}/${PN}"
                "-DINSTALL_BINDIR=${GAMES_BINDIR}"
        )

        cmake-utils_src_configure
}

src_compile() {
        cmake-utils_src_compile
}

src_install() {
        dogamesbin "${BUILD_DIR}/${PN}"
        dodoc README
        prepgamesdirs
}

pkg_postinst() {
        games_pkg_postinst
        elog "Please follow the instructions in /usr/share/doc/${PF}"
        elog "to install the rest of the game."
}




Reply via email to