Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgdata/
Date: Sat, 02 Sep 2017 23:33:54
Message-Id: 1504395196.d2ad299798b58873b9f72ab57c4e15e9a226131c.eva@gentoo
1 commit: d2ad299798b58873b9f72ab57c4e15e9a226131c
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 22:48:07 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 23:33:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ad2997
7
8 dev-libs/libgdata: drop old revisions
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-libs/libgdata/libgdata-0.17.8.ebuild | 64 -------------------------------
13 dev-libs/libgdata/libgdata-0.17.9.ebuild | 66 --------------------------------
14 2 files changed, 130 deletions(-)
15
16 diff --git a/dev-libs/libgdata/libgdata-0.17.8.ebuild b/dev-libs/libgdata/libgdata-0.17.8.ebuild
17 deleted file mode 100644
18 index 7c6ac6bb7a9..00000000000
19 --- a/dev-libs/libgdata/libgdata-0.17.8.ebuild
20 +++ /dev/null
21 @@ -1,64 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -VALA_USE_DEPEND="vapigen"
27 -
28 -inherit gnome2 vala
29 -
30 -DESCRIPTION="GLib-based library for accessing online service APIs using the GData protocol"
31 -HOMEPAGE="https://wiki.gnome.org/Projects/libgdata"
32 -
33 -LICENSE="LGPL-2.1+"
34 -SLOT="0/22" # subslot = libgdata soname version
35 -
36 -IUSE="+crypt gnome-online-accounts +introspection static-libs test vala"
37 -REQUIRED_USE="
38 - gnome-online-accounts? ( crypt )
39 - vala? ( introspection )
40 -"
41 -
42 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
43 -
44 -RDEPEND="
45 - >=dev-libs/glib-2.38.0:2
46 - >=dev-libs/json-glib-0.15
47 - >=dev-libs/libxml2-2:2
48 - >=net-libs/liboauth-0.9.4
49 - >=net-libs/libsoup-2.55.90:2.4[introspection?]
50 - >=x11-libs/gdk-pixbuf-2.14:2
51 - crypt? ( app-crypt/gcr:= )
52 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
53 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
54 -"
55 -DEPEND="${RDEPEND}
56 - >=dev-util/gtk-doc-am-1.25
57 - >=dev-util/intltool-0.40
58 - virtual/pkgconfig
59 - test? ( >=net-libs/uhttpmock-0.5 )
60 - vala? ( $(vala_depend) )
61 -"
62 -
63 -src_prepare() {
64 - use vala && vala_src_prepare
65 - gnome2_src_prepare
66 -}
67 -
68 -src_configure() {
69 - # configure checks for gtk:3, but only uses it for demos which are not installed
70 - gnome2_src_configure \
71 - $(use_enable crypt gnome) \
72 - $(use_enable gnome-online-accounts goa) \
73 - $(use_enable introspection) \
74 - $(use_enable vala) \
75 - $(use_enable static-libs static) \
76 - $(use_enable test always-build-tests) \
77 - GTK_CFLAGS= \
78 - GTK_LIBS=
79 -}
80 -
81 -src_test() {
82 - unset ORBIT_SOCKETDIR
83 - export GSETTINGS_BACKEND="memory" #486412
84 - dbus-launch emake check
85 -}
86
87 diff --git a/dev-libs/libgdata/libgdata-0.17.9.ebuild b/dev-libs/libgdata/libgdata-0.17.9.ebuild
88 deleted file mode 100644
89 index 03f11210125..00000000000
90 --- a/dev-libs/libgdata/libgdata-0.17.9.ebuild
91 +++ /dev/null
92 @@ -1,66 +0,0 @@
93 -# Copyright 1999-2017 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=6
97 -VALA_USE_DEPEND="vapigen"
98 -GNOME2_EAUTORECONF="yes"
99 -
100 -inherit gnome2 vala
101 -
102 -DESCRIPTION="GLib-based library for accessing online service APIs using the GData protocol"
103 -HOMEPAGE="https://wiki.gnome.org/Projects/libgdata"
104 -
105 -LICENSE="LGPL-2.1+"
106 -SLOT="0/22" # subslot = libgdata soname version
107 -
108 -IUSE="+crypt gnome-online-accounts +introspection static-libs test vala"
109 -REQUIRED_USE="
110 - gnome-online-accounts? ( crypt )
111 - vala? ( introspection )
112 -"
113 -
114 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
115 -
116 -RDEPEND="
117 - >=dev-libs/glib-2.44.0:2
118 - >=dev-libs/json-glib-0.15
119 - >=dev-libs/libxml2-2:2
120 - >=net-libs/liboauth-0.9.4
121 - >=net-libs/libsoup-2.55.90:2.4[introspection?]
122 - >=x11-libs/gdk-pixbuf-2.14:2
123 - crypt? ( app-crypt/gcr:= )
124 - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
125 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
126 -"
127 -DEPEND="${RDEPEND}
128 - >=dev-util/gtk-doc-am-1.25
129 - >=dev-util/intltool-0.40
130 - virtual/pkgconfig
131 - test? ( >=net-libs/uhttpmock-0.5 )
132 - vala? ( $(vala_depend) )
133 -"
134 -
135 -PATCHES=(
136 - "${FILESDIR}"/${PN}-0.17.8-disable-demos.patch
137 -)
138 -
139 -src_prepare() {
140 - use vala && vala_src_prepare
141 - gnome2_src_prepare
142 -}
143 -
144 -src_configure() {
145 - gnome2_src_configure \
146 - --disable-build-demos \
147 - $(use_enable crypt gnome) \
148 - $(use_enable gnome-online-accounts goa) \
149 - $(use_enable introspection) \
150 - $(use_enable vala) \
151 - $(use_enable static-libs static) \
152 - $(use_enable test always-build-tests)
153 -}
154 -
155 -src_test() {
156 - unset ORBIT_SOCKETDIR
157 - dbus-run-session emake check
158 -}