Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgweather: metadata.xml libgweather-3.10.1.ebuild ChangeLog libgweather-3.8.2.ebuild libgweather-3.6.2.ebuild
Date: Tue, 24 Dec 2013 15:54:22
Message-Id: 20131224155419.A24F02004C@flycatcher.gentoo.org
1 pacho 13/12/24 15:54:19
2
3 Modified: metadata.xml ChangeLog
4 Added: libgweather-3.10.1.ebuild
5 Removed: libgweather-3.8.2.ebuild libgweather-3.6.2.ebuild
6 Log:
7 Version bump for Gnome 3.10, drop old
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.4 dev-libs/libgweather/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/metadata.xml?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/metadata.xml?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/metadata.xml?r1=1.3&r2=1.4
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgweather/metadata.xml,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- metadata.xml 19 Dec 2012 01:53:47 -0000 1.3
25 +++ metadata.xml 24 Dec 2013 15:54:19 -0000 1.4
26 @@ -2,4 +2,7 @@
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 <herd>gnome</herd>
30 + <use>
31 + <flag name="glade">Installs catalog files for <pkg>dev-util/glade</pkg></flag>
32 + </use>
33 </pkgmetadata>
34
35
36
37 1.101 dev-libs/libgweather/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.101&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.101&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?r1=1.100&r2=1.101
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v
46 retrieving revision 1.100
47 retrieving revision 1.101
48 diff -u -r1.100 -r1.101
49 --- ChangeLog 8 Dec 2013 18:04:04 -0000 1.100
50 +++ ChangeLog 24 Dec 2013 15:54:19 -0000 1.101
51 @@ -1,6 +1,12 @@
52 # ChangeLog for dev-libs/libgweather
53 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.100 2013/12/08 18:04:04 pacho Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.101 2013/12/24 15:54:19 pacho Exp $
56 +
57 +*libgweather-3.10.1 (24 Dec 2013)
58 +
59 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +libgweather-3.10.1.ebuild,
60 + -libgweather-3.6.2.ebuild, -libgweather-3.8.2.ebuild, metadata.xml:
61 + Version bump for Gnome 3.10, drop old
62
63 08 Dec 2013; Pacho Ramos <pacho@g.o> libgweather-3.8.3.ebuild:
64 x86 stable, bug #478252
65
66
67
68 1.1 dev-libs/libgweather/libgweather-3.10.1.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/libgweather-3.10.1.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/libgweather-3.10.1.ebuild?rev=1.1&content-type=text/plain
72
73 Index: libgweather-3.10.1.ebuild
74 ===================================================================
75 # Copyright 1999-2013 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-3.10.1.ebuild,v 1.1 2013/12/24 15:54:19 pacho Exp $
78
79 EAPI="5"
80 GCONF_DEBUG="no"
81 VALA_MIN_API_VERSION="0.18"
82 VALA_USE_DEPEND="vapigen"
83
84 inherit gnome2 vala
85
86 DESCRIPTION="Library to access weather information from online services"
87 HOMEPAGE="https://wiki.gnome.org/LibGWeather"
88
89 LICENSE="GPL-2+"
90 SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
91 IUSE="glade +introspection vala"
92 REQUIRED_USE="vala? ( introspection )"
93 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
94
95 COMMON_DEPEND="
96 >=x11-libs/gtk+-2.90.0:3[introspection?]
97 >=dev-libs/glib-2.35.1:2
98 >=net-libs/libsoup-2.34:2.4
99 >=dev-libs/libxml2-2.6.0
100 >=sys-libs/timezone-data-2010k
101
102 glade? ( >=dev-util/glade-3.16:3.10 )
103 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
104 "
105 RDEPEND="${COMMON_DEPEND}
106 !<gnome-base/gnome-applets-2.22.0
107 "
108 DEPEND="${COMMON_DEPEND}
109 >=dev-util/gtk-doc-am-1.11
110 >=dev-util/intltool-0.50
111 >=sys-devel/gettext-0.18
112 virtual/pkgconfig
113 vala? ( $(vala_depend) )
114 "
115
116 src_prepare() {
117 use vala && vala_src_prepare
118 gnome2_src_prepare
119 }
120
121 src_configure() {
122 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
123 gnome2_src_configure \
124 --disable-static \
125 $(use_enable glade glade-catalog) \
126 $(use_enable introspection) \
127 $(use_enable vala)
128 }