Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/ggz-client-libs: ChangeLog ggz-client-libs-0.0.14.1-r1.ebuild
Date: Sat, 01 Dec 2012 20:01:58
Message-Id: 20121201200138.4E1AA216EE@flycatcher.gentoo.org
1 tupone 12/12/01 20:01:36
2
3 Modified: ChangeLog
4 Added: ggz-client-libs-0.0.14.1-r1.ebuild
5 Log:
6 revbump following bug #445420
7
8 (Portage version: 2.1.11.32/cvs/Linux i686, signed Manifest commit with key 0145142D)
9
10 Revision Changes Path
11 1.39 dev-games/ggz-client-libs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ggz-client-libs/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ggz-client-libs/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ggz-client-libs/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 27 Apr 2012 08:22:38 -0000 1.38
24 +++ ChangeLog 1 Dec 2012 20:01:36 -0000 1.39
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-games/ggz-client-libs
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ChangeLog,v 1.38 2012/04/27 08:22:38 tupone Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ChangeLog,v 1.39 2012/12/01 20:01:36 tupone Exp $
30 +
31 +*ggz-client-libs-0.0.14.1-r1 (01 Dec 2012)
32 +
33 + 01 Dec 2012; Tupone Alfredo <tupone@g.o>
34 + +ggz-client-libs-0.0.14.1-r1.ebuild:
35 + revbump following bug #445420 by Mart Raudsepp
36
37 27 Apr 2012; Tupone Alfredo <tupone@g.o>
38 ggz-client-libs-0.0.14.1.ebuild,
39
40
41
42 1.1 dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ggz-client-libs-0.0.14.1-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1-r1.ebuild,v 1.1 2012/12/01 20:01:36 tupone Exp $
52
53 EAPI=4
54 inherit base autotools games-ggz
55
56 DESCRIPTION="The client libraries for GGZ Gaming Zone"
57
58 LICENSE="LGPL-2.1"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
61
62 IUSE="debug static-libs"
63
64 RDEPEND="~dev-games/libggz-${PV}
65 dev-libs/expat
66 virtual/libintl"
67 DEPEND="${RDEPEND}
68 sys-devel/gettext"
69
70 PATCHES=( "${FILESDIR}"/${P}-destdir.patch
71 "${FILESDIR}"/${P}-linguas.patch )
72
73 src_prepare() {
74 base_src_prepare
75 eautoreconf
76 }
77
78 src_configure() {
79 games-ggz_src_configure \
80 $(use_enable static-libs static)
81 }
82
83 src_install() {
84 games-ggz_src_install
85 find "${ED}" -name '*.la' -exec rm -f {} +
86 }