public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.ebuild ChangeLog
@ 2012-11-05  1:11 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-11-05  1:11 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/11/05 01:11:56

  Modified:             ChangeLog
  Added:                vice-2.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.84                 app-emulation/vice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	28 Oct 2012 16:57:30 -0000	1.83
+++ ChangeLog	5 Nov 2012 01:11:56 -0000	1.84
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.83 2012/10/28 16:57:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.84 2012/11/05 01:11:56 mr_bones_ Exp $
+
+*vice-2.4 (05 Nov 2012)
+
+  05 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> +vice-2.4.ebuild:
+  version bump
 
   28 Oct 2012; Markos Chandras <hwoarang@gentoo.org> vice-2.3.ebuild:
   Stable on amd64 wrt bug #439934



1.1                  app-emulation/vice/vice-2.4.ebuild

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

Index: vice-2.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.1 2012/11/05 01:11:56 mr_bones_ Exp $

EAPI=2
inherit autotools eutils games toolchain-funcs

DESCRIPTION="The Versatile Commodore 8-bit Emulator"
HOMEPAGE="http://vice-emu.sourceforge.net/"
SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="Xaw3d alsa gnome nls png readline sdl ipv6 memmap ethernet oss zlib X gif jpeg xv dga xrandr ffmpeg lame pulseaudio"

RDEPEND="
	x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXpm
	x11-libs/libICE
	x11-libs/libSM
	x11-libs/libXt
	x11-libs/libXxf86vm
	x11-apps/xset
	Xaw3d? ( x11-libs/libXaw3d )
	!Xaw3d? ( !gnome? ( x11-libs/libXaw ) )
	alsa? ( media-libs/alsa-lib )
	gnome? (
		x11-libs/gtk+:2
		dev-libs/atk
		x11-libs/pango
	)
	lame? ( media-sound/lame )
	ffmpeg? ( virtual/ffmpeg )
	ethernet? (
	    >=net-libs/libpcap-0.9.8
	    >=net-libs/libnet-1.1.2.1
	)
	nls? ( virtual/libintl )
	png? ( media-libs/libpng:0 )
	readline? ( sys-libs/readline )
	sdl? ( media-libs/libsdl )
	gif? ( media-libs/giflib )
	jpeg? ( virtual/jpeg )
	xv? ( x11-libs/libXv )
	dga? ( x11-libs/libXxf86dga )
	xrandr? ( x11-libs/libXrandr )"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	x11-apps/bdftopcf
	x11-apps/mkfontdir
	x11-proto/xproto
	x11-proto/xf86vidmodeproto
	x11-proto/xextproto
	dga? ( x11-proto/xf86dgaproto )
	xv? ( x11-proto/videoproto )
	nls? ( sys-devel/gettext )"

src_prepare() {
	sed -i \
		-e "s:/usr/local/lib/VICE:${GAMES_DATADIR}/${PN}:" \
		man/vice.1 \
		$(grep -rl --exclude="*texi" /usr/local/lib doc) \
		|| die
	sed -i \
		-e "/VICEDIR=/s:=.*:=\"${GAMES_DATADIR}/${PN}\";:" \
		configure.in \
		|| die
	sed -i \
		-e "s:\(#define LIBDIR \).*:\1\"${GAMES_DATADIR}/${PN}\":" \
		-e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \
		src/arch/unix/archdep.h \
		src/arch/sdl/archdep_unix.h
	AT_NO_RECURSIVE=1 eautoreconf
}

