Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/
Date: Mon, 26 Sep 2016 19:13:50
Message-Id: 1474917146.a2a4b93f4526da1124d0388984ac17b51864b3a9.leio@gentoo
1 commit: a2a4b93f4526da1124d0388984ac17b51864b3a9
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 18:42:23 2016 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 19:12:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a4b93f
7
8 dev-libs/libgweather: remove old
9
10 dev-libs/libgweather/Manifest | 2 -
11 dev-libs/libgweather/libgweather-3.18.1.ebuild | 55 --------------------------
12 dev-libs/libgweather/libgweather-3.20.1.ebuild | 53 -------------------------
13 3 files changed, 110 deletions(-)
14
15 diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
16 index 9db701b..091ebce 100644
17 --- a/dev-libs/libgweather/Manifest
18 +++ b/dev-libs/libgweather/Manifest
19 @@ -1,4 +1,2 @@
20 -DIST libgweather-3.18.1.tar.xz 3430524 SHA256 94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f WHIRLPOOL 19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
21 DIST libgweather-3.18.2.tar.xz 3431224 SHA256 f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3 SHA512 6e5ef37a50b22bb3941b703046bfcec78c6fd29aad3084c1a707a37f0418bc61c4852aa34501daaf20f6796e528a7ece948092b224d6f696b9d9e856fc384991 WHIRLPOOL 58f3d6a0c9acd4460a50077147ca9429a216777b402530632d922b38b9a47dd750b136be377cd3382de4638fa85bbab888a2356539f56e8f68a1787d346f459e
22 -DIST libgweather-3.20.1.tar.xz 3423740 SHA256 81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0 SHA512 4b9403b289d1d99e03aceb6207854369a5b92ea25a784aed322aed2b7e1e4c3b548e256e4222ea05206effb7de403b343031278503429433591496e50a708f23 WHIRLPOOL 2d943a7674f240e77656f1365c29926d44942ec87fa2785eb290dbd6b6bffbe1d99c3e6e8984175b01007d5a4df93ea9b4d9acc5abc27e93bde915d6e04bff0c
23 DIST libgweather-3.20.3.tar.xz 3376700 SHA256 fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b SHA512 feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9 WHIRLPOOL 5e569741a3e75929d7bdba2e3aa69fc42df9472ecc6626e5f7b95a12dad9d5d5af9a87b73417056b54192b9a0ca47076a21cc18ad5c81a6fd349edaa1b5f7537
24
25 diff --git a/dev-libs/libgweather/libgweather-3.18.1.ebuild b/dev-libs/libgweather/libgweather-3.18.1.ebuild
26 deleted file mode 100644
27 index dc91185..00000000
28 --- a/dev-libs/libgweather/libgweather-3.18.1.ebuild
29 +++ /dev/null
30 @@ -1,55 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="no"
37 -VALA_USE_DEPEND="vapigen"
38 -
39 -inherit gnome2 vala
40 -
41 -DESCRIPTION="Library to access weather information from online services"
42 -HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
46 -IUSE="glade +introspection vala"
47 -REQUIRED_USE="vala? ( introspection )"
48 -
49 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
50 -
51 -COMMON_DEPEND="
52 - >=x11-libs/gtk+-3.13.5:3[introspection?]
53 - >=dev-libs/glib-2.35.1:2
54 - >=net-libs/libsoup-2.34:2.4
55 - >=dev-libs/libxml2-2.6.0
56 - sci-geosciences/geocode-glib
57 - >=sys-libs/timezone-data-2010k
58 -
59 - glade? ( >=dev-util/glade-3.16:3.10 )
60 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
61 -"
62 -RDEPEND="${COMMON_DEPEND}
63 - !<gnome-base/gnome-applets-2.22.0
64 -"
65 -DEPEND="${COMMON_DEPEND}
66 - >=dev-util/gtk-doc-am-1.11
67 - >=dev-util/intltool-0.50
68 - >=sys-devel/gettext-0.18
69 - virtual/pkgconfig
70 - vala? ( $(vala_depend) )
71 -"
72 -
73 -src_prepare() {
74 - use vala && vala_src_prepare
75 - gnome2_src_prepare
76 -}
77 -
78 -src_configure() {
79 - DOCS="AUTHORS MAINTAINERS NEWS README"
80 - gnome2_src_configure \
81 - --disable-static \
82 - $(use_enable glade glade-catalog) \
83 - $(use_enable introspection) \
84 - $(use_enable vala)
85 -}
86
87 diff --git a/dev-libs/libgweather/libgweather-3.20.1.ebuild b/dev-libs/libgweather/libgweather-3.20.1.ebuild
88 deleted file mode 100644
89 index 31cae2a..00000000
90 --- a/dev-libs/libgweather/libgweather-3.20.1.ebuild
91 +++ /dev/null
92 @@ -1,53 +0,0 @@
93 -# Copyright 1999-2016 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -# $Id$
96 -
97 -EAPI=6
98 -VALA_USE_DEPEND="vapigen"
99 -
100 -inherit gnome2 vala
101 -
102 -DESCRIPTION="Library to access weather information from online services"
103 -HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather"
104 -
105 -LICENSE="GPL-2+"
106 -SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
107 -IUSE="glade +introspection vala"
108 -REQUIRED_USE="vala? ( introspection )"
109 -
110 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
111 -
112 -COMMON_DEPEND="
113 - >=x11-libs/gtk+-3.13.5:3[introspection?]
114 - >=dev-libs/glib-2.35.1:2
115 - >=net-libs/libsoup-2.44:2.4
116 - >=dev-libs/libxml2-2.6.0
117 - sci-geosciences/geocode-glib
118 - >=sys-libs/timezone-data-2010k
119 -
120 - glade? ( >=dev-util/glade-3.16:3.10 )
121 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
122 -"
123 -RDEPEND="${COMMON_DEPEND}
124 - !<gnome-base/gnome-applets-2.22.0
125 -"
126 -DEPEND="${COMMON_DEPEND}
127 - >=dev-util/gtk-doc-am-1.11
128 - >=dev-util/intltool-0.50
129 - >=sys-devel/gettext-0.18
130 - virtual/pkgconfig
131 - vala? ( $(vala_depend) )
132 -"
133 -
134 -src_prepare() {
135 - use vala && vala_src_prepare
136 - gnome2_src_prepare
137 -}
138 -
139 -src_configure() {
140 - gnome2_src_configure \
141 - --disable-static \
142 - $(use_enable glade glade-catalog) \
143 - $(use_enable introspection) \
144 - $(use_enable vala)
145 -}