public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/loki_patch: ChangeLog loki_patch-20091105.ebuild
@ 2009-11-05  6:33 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-11-05  6:33 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/11/05 06:33:46

  Modified:             ChangeLog
  Added:                loki_patch-20091105.ebuild
  Log:
  Version bump, fixes bugs #251102 and #281440
  (Portage version: 2.2_rc48/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 games-util/loki_patch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	4 Mar 2008 15:53:30 -0000	1.10
+++ ChangeLog	5 Nov 2009 06:33:46 -0000	1.11
@@ -1,6 +1,13 @@
 # ChangeLog for games-util/loki_patch
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.10 2008/03/04 15:53:30 wolf31o2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.11 2009/11/05 06:33:46 nyhm Exp $
+
+*loki_patch-20091105 (05 Nov 2009)
+
+  05 Nov 2009; Tristan Heaven <nyhm@gentoo.org> +loki_patch-20091105.ebuild,
+  +files/loki_patch-20091105-build.patch,
+  +files/loki_patch-20091105-patchdata.patch:
+  Version bump, fixes bugs #251102 and #281440
 
   04 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   -loki_patch-20051209.ebuild:



1.1                  games-util/loki_patch/loki_patch-20091105.ebuild

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

Index: loki_patch-20091105.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20091105.ebuild,v 1.1 2009/11/05 06:33:46 nyhm Exp $

EAPI=2
inherit autotools eutils

DESCRIPTION="Loki Software binary patch tool"
HOMEPAGE="http://www.icculus.org/loki_setup/"
SRC_URI="mirror://gentoo/${P}.tar.bz2
	mirror://gentoo/loki_setupdb-${PV}.tar.bz2"

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

RDEPEND="=dev-util/xdelta-1*
	dev-libs/libxml2
	dev-libs/glib:2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}

src_prepare() {
	epatch \
		"${FILESDIR}"/${P}-build.patch \
		"${FILESDIR}"/${P}-patchdata.patch
	cd loki_setupdb
	eautoreconf
	cd "${S}"/${PN}
	eautoreconf
}

src_configure() {
	cd loki_setupdb
	econf
	cd "${S}"/${PN}
	econf
}

src_compile() {
	emake -C loki_setupdb || die "emake loki_setupdb failed"
	emake -C loki_patch || die "emake loki_patch failed"
}

src_install() {
	cd ${PN}
	dobin loki_patch make_patch || die "dobin failed"
	dodoc CHANGES NOTES README TODO
}






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

* [gentoo-commits] gentoo-x86 commit in games-util/loki_patch: ChangeLog loki_patch-20091105.ebuild
@ 2010-01-09 18:28 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-01-09 18:28 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/01/09 18:28:21

  Modified:             ChangeLog loki_patch-20091105.ebuild
  Log:
  amd64/x86 stable wrt #299849 (Tested with Soldier of Fortune CDROM).
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 games-util/loki_patch/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/loki_patch/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/loki_patch/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/loki_patch/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 Nov 2009 06:33:46 -0000	1.11
+++ ChangeLog	9 Jan 2010 18:28:21 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for games-util/loki_patch
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.11 2009/11/05 06:33:46 nyhm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.12 2010/01/09 18:28:21 ssuominen Exp $
+
+  09 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+  loki_patch-20091105.ebuild:
+  amd64/x86 stable wrt #299849 (Tested with Soldier of Fortune CDROM).
 
 *loki_patch-20091105 (05 Nov 2009)
 



1.3                  games-util/loki_patch/loki_patch-20091105.ebuild

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

Index: loki_patch-20091105.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20091105.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- loki_patch-20091105.ebuild	5 Nov 2009 06:48:37 -0000	1.2
+++ loki_patch-20091105.ebuild	9 Jan 2010 18:28:21 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20091105.ebuild,v 1.2 2009/11/05 06:48:37 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20091105.ebuild,v 1.3 2010/01/09 18:28:21 ssuominen Exp $
 
 EAPI=2
 inherit autotools eutils
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="dev-util/xdelta:0






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

end of thread, other threads:[~2010-01-09 18:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-05  6:33 [gentoo-commits] gentoo-x86 commit in games-util/loki_patch: ChangeLog loki_patch-20091105.ebuild Tristan Heaven (nyhm)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-09 18:28 Samuli Suominen (ssuominen)

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