dev-libs/libgdata: Drop old

Package-Manager: portage-2.2.26
This commit is contained in:
Pacho Ramos
2015-12-30 11:19:47 +01:00
parent 8e3bb720e4
commit 1b25939462
2 changed files with 0 additions and 70 deletions

View File

@@ -1,3 +1,2 @@
DIST libgdata-0.16.1.tar.xz 1551960 SHA256 8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827 SHA512 81fd252e24ba0068b401e3de61b4a23575dae0790f4caf646e56a57aab815a70a207b2492efa4213f51ac1d7c752d4ec0c1c9a35d7109f6a63668af05e142039 WHIRLPOOL 892a7823a85bc771b502f7b564156eaede676c3e2cf7406e9b808a3f4fbfa6e9be1ad1ec1cb79ca1b42dc0bf54f6d46560e2a863e8861f186802a91f91de2d4d
DIST libgdata-0.17.3.tar.xz 1521960 SHA256 ff280b031c50a99ed735c3fa18fbea9ae3e4cc5e3d7dd58ebae09994b01b513b SHA512 da49315c70617fcee02029f6cd820b8d1f100717a256b4709e7fd234afd10920c209a9e9d241fe68c533bec91455b54f04bffed2a243473b68f26fcc3a08cf8c WHIRLPOOL 3f072605850bae1a9b0c8ace90dc89102a5e11e2f88161b6c22295519bc5e5b20cb695479befe79958aa4ccfbe2c33123d55b1736c607f8625152715a379e74c
DIST libgdata-0.17.4.tar.xz 1544404 SHA256 9f15fe0efe4d9a001d45853891ab3a7c45cadc4dea2252944b7341903ce1d1f6 SHA512 700dcb662d8f8b5395e5d1725dfdffc33d3adeb78681e3fb562bf4d2693201cda24165658981396742598547adf5327917a9f4fa2faae52d96b2e84af67f4bdf WHIRLPOOL f955f42b85b77f703f282710b35243601dbc466f9a28d2280405c6a39b0ab6eaa70819fdc6e1475812618ccd7fca24e322f50a26900cdc328f0bd171ba75a12a

View File

@@ -1,69 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
GCONF_DEBUG="yes"
VALA_MIN_API_VERSION="0.20"
VALA_USE_DEPEND="vapigen"
inherit gnome2 vala
DESCRIPTION="GLib-based library for accessing online service APIs using the GData protocol"
HOMEPAGE="https://wiki.gnome.org/Projects/libgdata"
LICENSE="LGPL-2.1+"
SLOT="0/19" # subslot = libgdata soname version
IUSE="gnome +introspection static-libs test vala"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
REQUIRED_IUSE="vala? ( introspection )"
# gtk+ is needed for gdk
# configure checks for gtk:3, but only uses it for demos which are not installed
RDEPEND="
>=dev-libs/glib-2.32:2
>=dev-libs/json-glib-0.15
>=dev-libs/libxml2-2:2
>=net-libs/liboauth-0.9.4
>=net-libs/libsoup-2.42.0:2.4[introspection?]
>=x11-libs/gdk-pixbuf-2.14:2
gnome? (
app-crypt/gcr:=
>=net-libs/gnome-online-accounts-3.8 )
introspection? ( >=dev-libs/gobject-introspection-0.9.7 )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.14
>=dev-util/intltool-0.40
>=gnome-base/gnome-common-3.6
virtual/pkgconfig
test? ( net-libs/uhttpmock )
vala? ( $(vala_depend) )
"
src_prepare() {
# Disable tests requiring network access, bug #307725
sed -e '/^TEST_PROGS = / s:\(.*\):TEST_PROGS = general perf calendar client-login-authorizer contacts documents oauth1-authorizer picasaweb youtube \nOLD_\1:' \
-i gdata/tests/Makefile.in || die "network test disable failed"
vala_src_prepare
gnome2_src_prepare
}
src_configure() {
DOCS="AUTHORS ChangeLog HACKING NEWS README"
gnome2_src_configure \
$(use_enable gnome) \
$(use_enable gnome goa) \
$(use_enable introspection) \
$(use_enable vala) \
$(use_enable static-libs static) \
$(use_enable test tests)
}
src_test() {
unset ORBIT_SOCKETDIR
unset DBUS_SESSION_BUS_ADDRESS
export GSETTINGS_BACKEND="memory" #486412
dbus-launch emake check
}