mr_bones_    14/09/02 00:53:59

  Modified:             ChangeLog
  Added:                torcs-1.3.6.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.41                 games-sports/torcs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/torcs/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   19 Jul 2014 13:55:10 -0000      1.40
+++ ChangeLog   2 Sep 2014 00:53:59 -0000       1.41
@@ -1,6 +1,16 @@
 # ChangeLog for games-sports/torcs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.40 
2014/07/19 13:55:10 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.41 
2014/09/02 00:53:59 mr_bones_ Exp $
+
+*torcs-1.3.6 (02 Sep 2014)
+
+  02 Sep 2014; Michael Sterrett <mr_bon...@gentoo.org>
+  +files/torcs-1.3.6-as-needed.patch, +files/torcs-1.3.6-flags.patch,
+  +files/torcs-1.3.6-no-automake.patch, +files/torcs-1.3.6-noXmuXt.patch,
+  +torcs-1.3.6.ebuild, files/torcs-1.3.4-as-needed.patch,
+  files/torcs-1.3.4-flags.patch, files/torcs-1.3.4-no-automake.patch,
+  files/torcs-1.3.4-noXmuXt.patch:
+  version bump
 
   19 Jul 2014; Tupone Alfredo <tup...@gentoo.org> torcs-1.3.4.ebuild,
   +files/torcs-1.3.4-noXmuXt.patch:



1.1                  games-sports/torcs/torcs-1.3.6.ebuild

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

Index: torcs-1.3.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.6.ebuild,v 1.1 
2014/09/02 00:53:59 mr_bones_ Exp $

EAPI=5
inherit autotools eutils multilib games

DESCRIPTION="The Open Racing Car Simulator"
HOMEPAGE="http://torcs.sourceforge.net/";
SRC_URI="mirror://sourceforge/torcs/${P}.tar.bz2"

LICENSE="GPL-2 FreeArt"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-libs/freealut
        media-libs/freeglut
        media-libs/libpng:0
        media-libs/libvorbis:=
        media-libs/openal
        >=media-libs/plib-1.8.5
        sys-libs/zlib:0=
        virtual/opengl
        virtual/glu
        x11-libs/libX11
        x11-libs/libXrandr"
DEPEND="${RDEPEND}
        x11-proto/xf86vidmodeproto"

src_prepare() {
        epatch \
                "${FILESDIR}"/${P}-no-automake.patch \
                "${FILESDIR}"/${P}-as-needed.patch \
                "${FILESDIR}"/${P}-flags.patch \
                "${FILESDIR}"/${P}-noXmuXt.patch
        eautoreconf
        ecvs_clean
}

src_configure() {
        addpredict $(echo /dev/snd/controlC? | sed 's/ /:/g')
        [[ -e /dev/dsp ]] && addpredict /dev/dsp
        egamesconf \
                --datadir="${GAMES_DATADIR_BASE}" \
                --x-libraries=/usr/$(get_libdir) \
                --enable-xrandr
}

src_compile() {
        # So ugly... patches welcome.
        emake -j1
}

src_install() {
        emake -j1 DESTDIR="${D}" install datainstall
        newicon Ticon.png ${PN}.png
        make_desktop_entry ${PN} TORCS
        dodoc README doc/history/history.txt
        doman doc/man/*.6
        dohtml -r doc/faq/faq.html doc/tutorials doc/userman
        prepgamesdirs
}




Reply via email to