Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: freeciv-2.4.2.ebuild ChangeLog
Date: Wed, 04 Jun 2014 05:03:48
Message-Id: 20140604050343.276712004E@flycatcher.gentoo.org
1 mr_bones_ 14/06/04 05:03:43
2
3 Modified: freeciv-2.4.2.ebuild ChangeLog
4 Log:
5 remove the qt client as it is not ready to be used (per upstream)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 games-strategy/freeciv/freeciv-2.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild?r1=1.4&r2=1.5
15
16 Index: freeciv-2.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- freeciv-2.4.2.ebuild 31 May 2014 12:04:25 -0000 1.4
23 +++ freeciv-2.4.2.ebuild 4 Jun 2014 05:03:42 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild,v 1.4 2014/05/31 12:04:25 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild,v 1.5 2014/06/04 05:03:42 mr_bones_ Exp $
29
30 # FIXME: gtk3 support breaks ggz support
31
32 @@ -14,7 +14,7 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
36 -IUSE="auth aimodules dedicated ggz +gtk ipv6 mapimg modpack mysql nls postgres qt4 readline sdl +server +sound sqlite"
37 +IUSE="auth aimodules dedicated ggz +gtk ipv6 mapimg modpack mysql nls postgres readline sdl +server +sound sqlite"
38
39 RDEPEND="app-arch/bzip2
40 app-arch/xz-utils
41 @@ -36,10 +36,6 @@
42 mapimg? ( media-gfx/imagemagick )
43 modpack? ( x11-libs/gtk+:2 )
44 nls? ( virtual/libintl )
45 - qt4? (
46 - dev-qt/qtcore:4
47 - dev-qt/qtgui:4
48 - )
49 sdl? (
50 media-libs/libsdl[video]
51 media-libs/sdl-image[png]
52 @@ -50,7 +46,7 @@
53 media-libs/libsdl[sound]
54 media-libs/sdl-mixer[vorbis]
55 )
56 - !sdl? ( !gtk? ( !qt4? ( x11-libs/gtk+:2 ) ) )
57 + !sdl? ( !gtk? ( x11-libs/gtk+:2 ) )
58 )"
59 DEPEND="${RDEPEND}
60 virtual/pkgconfig
61 @@ -106,14 +102,13 @@
62 myclient="no"
63 myopts="--enable-server"
64 else
65 - if use !sdl && use !gtk && use !qt4 ; then
66 + if use !sdl && use !gtk ; then
67 einfo "No client backend given, defaulting to"
68 einfo "gtk2 client!"
69 myclient="gtk2"
70 else
71 use sdl && myclient="${myclient} sdl"
72 use gtk && myclient="${myclient} gtk2"
73 - use qt4 && myclient="${myclient} qt"
74 fi
75 myopts="$(use_enable server) $(use_with ggz ggz-client)"
76 fi
77 @@ -142,7 +137,7 @@
78
79 if use dedicated ; then
80 rm -rf "${D}/usr/share/pixmaps"
81 - rm -f "${D}"/usr/share/man/man6/freeciv-{client,gtk2,gtk3,modpack,qt,sdl,xaw}*
82 + rm -f "${D}"/usr/share/man/man6/freeciv-{client,gtk2,gtk3,modpack,sdl,xaw}*
83 else
84 if use server ; then
85 # Create and install the html manual. It can't be done for dedicated
86
87
88
89 1.153 games-strategy/freeciv/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.153&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.153&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.152&r2=1.153
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
98 retrieving revision 1.152
99 retrieving revision 1.153
100 diff -u -r1.152 -r1.153
101 --- ChangeLog 31 May 2014 12:04:25 -0000 1.152
102 +++ ChangeLog 4 Jun 2014 05:03:42 -0000 1.153
103 @@ -1,6 +1,9 @@
104 # ChangeLog for games-strategy/freeciv
105 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.152 2014/05/31 12:04:25 hasufell Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.153 2014/06/04 05:03:42 mr_bones_ Exp $
108 +
109 + 04 Jun 2014; Michael Sterrett <mr_bones_@g.o> freeciv-2.4.2.ebuild:
110 + remove the qt client as it is not ready to be used (per upstream)
111
112 31 May 2014; Julian Ospald <hasufell@g.o> freeciv-2.4.2.ebuild,
113 files/freeciv-2.4.2-as-needed.patch: