Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgdata/
Date: Sat, 02 Jul 2016 10:44:10
Message-Id: 1467456195.b1ed95e25b2458dc0eafb57c00425d58e8988e26.pacho@gentoo
1 commit: b1ed95e25b2458dc0eafb57c00425d58e8988e26
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 10:24:55 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 10:43:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ed95e2
7
8 dev-libs/libgdata: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-libs/libgdata/Manifest | 1 -
13 dev-libs/libgdata/libgdata-0.17.3.ebuild | 64 --------------------------------
14 dev-libs/libgdata/libgdata-0.17.4.ebuild | 62 -------------------------------
15 3 files changed, 127 deletions(-)
16
17 diff --git a/dev-libs/libgdata/Manifest b/dev-libs/libgdata/Manifest
18 index bf710d4..3afe4fd 100644
19 --- a/dev-libs/libgdata/Manifest
20 +++ b/dev-libs/libgdata/Manifest
21 @@ -1,2 +1 @@
22 -DIST libgdata-0.17.3.tar.xz 1521960 SHA256 ff280b031c50a99ed735c3fa18fbea9ae3e4cc5e3d7dd58ebae09994b01b513b SHA512 da49315c70617fcee02029f6cd820b8d1f100717a256b4709e7fd234afd10920c209a9e9d241fe68c533bec91455b54f04bffed2a243473b68f26fcc3a08cf8c WHIRLPOOL 3f072605850bae1a9b0c8ace90dc89102a5e11e2f88161b6c22295519bc5e5b20cb695479befe79958aa4ccfbe2c33123d55b1736c607f8625152715a379e74c
23 DIST libgdata-0.17.4.tar.xz 1544404 SHA256 9f15fe0efe4d9a001d45853891ab3a7c45cadc4dea2252944b7341903ce1d1f6 SHA512 700dcb662d8f8b5395e5d1725dfdffc33d3adeb78681e3fb562bf4d2693201cda24165658981396742598547adf5327917a9f4fa2faae52d96b2e84af67f4bdf WHIRLPOOL f955f42b85b77f703f282710b35243601dbc466f9a28d2280405c6a39b0ab6eaa70819fdc6e1475812618ccd7fca24e322f50a26900cdc328f0bd171ba75a12a
24
25 diff --git a/dev-libs/libgdata/libgdata-0.17.3.ebuild b/dev-libs/libgdata/libgdata-0.17.3.ebuild
26 deleted file mode 100644
27 index 58b6bed..0000000
28 --- a/dev-libs/libgdata/libgdata-0.17.3.ebuild
29 +++ /dev/null
30 @@ -1,64 +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="yes"
37 -VALA_USE_DEPEND="vapigen"
38 -
39 -inherit gnome2 vala
40 -
41 -DESCRIPTION="GLib-based library for accessing online service APIs using the GData protocol"
42 -HOMEPAGE="https://wiki.gnome.org/Projects/libgdata"
43 -
44 -LICENSE="LGPL-2.1+"
45 -SLOT="0/22" # subslot = libgdata soname version
46 -IUSE="gnome +introspection static-libs test vala"
47 -REQUIRED_IUSE="vala? ( introspection )"
48 -
49 -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
50 -
51 -# gtk+ is needed for gdk
52 -# configure checks for gtk:3, but only uses it for demos which are not installed
53 -RDEPEND="
54 - >=dev-libs/glib-2.32:2
55 - >=dev-libs/json-glib-0.15
56 - >=dev-libs/libxml2-2:2
57 - >=net-libs/liboauth-0.9.4
58 - >=net-libs/libsoup-2.42.0:2.4[introspection?]
59 - >=x11-libs/gdk-pixbuf-2.14:2
60 - gnome? (
61 - app-crypt/gcr:=
62 - >=net-libs/gnome-online-accounts-3.8 )
63 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
64 -"
65 -DEPEND="${RDEPEND}
66 - >=dev-util/gtk-doc-am-1.14
67 - >=dev-util/intltool-0.40
68 - virtual/pkgconfig
69 - test? ( >=net-libs/uhttpmock-0.5 )
70 - vala? ( $(vala_depend) )
71 -"
72 -
73 -src_prepare() {
74 - vala_src_prepare
75 - gnome2_src_prepare
76 -}
77 -
78 -src_configure() {
79 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
80 - gnome2_src_configure \
81 - $(use_enable gnome) \
82 - $(use_enable gnome goa) \
83 - $(use_enable introspection) \
84 - $(use_enable vala) \
85 - $(use_enable static-libs static) \
86 - $(use_enable test always-build-tests)
87 -}
88 -
89 -src_test() {
90 - unset ORBIT_SOCKETDIR
91 - unset DBUS_SESSION_BUS_ADDRESS
92 - export GSETTINGS_BACKEND="memory" #486412
93 - dbus-launch emake check
94 -}
95
96 diff --git a/dev-libs/libgdata/libgdata-0.17.4.ebuild b/dev-libs/libgdata/libgdata-0.17.4.ebuild
97 deleted file mode 100644
98 index dd5b47d..0000000
99 --- a/dev-libs/libgdata/libgdata-0.17.4.ebuild
100 +++ /dev/null
101 @@ -1,62 +0,0 @@
102 -# Copyright 1999-2015 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -# $Id$
105 -
106 -EAPI="5"
107 -GCONF_DEBUG="yes"
108 -VALA_USE_DEPEND="vapigen"
109 -
110 -inherit gnome2 vala
111 -
112 -DESCRIPTION="GLib-based library for accessing online service APIs using the GData protocol"
113 -HOMEPAGE="https://wiki.gnome.org/Projects/libgdata"
114 -
115 -LICENSE="LGPL-2.1+"
116 -SLOT="0/22" # subslot = libgdata soname version
117 -IUSE="gnome +introspection static-libs test vala"
118 -REQUIRED_IUSE="vala? ( introspection )"
119 -
120 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
121 -
122 -# configure checks for gtk:3, but only uses it for demos which are not installed
123 -RDEPEND="
124 - >=dev-libs/glib-2.32:2
125 - >=dev-libs/json-glib-0.15
126 - >=dev-libs/libxml2-2:2
127 - >=net-libs/liboauth-0.9.4
128 - >=net-libs/libsoup-2.42.0:2.4[introspection?]
129 - >=x11-libs/gdk-pixbuf-2.14:2
130 - gnome? (
131 - app-crypt/gcr:=
132 - >=net-libs/gnome-online-accounts-3.8 )
133 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
134 -"
135 -DEPEND="${RDEPEND}
136 - >=dev-util/gtk-doc-am-1.14
137 - >=dev-util/intltool-0.40
138 - virtual/pkgconfig
139 - test? ( >=net-libs/uhttpmock-0.5 )
140 - vala? ( $(vala_depend) )
141 -"
142 -
143 -src_prepare() {
144 - vala_src_prepare
145 - gnome2_src_prepare
146 -}
147 -
148 -src_configure() {
149 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
150 - gnome2_src_configure \
151 - $(use_enable gnome) \
152 - $(use_enable gnome goa) \
153 - $(use_enable introspection) \
154 - $(use_enable vala) \
155 - $(use_enable static-libs static) \
156 - $(use_enable test always-build-tests)
157 -}
158 -
159 -src_test() {
160 - unset ORBIT_SOCKETDIR
161 - export GSETTINGS_BACKEND="memory" #486412
162 - dbus-launch emake check
163 -}