tupone      14/06/04 06:39:34

  Modified:             ChangeLog
  Added:                gweled-0.9.1-r1.ebuild
  Log:
  Respect GAMES variables. Bug #494198
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  Changes    Path
1.22                 games-puzzle/gweled/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gweled/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gweled/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gweled/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/gweled/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   22 Jan 2013 20:10:30 -0000      1.21
+++ ChangeLog   4 Jun 2014 06:39:34 -0000       1.22
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/gweled
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gweled/ChangeLog,v 1.21 
2013/01/22 20:10:30 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gweled/ChangeLog,v 1.22 
2014/06/04 06:39:34 tupone Exp $
+
+*gweled-0.9.1-r1 (04 Jun 2014)
+
+  04 Jun 2014; Tupone Alfredo <[email protected]> +gweled-0.9.1-r1.ebuild,
+  +files/gweled-0.9.1-gentoo.patch:
+  Respect GAMES variables. Bug #494198 by Julian Ospald (hasufell)
 
   22 Jan 2013; Michael Sterrett <[email protected]> -gweled-0.7.ebuild:
   old



1.1                  games-puzzle/gweled/gweled-0.9.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gweled/gweled-0.9.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gweled/gweled-0.9.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: gweled-0.9.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gweled/gweled-0.9.1-r1.ebuild,v 
1.1 2014/06/04 06:39:34 tupone Exp $

EAPI=2
inherit flag-o-matic autotools games

DESCRIPTION="Bejeweled clone game"
HOMEPAGE="http://www.gweled.org/";
SRC_URI="http://launchpad.net/gweled/trunk/${PV}/+download/${P}.tar.gz";

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

RDEPEND="x11-libs/gtk+:2
        media-libs/libmikmod
        gnome-base/librsvg:2"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        epatch "${FILESDIR}"/${P}-gentoo.patch
        eautoreconf
}

src_configure() {
        filter-flags -fomit-frame-pointer
        append-ldflags -Wl,--export-dynamic
        egamesconf \
                --disable-dependency-tracking \
                --disable-setgid
}

src_install() {
        emake DESTDIR="${D}" install || die
        # FIXME: /var/lib is hard-coded.  Need to patch this.
        touch "${D}/var/games/gweled/gweled.timed.scores"
        fperms 664 /var/lib/games/gweled.timed.scores
        gamesowners -R "${D}/var/games/gweled"
        dodoc AUTHORS NEWS
        prepgamesdirs
}




Reply via email to