Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/dosemu: ChangeLog dosemu-1.4.0.1.ebuild
Date: Fri, 21 Nov 2008 12:39:17
Message-Id: E1L3VI3-0002YP-66@stork.gentoo.org
1 hanno 08/11/21 12:39:15
2
3 Modified: ChangeLog dosemu-1.4.0.1.ebuild
4 Log:
5 dosemu: only rdep on xf86dgaproto
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc5 x86_64)
7
8 Revision Changes Path
9 1.49 app-emulation/dosemu/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/ChangeLog?rev=1.49&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/ChangeLog?rev=1.49&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/ChangeLog?r1=1.48&r2=1.49
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v
18 retrieving revision 1.48
19 retrieving revision 1.49
20 diff -u -r1.48 -r1.49
21 --- ChangeLog 27 Mar 2008 21:03:21 -0000 1.48
22 +++ ChangeLog 21 Nov 2008 12:39:15 -0000 1.49
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-emulation/dosemu
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.48 2008/03/27 21:03:21 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.49 2008/11/21 12:39:15 hanno Exp $
28 +
29 + 21 Nov 2008; Hanno Boeck <hanno@g.o> dosemu-1.4.0.1.ebuild:
30 + xf86dgaproto is only a build-time dep.
31
32 *dosemu-1.4.0.1 (27 Mar 2008)
33
34
35
36
37 1.2 app-emulation/dosemu/dosemu-1.4.0.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/dosemu-1.4.0.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/dosemu-1.4.0.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dosemu/dosemu-1.4.0.1.ebuild?r1=1.1&r2=1.2
42
43 Index: dosemu-1.4.0.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.0.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- dosemu-1.4.0.1.ebuild 27 Mar 2008 21:03:21 -0000 1.1
50 +++ dosemu-1.4.0.1.ebuild 21 Nov 2008 12:39:15 -0000 1.2
51 @@ -1,10 +1,10 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.0.1.ebuild,v 1.1 2008/03/27 21:03:21 hanno Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.0.1.ebuild,v 1.2 2008/11/21 12:39:15 hanno Exp $
56
57 -inherit flag-o-matic eutils autotools
58 +inherit flag-o-matic eutils
59
60 -P_FD=dosemu-freedos-1.0-bin
61 +P_FD="dosemu-freedos-1.0-bin"
62 DESCRIPTION="DOS Emulator"
63 HOMEPAGE="http://www.dosemu.org/"
64 SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz
65 @@ -19,7 +19,6 @@
66 RDEPEND="X? ( x11-libs/libXxf86vm
67 x11-libs/libXau
68 x11-libs/libXdmcp
69 - x11-proto/xf86dgaproto
70 x11-apps/xset
71 x11-apps/xlsfonts
72 x11-apps/bdftopcf
73 @@ -29,6 +28,7 @@
74 >=sys-libs/slang-1.4"
75
76 DEPEND="${RDEPEND}
77 + X? ( x11-proto/xf86dgaproto )
78 >=sys-devel/autoconf-2.57"
79 S="${WORKDIR}/${PN}-1.4.0"
80
81 @@ -38,8 +38,6 @@
82
83 epatch "${DISTDIR}/patch-${PV}.gz"
84 epatch "${FILESDIR}"/dosemu-1.3.4-shm.diff
85 -
86 - #eautoreconf || die "autoconf failed"
87 }
88
89 src_compile() {