public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/advancescan: ChangeLog advancescan-1.14.ebuild
@ 2009-05-27 12:56 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-05-27 12:56 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/05/27 12:56:20

  Modified:             ChangeLog
  Added:                advancescan-1.14.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.4                  games-emulation/advancescan/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	10 Jun 2007 15:15:51 -0000	1.3
+++ ChangeLog	27 May 2009 12:56:20 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/advancescan
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.3 2007/06/10 15:15:51 nyhm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.4 2009/05/27 12:56:20 nyhm Exp $
+
+*advancescan-1.14 (27 May 2009)
+
+  27 May 2009; Tristan Heaven <nyhm@gentoo.org> +advancescan-1.14.ebuild,
+  +files/advancescan-1.14-sys-expat.patch:
+  Version bump
 
   10 Jun 2007; Tristan Heaven <nyhm@gentoo.org> advancescan-1.13.ebuild:
   Fix collision with sys-apps/coreutils



1.1                  games-emulation/advancescan/advancescan-1.14.ebuild

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

Index: advancescan-1.14.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.14.ebuild,v 1.1 2009/05/27 12:56:20 nyhm Exp $

EAPI=2
inherit autotools eutils games

DESCRIPTION="A command line rom manager for MAME, MESS, AdvanceMAME, AdvanceMESS and Raine"
HOMEPAGE="http://advancemame.sourceforge.net/scan-readme.html"
SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz"

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

DEPEND="dev-libs/expat"

src_prepare() {
	rm -rf expat
	epatch "${FILESDIR}"/${P}-sys-expat.patch
	eautoreconf
}

src_install() {
	dogamesbin advscan advdiff || die "dogamesbin failed"
	dodoc AUTHORS HISTORY README doc/*.txt advscan.rc.linux
	doman doc/{advscan,advdiff}.1
	dohtml doc/*.html
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/advancescan: ChangeLog advancescan-1.14.ebuild
@ 2009-11-21 19:17 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-11-21 19:17 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/21 19:17:29

  Modified:             ChangeLog advancescan-1.14.ebuild
  Log:
  x86 stable, bug #288966
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  games-emulation/advancescan/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 May 2009 12:56:20 -0000	1.4
+++ ChangeLog	21 Nov 2009 19:17:29 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/advancescan
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.4 2009/05/27 12:56:20 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.5 2009/11/21 19:17:29 maekke Exp $
+
+  21 Nov 2009; Markus Meier <maekke@gentoo.org> advancescan-1.14.ebuild:
+  x86 stable, bug #288966
 
 *advancescan-1.14 (27 May 2009)
 



1.2                  games-emulation/advancescan/advancescan-1.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancescan/advancescan-1.14.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancescan/advancescan-1.14.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/advancescan/advancescan-1.14.ebuild?r1=1.1&r2=1.2

Index: advancescan-1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- advancescan-1.14.ebuild	27 May 2009 12:56:20 -0000	1.1
+++ advancescan-1.14.ebuild	21 Nov 2009 19:17:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.14.ebuild,v 1.1 2009/05/27 12:56:20 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.14.ebuild,v 1.2 2009/11/21 19:17:29 maekke Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
 IUSE=""
 
 DEPEND="dev-libs/expat"






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/advancescan: ChangeLog advancescan-1.14.ebuild
@ 2014-07-24 23:44 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-07-24 23:44 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    14/07/24 23:44:57

  Modified:             ChangeLog
  Removed:              advancescan-1.14.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 games-emulation/advancescan/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/advancescan/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/advancescan/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/advancescan/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	25 Feb 2013 11:40:49 -0000	1.9
+++ ChangeLog	24 Jul 2014 23:44:57 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/advancescan
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.9 2013/02/25 11:40:49 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.10 2014/07/24 23:44:57 mr_bones_ Exp $
+
+  24 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org> -advancescan-1.14.ebuild,
+  -files/advancescan-1.14-sys-expat.patch:
+  old
 
   25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> advancescan-1.16.ebuild:
   Stable for x86, wrt bug #458652





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

end of thread, other threads:[~2014-07-24 23:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 12:56 [gentoo-commits] gentoo-x86 commit in games-emulation/advancescan: ChangeLog advancescan-1.14.ebuild Tristan Heaven (nyhm)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-21 19:17 Markus Meier (maekke)
2014-07-24 23:44 Michael Sterrett (mr_bones_)

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