public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/blokish: ChangeLog blokish-0.9.4.ebuild
@ 2007-10-29 23:19 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2007-10-29 23:19 UTC (permalink / raw
  To: gentoo-commits

tupone      07/10/29 23:19:01

  Modified:             ChangeLog
  Added:                blokish-0.9.4.ebuild
  Log:
  Version bump to 0.9.4
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.4                  games-board/blokish/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/blokish/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	19 Nov 2006 21:43:50 -0000	1.3
+++ ChangeLog	29 Oct 2007 23:19:00 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for games-board/blokish
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/ChangeLog,v 1.3 2006/11/19 21:43:50 nyhm Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/ChangeLog,v 1.4 2007/10/29 23:19:00 tupone Exp $
+
+*blokish-0.9.4 (29 Oct 2007)
+
+  29 Oct 2007; Tupone Alfredo <tupone@gentoo.org> +blokish-0.9.4.ebuild:
+  Version bump
 
   19 Nov 2006; Tristan Heaven <nyhm@gentoo.org> blokish-0.9.3.ebuild:
   Use wxwidgets eclass and install desktop entry



1.1                  games-board/blokish/blokish-0.9.4.ebuild

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

Index: blokish-0.9.4.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.4.ebuild,v 1.1 2007/10/29 23:19:00 tupone Exp $

inherit eutils wxwidgets games

MY_P="${PN}_v${PV}"
DESCRIPTION="Open source clone of the four-player board game Blokus"
HOMEPAGE="http://sourceforge.net/projects/blokish/"
SRC_URI="mirror://sourceforge/blokish/${MY_P}.tgz"

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

DEPEND="=x11-libs/wxGTK-2.6*
	virtual/opengl"

S=${WORKDIR}/${PN}

pkg_setup() {
	WX_GTK_VER=2.6 need-wxwidgets unicode
	games_pkg_setup
}

src_unpack() {
	unpack ${A}
	cd "${S}"

	sed -i \
		-e "s:wx-config:${WX_CONFIG}:" \
		configure makefile.in \
		|| die "sed failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	doicon src/${PN}.xpm
	make_desktop_entry ${PN} Blokish ${PN}.xpm

	dodoc AUTHORS ChangeLog README
	dohtml docs/*
	prepgamesdirs
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-29 23:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29 23:19 [gentoo-commits] gentoo-x86 commit in games-board/blokish: ChangeLog blokish-0.9.4.ebuild Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox