Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-games: ChangeLog gnome-games-2.20.3.ebuild gnome-games-2.20.0.1.ebuild gnome-games-2.16.3.ebuild
Date: Wed, 09 Jan 2008 23:28:14
Message-Id: E1JCkLB-0004XB-Uy@stork.gentoo.org
1 eva 08/01/09 23:28:09
2
3 Modified: ChangeLog
4 Added: gnome-games-2.20.3.ebuild
5 Removed: gnome-games-2.20.0.1.ebuild
6 gnome-games-2.16.3.ebuild
7 Log:
8 bump to 2.20.3 and clean up old revisions
9 (Portage version: 2.1.4_rc14)
10
11 Revision Changes Path
12 1.222 gnome-extra/gnome-games/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-games/ChangeLog?rev=1.222&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-games/ChangeLog?rev=1.222&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-games/ChangeLog?r1=1.221&r2=1.222
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/ChangeLog,v
21 retrieving revision 1.221
22 retrieving revision 1.222
23 diff -u -r1.221 -r1.222
24 --- ChangeLog 6 Dec 2007 22:37:02 -0000 1.221
25 +++ ChangeLog 9 Jan 2008 23:28:09 -0000 1.222
26 @@ -1,6 +1,13 @@
27 # ChangeLog for gnome-extra/gnome-games
28 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/ChangeLog,v 1.221 2007/12/06 22:37:02 eva Exp $
30 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/ChangeLog,v 1.222 2008/01/09 23:28:09 eva Exp $
32 +
33 +*gnome-games-2.20.3 (09 Jan 2008)
34 +
35 + 09 Jan 2008; Gilles Dartiguelongue <eva@g.o>
36 + -files/gnome-games-2.13.1-guile_switch.patch, -gnome-games-2.16.3.ebuild,
37 + -gnome-games-2.20.0.1.ebuild, +gnome-games-2.20.3.ebuild:
38 + bump to 2.20.3 and clean up old revisions
39
40 *gnome-games-2.20.2 (06 Dec 2007)
41
42
43
44
45 1.1 gnome-extra/gnome-games/gnome-games-2.20.3.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-games/gnome-games-2.20.3.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-games/gnome-games-2.20.3.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gnome-games-2.20.3.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-2.20.3.ebuild,v 1.1 2008/01/09 23:28:09 eva Exp $
55
56 # make sure games is inherited first so that the gnome2
57 # functions will be called if they are not overridden
58 inherit games eutils gnome2 autotools
59
60 DESCRIPTION="Collection of games for the GNOME desktop"
61 HOMEPAGE="http://www.gnome.org/"
62
63 LICENSE="GPL-2 FDL-1.1"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
66 IUSE="artworkextra guile opengl"
67
68 RDEPEND=">=gnome-base/libgnomeui-2.16.0
69 >=gnome-base/libgnome-2.16.0
70 >=dev-python/pygtk-2.10
71 >=dev-python/gnome-python-desktop-2.17.3
72 >=x11-libs/gtk+-2.8
73 >=gnome-base/gconf-2
74 >=x11-libs/cairo-1
75 >=dev-libs/libxml2-2.4.0
76 >=gnome-base/librsvg-2.14
77 >=media-libs/gstreamer-0.10.11
78 >=gnome-base/libglade-2
79 >=dev-libs/glib-2.6.3
80 guile? ( >=dev-scheme/guile-1.6.5 )
81 artworkextra? ( gnome-extra/gnome-games-extra-data )
82 opengl? ( dev-python/pygtkglext )
83 !games-board/glchess"
84
85 DEPEND="${RDEPEND}
86 >=sys-devel/autoconf-2.53
87 >=dev-util/pkgconfig-0.15
88 >=dev-util/intltool-0.35
89 >=sys-devel/gettext-0.10.40
90 >=gnome-base/gnome-common-2.12.0
91 >=app-text/scrollkeeper-0.3.8"
92
93 # Others are installed below; multiples in this package.
94 DOCS="HACKING MAINTAINERS"
95
96 pkg_setup() {
97 # create the games user / group
98 games_pkg_setup
99
100 G2CONF="--with-scores-group=${GAMES_GROUP}"
101
102 if use guile; then
103 if has_version =dev-scheme/guile-1.8*; then
104 local flags="deprecated regex"
105 built_with_use dev-scheme/guile ${flags} || die "guile must be built with \"${flags}\" use flags"
106 fi
107 else
108 G2CONF="${G2CONF} --enable-omitgames=aisleriot"
109 fi
110 }
111
112 src_unpack() {
113 gnome2_src_unpack
114
115 # Resolve symbols at execution time in setgid binaries
116 epatch "${FILESDIR}/${PN}-2.14.0-no_lazy_bindings.patch"
117
118 AT_M4DIR="m4" eautoreconf
119 }
120
121 src_install() {
122 gnome2_src_install
123
124 # Documentation install for each of the games
125 for game in \
126 $(find . -maxdepth 1 -type d ! -name po ! -name libgames-support); do
127 docinto ${game}
128 for doc in AUTHORS ChangeLog NEWS README TODO; do
129 [ -s ${game}/${doc} ] && dodoc ${game}/${doc}
130 done
131 done
132 }
133
134 pkg_preinst() {
135 # Avoid overwriting previous .scores files
136 local basefile
137 for scorefile in "${D}"/var/lib/games/*.scores; do
138 basefile=$(basename $scorefile)
139 if [ -s "${ROOT}/var/lib/games/${basefile}" ]; then
140 cp "${ROOT}/var/lib/games/${basefile}" \
141 "${D}/var/lib/games/${basefile}"
142 fi
143 done
144 }
145
146
147
148 --
149 gentoo-commits@l.g.o mailing list