Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
Subject: gentoo-x86 commit in games-puzzle/jag: ChangeLog jag-0.2.6.ebuild
Date: Wed, 04 Nov 2009 05:53:25 +0000
mr_bones_    09/11/04 05:53:25

  Modified:             ChangeLog
  Added:                jag-0.2.6.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.3                  games-puzzle/jag/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/jag/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/jag/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/jag/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/jag/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	16 Oct 2009 22:20:06 -0000	1.2
+++ ChangeLog	4 Nov 2009 05:53:24 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for games-puzzle/jag
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/ChangeLog,v 1.2 2009/10/16 22:20:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/ChangeLog,v 1.3 2009/11/04 05:53:24 mr_bones_ Exp $
+
+*jag-0.2.6 (04 Nov 2009)
+
+  04 Nov 2009; Michael Sterrett <mr_bones_@g.o> +jag-0.2.6.ebuild:
+  version bump
 
   16 Oct 2009; Samuli Suominen <ssuominen@g.o> jag-0.2.5.ebuild:
   amd64 stable wrt #288813



1.1                  games-puzzle/jag/jag-0.2.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/jag/jag-0.2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/jag/jag-0.2.6.ebuild?rev=1.1&content-type=text/plain

Index: jag-0.2.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/jag-0.2.6.ebuild,v 1.1 2009/11/04 05:53:24 mr_bones_ Exp $

EAPI=2
inherit eutils qt4 games

DESCRIPTION="Arcade 2D Puzzle Game"
HOMEPAGE="http://jag.xlabsoft.com/"
SRC_URI="http://jag.xlabsoft.com/files/${P}-src.zip
	http://jag.xlabsoft.com/files/jag_levels_sunzero.zip
	extras? ( http://jag.xlabsoft.com/files/jag_seven_themes.zip )"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="editor extras"

RDEPEND="x11-libs/qt-core:4
	x11-libs/qt-gui:4
	x11-libs/qt-opengl:4
	x11-libs/libXrandr
	media-libs/libsdl[audio,video]
	media-libs/sdl-mixer"
DEPEND="${RDEPEND}
	app-arch/unzip"

S=${WORKDIR}/${P}-src/jag

src_prepare() {
	sed -i \
		-e "s:/usr/local/bin:${GAMES_BINDIR}:g" \
		-e "s:/usr/local/games:${GAMES_DATADIR}:g" \
		-e "s:LIBS += -lSDLmain:LIBS += -lSDL:" \
		Game.pro gamewidget.cpp editor/editor.pro
}

src_configure() {
	eqmake4 Game.pro
	if use editor; then
		cd editor
		eqmake4 editor.pro
	fi
}

src_compile() {
	emake || die
	if use editor; then
		emake -C editor || die
	fi
}

src_install() {
	emake INSTALL_ROOT="${D}" install || die
	dodoc ../README
	newicon images/logo.png ${PN}.png
	make_desktop_entry jag Jag

	if use editor; then
		emake -C editor INSTALL_ROOT="${D}" install || die
		mv -vf "${D}/${GAMES_BINDIR}/leveleditor" "${D}/${GAMES_BINDIR}/jag-leveleditor"
		make_desktop_entry jag-leveleditor "Jag Level editor" ${PN}
	fi

	insinto "${GAMES_DATADIR}/${PN}"/data/levels
	doins -r "${WORKDIR}"/sunzero.lpk || die "doins failed"

	if use extras; then
		insinto "${GAMES_DATADIR}/${PN}"/data/schemes
		doins -r "${WORKDIR}"/{african,animals,chinese,creatures,futurama,kde-nuvola,toys} || die "doins failed"
	fi
	prepgamesdirs
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in games-puzzle/freesweep: metadata.xml ChangeLog freesweep-0.92.ebuild
Next by thread:
gentoo-x86 commit in sci-astronomy/ds9/files: ds9-5.7-src.patch ds9.png ds9-5.7-saotk.patch ds9-5.7-makefile.patch ds9-5.7-main.patch ds9-5.7-tcl85.patch ds9-5.5-makefile.patch ds9-5.4-saotk.patch ds9-5.2-Makefile.patch ds9-5.4-gcc43.patch ds9-5.2-gcc43.patch ds9-5.5-src.patch ds9-5.5-main.patch ds9-5.1-gcc4.2-x86.patch
Previous by date:
gentoo-x86 commit in games-puzzle/freesweep: metadata.xml ChangeLog freesweep-0.92.ebuild
Next by date:
gentoo-x86 commit in sci-astronomy/ds9/files: ds9-5.7-src.patch ds9.png ds9-5.7-saotk.patch ds9-5.7-makefile.patch ds9-5.7-main.patch ds9-5.7-tcl85.patch ds9-5.5-makefile.patch ds9-5.4-saotk.patch ds9-5.2-Makefile.patch ds9-5.4-gcc43.patch ds9-5.2-gcc43.patch ds9-5.5-src.patch ds9-5.5-main.patch ds9-5.1-gcc4.2-x86.patch


Updated Nov 24, 2009

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.