src_configure() {
	# don't try to actually run fc-cache (bug #280976)
	FCCACHE=/bin/true \
	PKG_CONFIG=$(tc-getPKG_CONFIG) \
	egamesconf \
		--disable-dependency-tracking \
		--enable-fullscreen \
		--enable-parsid \
		--with-resid \
		--without-arts \
		--without-midas \
		$(use_enable ffmpeg) \
		$(use_enable lame) \
		$(use_enable gnome gnomeui) \
		$(use_enable nls) \
		$(use_with Xaw3d xaw3d) \
		$(use_with alsa) \
		$(use_with pulseaudio pulse) \
		$(use_with png) \
		$(use_with readline) \
		$(use_with sdl sdlsound) \
		$(use_enable ipv6) \
		$(use oss || echo --without-oss) \
		$(use_enable memmap) \
		$(use_enable ethernet) \
		$(use_with zlib) \
		$(use_with X x)
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog FEEDBACK README
	prepgamesdirs
}





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.ebuild ChangeLog
@ 2012-11-06 21:55 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-11-06 21:55 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/11/06 21:55:05

  Modified:             vice-2.4.ebuild ChangeLog
  Log:
  add x11-libs/vte:0 dep (bug #442082)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  app-emulation/vice/vice-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?r1=1.1&r2=1.2

Index: vice-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vice-2.4.ebuild	5 Nov 2012 01:11:56 -0000	1.1
+++ vice-2.4.ebuild	6 Nov 2012 21:55:05 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.1 2012/11/05 01:11:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.2 2012/11/06 21:55:05 mr_bones_ Exp $
 
 EAPI=2
 inherit autotools eutils games toolchain-funcs
@@ -28,6 +28,7 @@
 	alsa? ( media-libs/alsa-lib )
 	gnome? (
 		x11-libs/gtk+:2
+		x11-libs/vte:0
 		dev-libs/atk
 		x11-libs/pango
 	)



1.85                 app-emulation/vice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	5 Nov 2012 01:11:56 -0000	1.84
+++ ChangeLog	6 Nov 2012 21:55:05 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.84 2012/11/05 01:11:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.85 2012/11/06 21:55:05 mr_bones_ Exp $
+
+  06 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> vice-2.4.ebuild:
+  add x11-libs/vte:0 dep (bug #442082)
 
 *vice-2.4 (05 Nov 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.ebuild ChangeLog
@ 2013-01-06  7:27 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-06  7:27 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/06 07:27:57

  Modified:             vice-2.4.ebuild ChangeLog
  Log:
  EAPI=5; add arm support patch from Torsten Kurbad (bug #448134)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  app-emulation/vice/vice-2.4.ebuild

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

Index: vice-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vice-2.4.ebuild	6 Nov 2012 21:55:05 -0000	1.2
+++ vice-2.4.ebuild	6 Jan 2013 07:27:57 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.2 2012/11/06 21:55:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.3 2013/01/06 07:27:57 mr_bones_ Exp $
 
-EAPI=2
-inherit autotools eutils games toolchain-funcs
+EAPI=5
+inherit autotools eutils toolchain-funcs games
 
 DESCRIPTION="The Versatile Commodore 8-bit Emulator"
 HOMEPAGE="http://vice-emu.sourceforge.net/"
@@ -59,6 +59,7 @@
 	nls? ( sys-devel/gettext )"
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-arm.patch
 	sed -i \
 		-e "s:/usr/local/lib/VICE:${GAMES_DATADIR}/${PN}:" \
 		man/vice.1 \
@@ -106,7 +107,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install
 	dodoc AUTHORS ChangeLog FEEDBACK README
 	prepgamesdirs
 }



1.86                 app-emulation/vice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	6 Nov 2012 21:55:05 -0000	1.85
+++ ChangeLog	6 Jan 2013 07:27:57 -0000	1.86
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/vice
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.85 2012/11/06 21:55:05 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.86 2013/01/06 07:27:57 mr_bones_ Exp $
+
+  06 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/vice-2.4-arm.patch, vice-2.4.ebuild:
+  EAPI=5; add arm support patch from Torsten Kurbad (bug #448134)
 
   06 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> vice-2.4.ebuild:
   add x11-libs/vte:0 dep (bug #442082)





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.ebuild ChangeLog
@ 2013-04-05 18:56 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-04-05 18:56 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/04/05 18:56:37

  Modified:             vice-2.4.ebuild ChangeLog
  Log:
  fix buffer overflow (bug #464708)
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  app-emulation/vice/vice-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?r1=1.4&r2=1.5

Index: vice-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vice-2.4.ebuild	24 Jan 2013 14:40:00 -0000	1.4
+++ vice-2.4.ebuild	5 Apr 2013 18:56:37 -0000	1.5
@@ -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/app-emulation/vice/vice-2.4.ebuild,v 1.4 2013/01/24 14:40:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.5 2013/04/05 18:56:37 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs games
@@ -60,7 +60,8 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-arm.patch \
-		"${FILESDIR}"/${P}-ffmpeg-1.patch
+		"${FILESDIR}"/${P}-ffmpeg-1.patch \
+		"${FILESDIR}"/${P}-buffer.patch
 	sed -i \
 		-e "s:/usr/local/lib/VICE:${GAMES_DATADIR}/${PN}:" \
 		man/vice.1 \



1.88                 app-emulation/vice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	24 Jan 2013 14:40:00 -0000	1.87
+++ ChangeLog	5 Apr 2013 18:56:37 -0000	1.88
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.87 2013/01/24 14:40:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.88 2013/04/05 18:56:37 mr_bones_ Exp $
+
+  05 Apr 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/vice-2.4-buffer.patch, files/vice-2.3-libav.patch,
+  files/vice-2.3-notexi.patch, files/vice-2.4-arm.patch,
+  files/vice-2.4-ffmpeg-1.patch, vice-2.4.ebuild:
+  fix buffer overflow (bug #464708)
 
   24 Jan 2013; Alexis Ballier <aballier@gentoo.org> vice-2.4.ebuild,
   +files/vice-2.4-ffmpeg-1.patch:





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.ebuild ChangeLog
@ 2013-04-05 21:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 21:45 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 21:45:21

  Modified:             vice-2.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #464624
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  app-emulation/vice/vice-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?r1=1.5&r2=1.6

Index: vice-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vice-2.4.ebuild	5 Apr 2013 18:56:37 -0000	1.5
+++ vice-2.4.ebuild	5 Apr 2013 21:45:21 -0000	1.6
@@ -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/app-emulation/vice/vice-2.4.ebuild,v 1.5 2013/04/05 18:56:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.6 2013/04/05 21:45:21 ago Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="Xaw3d alsa gnome nls png readline sdl ipv6 memmap ethernet oss zlib X gif jpeg xv dga xrandr ffmpeg lame pulseaudio"
 
 RDEPEND="



1.89                 app-emulation/vice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	5 Apr 2013 18:56:37 -0000	1.88
+++ ChangeLog	5 Apr 2013 21:45:21 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.88 2013/04/05 18:56:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.89 2013/04/05 21:45:21 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> vice-2.4.ebuild:
+  Stable for amd64, wrt bug #464624
 
   05 Apr 2013; Michael Sterrett <mr_bones_@gentoo.org>
   +files/vice-2.4-buffer.patch, files/vice-2.3-libav.patch,





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.ebuild ChangeLog
@ 2013-04-05 21:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 21:45 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 21:45:45

  Modified:             vice-2.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #464624
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  app-emulation/vice/vice-2.4.ebuild

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

Index: vice-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vice-2.4.ebuild	5 Apr 2013 21:45:21 -0000	1.6
+++ vice-2.4.ebuild	5 Apr 2013 21:45:45 -0000	1.7
@@ -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/app-emulation/vice/vice-2.4.ebuild,v 1.6 2013/04/05 21:45:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.7 2013/04/05 21:45:45 ago Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="Xaw3d alsa gnome nls png readline sdl ipv6 memmap ethernet oss zlib X gif jpeg xv dga xrandr ffmpeg lame pulseaudio"
 
 RDEPEND="



1.90                 app-emulation/vice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	5 Apr 2013 21:45:21 -0000	1.89
+++ ChangeLog	5 Apr 2013 21:45:45 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.89 2013/04/05 21:45:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.90 2013/04/05 21:45:45 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> vice-2.4.ebuild:
+  Stable for x86, wrt bug #464624
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> vice-2.4.ebuild:
   Stable for amd64, wrt bug #464624





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.ebuild ChangeLog
@ 2013-05-10  4:53 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-05-10  4:53 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/05/10 04:53:42

  Modified:             vice-2.4.ebuild ChangeLog
  Log:
  fix building with new automake (bug #467562)
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  app-emulation/vice/vice-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?r1=1.7&r2=1.8

Index: vice-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vice-2.4.ebuild	5 Apr 2013 21:45:45 -0000	1.7
+++ vice-2.4.ebuild	10 May 2013 04:53:42 -0000	1.8
@@ -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/app-emulation/vice/vice-2.4.ebuild,v 1.7 2013/04/05 21:45:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.8 2013/05/10 04:53:42 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs games
@@ -61,7 +61,8 @@
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-arm.patch \
 		"${FILESDIR}"/${P}-ffmpeg-1.patch \
-		"${FILESDIR}"/${P}-buffer.patch
+		"${FILESDIR}"/${P}-buffer.patch \
+		"${FILESDIR}"/${P}-autotools.patch
 	sed -i \
 		-e "s:/usr/local/lib/VICE:${GAMES_DATADIR}/${PN}:" \
 		man/vice.1 \
@@ -69,13 +70,13 @@
 		|| die
 	sed -i \
 		-e "/VICEDIR=/s:=.*:=\"${GAMES_DATADIR}/${PN}\";:" \
-		configure.in \
-		|| die
+		configure.in || die
 	sed -i \
 		-e "s:\(#define LIBDIR \).*:\1\"${GAMES_DATADIR}/${PN}\":" \
 		-e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \
 		src/arch/unix/archdep.h \
 		src/arch/sdl/archdep_unix.h
+	mv configure.in configure.ac || die
 	AT_NO_RECURSIVE=1 eautoreconf
 }
 



1.91                 app-emulation/vice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	5 Apr 2013 21:45:45 -0000	1.90
+++ ChangeLog	10 May 2013 04:53:42 -0000	1.91
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.90 2013/04/05 21:45:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.91 2013/05/10 04:53:42 mr_bones_ Exp $
+
+  10 May 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/vice-2.4-autotools.patch, files/vice-2.3-libav.patch,
+  files/vice-2.3-notexi.patch, files/vice-2.4-arm.patch,
+  files/vice-2.4-buffer.patch, files/vice-2.4-ffmpeg-1.patch, vice-2.4.ebuild:
+  fix building with new automake (bug #467562)
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> vice-2.4.ebuild:
   Stable for x86, wrt bug #464624





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.ebuild ChangeLog
@ 2013-05-26  0:12 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-05-26  0:12 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/05/26 00:12:04

  Modified:             vice-2.4.ebuild ChangeLog
  Log:
  disable-dependency-tracking is passed by default with eapi5
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  app-emulation/vice/vice-2.4.ebuild

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

Index: vice-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vice-2.4.ebuild	10 May 2013 04:53:42 -0000	1.8
+++ vice-2.4.ebuild	26 May 2013 00:12:04 -0000	1.9
@@ -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/app-emulation/vice/vice-2.4.ebuild,v 1.8 2013/05/10 04:53:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.9 2013/05/26 00:12:04 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs games
@@ -85,7 +85,6 @@
 	FCCACHE=/bin/true \
 	PKG_CONFIG=$(tc-getPKG_CONFIG) \
 	egamesconf \
-		--disable-dependency-tracking \
 		--enable-fullscreen \
 		--enable-parsid \
 		--with-resid \



1.92                 app-emulation/vice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	10 May 2013 04:53:42 -0000	1.91
+++ ChangeLog	26 May 2013 00:12:04 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.91 2013/05/10 04:53:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.92 2013/05/26 00:12:04 mr_bones_ Exp $
+
+  26 May 2013; Michael Sterrett <mr_bones_@gentoo.org> vice-2.4.ebuild:
+  disable-dependency-tracking is passed by default with eapi5
 
   10 May 2013; Michael Sterrett <mr_bones_@gentoo.org>
   +files/vice-2.4-autotools.patch, files/vice-2.3-libav.patch,





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.ebuild ChangeLog
@ 2013-06-04 20:41 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-06-04 20:41 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/06/04 20:41:32

  Modified:             vice-2.4.ebuild ChangeLog
  Log:
  punt custom arg checking function (bug #471260)
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 app-emulation/vice/vice-2.4.ebuild

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

Index: vice-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vice-2.4.ebuild	26 May 2013 00:12:04 -0000	1.9
+++ vice-2.4.ebuild	4 Jun 2013 20:41:32 -0000	1.10
@@ -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/app-emulation/vice/vice-2.4.ebuild,v 1.9 2013/05/26 00:12:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.10 2013/06/04 20:41:32 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs games
@@ -69,6 +69,7 @@
 		$(grep -rl --exclude="*texi" /usr/local/lib doc) \
 		|| die
 	sed -i \
+		-e '/VICE_ARG_LIST_CHECK/d' \
 		-e "/VICEDIR=/s:=.*:=\"${GAMES_DATADIR}/${PN}\";:" \
 		configure.in || die
 	sed -i \



1.93                 app-emulation/vice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	26 May 2013 00:12:04 -0000	1.92
+++ ChangeLog	4 Jun 2013 20:41:32 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.92 2013/05/26 00:12:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.93 2013/06/04 20:41:32 mr_bones_ Exp $
+
+  04 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> vice-2.4.ebuild:
+  punt custom arg checking function (bug #471260)
 
   26 May 2013; Michael Sterrett <mr_bones_@gentoo.org> vice-2.4.ebuild:
   disable-dependency-tracking is passed by default with eapi5





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.ebuild ChangeLog
@ 2014-08-09 12:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-09 12:09 UTC (permalink / raw
  To: gentoo-commits

ago         14/08/09 12:09:23

  Modified:             vice-2.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #416211
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 app-emulation/vice/vice-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?r1=1.11&r2=1.12

Index: vice-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vice-2.4.ebuild	24 Jul 2014 06:30:34 -0000	1.11
+++ vice-2.4.ebuild	9 Aug 2014 12:09:23 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.11 2014/07/24 06:30:34 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.12 2014/08/09 12:09:23 ago Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="Xaw3d alsa gnome nls png readline sdl ipv6 memmap ethernet oss zlib X gif jpeg xv dga xrandr ffmpeg lame pulseaudio"
 
 RDEPEND="



1.95                 app-emulation/vice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	24 Jul 2014 06:30:34 -0000	1.94
+++ ChangeLog	9 Aug 2014 12:09:23 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.94 2014/07/24 06:30:34 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.95 2014/08/09 12:09:23 ago Exp $
+
+  09 Aug 2014; Agostino Sarubbo <ago@gentoo.org> vice-2.4.ebuild:
+  Stable for ppc, wrt bug #416211
 
   24 Jul 2014; Alfredo Tupone <tupone@gentoo.org> vice-2.4.ebuild:
   Require media-libs/fontconfig during build. Bug #514416 by Patrick Lauer





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

end of thread, other threads:[~2014-08-09 12:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 18:56 [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-09 12:09 Agostino Sarubbo (ago)
2013-06-04 20:41 Michael Sterrett (mr_bones_)
2013-05-26  0:12 Michael Sterrett (mr_bones_)
2013-05-10  4:53 Michael Sterrett (mr_bones_)
2013-04-05 21:45 Agostino Sarubbo (ago)
2013-04-05 21:45 Agostino Sarubbo (ago)
2013-01-06  7:27 Michael Sterrett (mr_bones_)
2012-11-06 21:55 Michael Sterrett (mr_bones_)
2012-11-05  1:11 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