public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/dosemu: ChangeLog dosemu-1.4.1_pre20091009.ebuild
@ 2009-10-09 22:07 Hanno Boeck (hanno)
  0 siblings, 0 replies; 3+ messages in thread
From: Hanno Boeck (hanno) @ 2009-10-09 22:07 UTC (permalink / raw
  To: gentoo-commits

hanno       09/10/09 22:07:57

  Modified:             ChangeLog
  Added:                dosemu-1.4.1_pre20091009.ebuild
  Log:
  dosemu: bump to svn snapshot
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 app-emulation/dosemu/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	6 Feb 2009 13:40:32 -0000	1.50
+++ ChangeLog	9 Oct 2009 22:07:57 -0000	1.51
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/dosemu
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.50 2009/02/06 13:40:32 hanno Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.51 2009/10/09 22:07:57 hanno Exp $
+
+*dosemu-1.4.1_pre20091009 (09 Oct 2009)
+
+  09 Oct 2009; Hanno Boeck <hanno@gentoo.org>
+  +dosemu-1.4.1_pre20091009.ebuild:
+  Bump to svn snapshot, needed for newer CPUs.
 
   06 Feb 2009; Hanno Boeck <hanno@gentoo.org>
   +files/dosemu-1.4.0.1-gcc433.diff, dosemu-1.4.0.1.ebuild:



1.1                  app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild?rev=1.1&content-type=text/plain

Index: dosemu-1.4.1_pre20091009.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild,v 1.1 2009/10/09 22:07:57 hanno Exp $

inherit flag-o-matic

P_FD="dosemu-freedos-1.0-bin"
DESCRIPTION="DOS Emulator"
HOMEPAGE="http://www.dosemu.org/"
SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz
	mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="X svga gpm debug alsa sndfile"

RDEPEND="X? ( x11-libs/libXxf86vm
		x11-libs/libXau
		x11-libs/libXdmcp
		x11-apps/xset
		x11-apps/xlsfonts
		x11-apps/bdftopcf
		x11-apps/mkfontdir )
	svga? ( media-libs/svgalib )
	gpm? ( sys-libs/gpm )
	alsa? ( media-libs/alsa-lib )
	sndfile? ( media-libs/libsndfile )
	>=sys-libs/slang-1.4"

DEPEND="${RDEPEND}
	X? ( x11-proto/xf86dgaproto )
	>=sys-devel/autoconf-2.57"
S="${WORKDIR}/${PN}"

src_compile() {
	# Has problems with -O3 on some systems
	replace-flags -O[3-9] -O2

	# Fix compilation on hardened
	append-flags -fno-pic

	unset KERNEL

	econf `use_with X x` \
		`use_enable svga svgalib` \
		`use_enable debug` \
		`use_with gpm` \
		`use_with alsa` \
		`use_with sndfile` \
		--with-fdtarball="${DISTDIR}"/${P_FD}.tgz \
		--sysconfdir=/etc/dosemu/ \
		--with-docdir=/usr/share/doc/${PF} || die

	emake || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	# Don't remove COPYING, see bug #137286
	dodoc BUGS ChangeLog COPYING NEWS README THANKS || die
}






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

* [gentoo-commits] gentoo-x86 commit in app-emulation/dosemu: ChangeLog dosemu-1.4.1_pre20091009.ebuild
@ 2010-01-19 15:31 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-19 15:31 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/19 15:31:46

  Modified:             ChangeLog dosemu-1.4.1_pre20091009.ebuild
  Log:
  stable x86, bug 301325
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.52                 app-emulation/dosemu/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	9 Oct 2009 22:07:57 -0000	1.51
+++ ChangeLog	19 Jan 2010 15:31:46 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/dosemu
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.51 2009/10/09 22:07:57 hanno Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.52 2010/01/19 15:31:46 fauli Exp $
+
+  19 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  dosemu-1.4.1_pre20091009.ebuild:
+  stable x86, bug 301325
 
 *dosemu-1.4.1_pre20091009 (09 Oct 2009)
 



1.2                  app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild

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

Index: dosemu-1.4.1_pre20091009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dosemu-1.4.1_pre20091009.ebuild	9 Oct 2009 22:07:57 -0000	1.1
+++ dosemu-1.4.1_pre20091009.ebuild	19 Jan 2010 15:31:46 -0000	1.2
@@ -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/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild,v 1.1 2009/10/09 22:07:57 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild,v 1.2 2010/01/19 15:31:46 fauli Exp $
 
 inherit flag-o-matic
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 IUSE="X svga gpm debug alsa sndfile"
 
 RDEPEND="X? ( x11-libs/libXxf86vm






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

* [gentoo-commits] gentoo-x86 commit in app-emulation/dosemu: ChangeLog dosemu-1.4.1_pre20091009.ebuild
@ 2010-06-24  8:59 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-24  8:59 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/24 08:59:31

  Modified:             ChangeLog dosemu-1.4.1_pre20091009.ebuild
  Log:
  Stable on amd64 wrt bug #301325
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 app-emulation/dosemu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	19 Jan 2010 15:31:46 -0000	1.52
+++ ChangeLog	24 Jun 2010 08:59:31 -0000	1.53
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/dosemu
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.52 2010/01/19 15:31:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.53 2010/06/24 08:59:31 angelos Exp $
+
+  24 Jun 2010; Christoph Mende <angelos@gentoo.org>
+  dosemu-1.4.1_pre20091009.ebuild:
+  Stable on amd64 wrt bug #301325
 
   19 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   dosemu-1.4.1_pre20091009.ebuild:



1.3                  app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild

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

Index: dosemu-1.4.1_pre20091009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dosemu-1.4.1_pre20091009.ebuild	19 Jan 2010 15:31:46 -0000	1.2
+++ dosemu-1.4.1_pre20091009.ebuild	24 Jun 2010 08:59:31 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild,v 1.2 2010/01/19 15:31:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild,v 1.3 2010/06/24 08:59:31 angelos Exp $
 
 inherit flag-o-matic
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 IUSE="X svga gpm debug alsa sndfile"
 
 RDEPEND="X? ( x11-libs/libXxf86vm






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

end of thread, other threads:[~2010-06-24  8:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 15:31 [gentoo-commits] gentoo-x86 commit in app-emulation/dosemu: ChangeLog dosemu-1.4.1_pre20091009.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-24  8:59 Christoph Mende (angelos)
2009-10-09 22:07 Hanno Boeck (hanno)

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