public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/geki3-KXL: ChangeLog geki3-KXL-1.0.3-r2.ebuild
@ 2008-01-05 22:00 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-01-05 22:00 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/01/05 22:00:32

  Modified:             ChangeLog
  Added:                geki3-KXL-1.0.3-r2.ebuild
  Log:
  Use autotools eclass, bug #204392; install menu entry, bug #159753; move score file to $GAMES_STATEDIR
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.9                  games-action/geki3-KXL/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	27 Nov 2006 01:23:37 -0000	1.8
+++ ChangeLog	5 Jan 2008 22:00:31 -0000	1.9
@@ -1,6 +1,13 @@
 # ChangeLog for games-action/geki3-KXL
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v 1.8 2006/11/27 01:23:37 blubb Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v 1.9 2008/01/05 22:00:31 nyhm Exp $
+
+*geki3-KXL-1.0.3-r2 (05 Jan 2008)
+
+  05 Jan 2008; Tristan Heaven <nyhm@gentoo.org>
+  +files/geki3-KXL-1.0.3-paths.patch, +geki3-KXL-1.0.3-r2.ebuild:
+  Use autotools eclass, bug #204392; install menu entry, bug #159753; move
+  score file to $GAMES_STATEDIR
 
   27 Nov 2006; <blubb@gentoo.org> geki3-KXL-1.0.3-r1.ebuild:
   stable on amd64



1.1                  games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild?rev=1.1&content-type=text/plain

Index: geki3-KXL-1.0.3-r2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild,v 1.1 2008/01/05 22:00:31 nyhm Exp $

inherit autotools eutils games

DESCRIPTION="2D length scroll shooting game"
HOMEPAGE="http://kxl.hn.org/"
SRC_URI="http://kxl.hn.org/download/${P}.tar.gz
	mirror://gentoo/${PN}.png"

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

DEPEND="dev-games/KXL"
RDEPEND="${DEPEND}
	media-fonts/font-bitstream-75dpi"

src_unpack() {
	unpack ${A}
	cd "${S}"
	rm -f missing
	sed -i \
		-e '1i #include <string.h>' \
		-e "s:DATA_PATH \"/.score\":\"${GAMES_STATEDIR}/${PN}\":" \
		src/ranking.c \
		|| die "sed failed"
	epatch "${FILESDIR}"/${P}-paths.patch
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	insinto "${GAMES_STATEDIR}"
	newins data/.score ${PN} || die "newins failed"
	fperms g+w "${GAMES_STATEDIR}"/${PN}
	doicon "${DISTDIR}"/${PN}.png
	make_desktop_entry geki3 Geki3
	dodoc ChangeLog README
	prepgamesdirs
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/geki3-KXL: ChangeLog geki3-KXL-1.0.3-r2.ebuild
@ 2009-06-03 13:20 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-06-03 13:20 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/06/03 13:20:31

  Modified:             ChangeLog geki3-KXL-1.0.3-r2.ebuild
  Log:
  RDEPEND on media-fonts/font-adobe-100dpi
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.10                 games-action/geki3-KXL/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Jan 2008 22:00:31 -0000	1.9
+++ ChangeLog	3 Jun 2009 13:20:31 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/geki3-KXL
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v 1.9 2008/01/05 22:00:31 nyhm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v 1.10 2009/06/03 13:20:31 nyhm Exp $
+
+  03 Jun 2009; Tristan Heaven <nyhm@gentoo.org> geki3-KXL-1.0.3-r2.ebuild:
+  RDEPEND on media-fonts/font-adobe-100dpi
 
 *geki3-KXL-1.0.3-r2 (05 Jan 2008)
 



1.3                  games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild?r1=1.2&r2=1.3

Index: geki3-KXL-1.0.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geki3-KXL-1.0.3-r2.ebuild	7 Jan 2008 14:14:31 -0000	1.2
+++ geki3-KXL-1.0.3-r2.ebuild	3 Jun 2009 13:20:31 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild,v 1.2 2008/01/07 14:14:31 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild,v 1.3 2009/06/03 13:20:31 nyhm Exp $
 
 inherit autotools eutils games
 
@@ -16,7 +16,7 @@
 
 DEPEND="dev-games/KXL"
 RDEPEND="${DEPEND}
-	media-fonts/font-bitstream-75dpi"
+	media-fonts/font-adobe-100dpi"
 
 src_unpack() {
 	unpack ${A}






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-03 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-05 22:00 [gentoo-commits] gentoo-x86 commit in games-action/geki3-KXL: ChangeLog geki3-KXL-1.0.3-r2.ebuild Tristan Heaven (nyhm)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-03 13:20 Tristan Heaven (nyhm)

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