public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/advancescan: advancescan-1.16.ebuild ChangeLog
@ 2013-01-22 18:20 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-22 18:20 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/22 18:20:19

  Modified:             ChangeLog
  Added:                advancescan-1.16.ebuild
  Log:
  version bump (bug #452284)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  games-emulation/advancescan/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	24 Oct 2012 10:57:46 -0000	1.6
+++ ChangeLog	22 Jan 2013 18:20:18 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/advancescan
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.6 2012/10/24 10:57:46 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.7 2013/01/22 18:20:18 mr_bones_ Exp $
+
+*advancescan-1.16 (22 Jan 2013)
+
+  22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> +advancescan-1.16.ebuild,
+  +files/advancescan-1.16-sys-expat.patch:
+  version bump (bug #452284)
 
   24 Oct 2012; Agostino Sarubbo <ago@gentoo.org> advancescan-1.14.ebuild:
   Add ~amd64, wrt bug #439330



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

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

Index: advancescan-1.16.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.16.ebuild,v 1.1 2013/01/22 18:20:18 mr_bones_ 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="~amd64 ~x86"
IUSE=""

DEPEND="dev-libs/expat
	sys-libs/zlib"

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

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





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

* [gentoo-commits] gentoo-x86 commit in games-emulation/advancescan: advancescan-1.16.ebuild ChangeLog
@ 2013-02-25 11:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-25 11:40 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/25 11:40:49

  Modified:             advancescan-1.16.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #458652
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  games-emulation/advancescan/advancescan-1.16.ebuild

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

Index: advancescan-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- advancescan-1.16.ebuild	25 Feb 2013 10:52:44 -0000	1.2
+++ advancescan-1.16.ebuild	25 Feb 2013 11:40:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.16.ebuild,v 1.2 2013/02/25 10:52:44 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.16.ebuild,v 1.3 2013/02/25 11:40:49 ago Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-libs/expat



1.9                  games-emulation/advancescan/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	25 Feb 2013 10:52:44 -0000	1.8
+++ ChangeLog	25 Feb 2013 11:40:49 -0000	1.9
@@ -1,6 +1,9 @@
 # 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.8 2013/02/25 10:52:44 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.9 2013/02/25 11:40:49 ago Exp $
+
+  25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> advancescan-1.16.ebuild:
+  Stable for x86, wrt bug #458652
 
   25 Feb 2013; Chema Alonso <nimiux@gentoo.org> advancescan-1.16.ebuild:
   Stable for amd64 wrt bug #458652





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

end of thread, other threads:[~2013-02-25 11:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 18:20 [gentoo-commits] gentoo-x86 commit in games-emulation/advancescan: advancescan-1.16.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-25 11:40 Agostino Sarubbo (ago)

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