Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/, dev-libs/libgweather/files/
Date: Mon, 30 May 2011 17:43:59
Message-Id: 640cc6e97333b33c43eb1a47800e39fd3a6b9d35.nirbheek@gentoo
1 commit: 640cc6e97333b33c43eb1a47800e39fd3a6b9d35
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Thu May 26 07:18:36 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 17:29:01 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=640cc6e9
7
8 dev-libs/libgweather: 3.0.0 → 3.0.2; really disable big Locations.xml
9
10 * Remove unused patch
11 * Amusingly, --disable-all-translations-in-one-xml enables them instead.
12 To disable building the big Locations.xml file, simply don't pass any
13 option to configure.
14
15 Signed-off-by: Nirbheek Chauhan <nirbheek <AT> gentoo.org>
16
17 ---
18 ...ather-2.30.0-fix-automagic-python-support.patch | 24 --------------------
19 ...ather-3.0.0.ebuild => libgweather-3.0.2.ebuild} | 4 +-
20 dev-libs/libgweather/libgweather-9999.ebuild | 4 +-
21 3 files changed, 4 insertions(+), 28 deletions(-)
22
23 diff --git a/dev-libs/libgweather/files/libgweather-2.30.0-fix-automagic-python-support.patch b/dev-libs/libgweather/files/libgweather-2.30.0-fix-automagic-python-support.patch
24 deleted file mode 100644
25 index 77f2f94..0000000
26 --- a/dev-libs/libgweather/files/libgweather-2.30.0-fix-automagic-python-support.patch
27 +++ /dev/null
28 @@ -1,24 +0,0 @@
29 -From 03626e45436b0b9c345e0c07e4f488375639877a Mon Sep 17 00:00:00 2001
30 -From: Romain Perier <mrpouet@g.o>
31 -Date: Sat, 19 Sep 2009 20:54:32 +0200
32 -Subject: [PATCH] Fix automagic python support when --disable-python is given on the command line
33 -
34 ----
35 - configure.in | 2 +-
36 - 1 files changed, 1 insertions(+), 1 deletions(-)
37 -
38 -diff --git a/configure.in b/configure.in
39 -index f363571..743fe9d 100644
40 ---- a/configure.in
41 -+++ b/configure.in
42 -@@ -215,7 +215,7 @@ dnl ***************************************************************************
43 - AC_ARG_ENABLE(python,
44 - [AC_HELP_STRING([--enable-python],
45 - [Build libgweather python bindings])],
46 -- [enable_python=yes],
47 -+ [enable_python=$enableval],
48 - [enable_python=no])
49 - if test "$enable_python" = "yes"; then
50 - AM_PATH_PYTHON()
51 ---
52 -1.6.5.rc1
53
54 diff --git a/dev-libs/libgweather/libgweather-3.0.0.ebuild b/dev-libs/libgweather/libgweather-3.0.2.ebuild
55 similarity index 94%
56 rename from dev-libs/libgweather/libgweather-3.0.0.ebuild
57 rename to dev-libs/libgweather/libgweather-3.0.2.ebuild
58 index 386ac4a..c47471a 100644
59 --- a/dev-libs/libgweather/libgweather-3.0.0.ebuild
60 +++ b/dev-libs/libgweather/libgweather-3.0.2.ebuild
61 @@ -44,10 +44,10 @@ RDEPEND="${COMMON_DEPEND}
62
63 pkg_setup() {
64 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
65 + # Do not add --disable-all-translations-in-one-xml : it will enable them
66 G2CONF="${G2CONF}
67 --enable-locations-compression
68 --disable-maintainer-mode
69 - --disable-all-translations-in-one-xml
70 --disable-static
71 $(use_enable introspection)"
72 -}
73 \ No newline at end of file
74 +}
75
76 diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
77 index 386ac4a..c47471a 100644
78 --- a/dev-libs/libgweather/libgweather-9999.ebuild
79 +++ b/dev-libs/libgweather/libgweather-9999.ebuild
80 @@ -44,10 +44,10 @@ RDEPEND="${COMMON_DEPEND}
81
82 pkg_setup() {
83 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
84 + # Do not add --disable-all-translations-in-one-xml : it will enable them
85 G2CONF="${G2CONF}
86 --enable-locations-compression
87 --disable-maintainer-mode
88 - --disable-all-translations-in-one-xml
89 --disable-static
90 $(use_enable introspection)"
91 -}
92 \ No newline at end of file
93 +}