commit:     dbea4c01baa8dbf5b479192fd3761214d3554022
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 12:51:40 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 13:03:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbea4c01

dev-libs/libgdata: drop old revisions

The proper ones this time. Also fix email in patch.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../files/libgdata-0.17.8-disable-demos.patch      |  2 +-
 dev-libs/libgdata/libgdata-0.17.8-r1.ebuild        | 67 ----------------------
 dev-libs/libgdata/libgdata-0.17.9.ebuild           | 66 ---------------------
 3 files changed, 1 insertion(+), 134 deletions(-)

diff --git a/dev-libs/libgdata/files/libgdata-0.17.8-disable-demos.patch 
b/dev-libs/libgdata/files/libgdata-0.17.8-disable-demos.patch
index 5221b4e43f2..fe06cee3428 100644
--- a/dev-libs/libgdata/files/libgdata-0.17.8-disable-demos.patch
+++ b/dev-libs/libgdata/files/libgdata-0.17.8-disable-demos.patch
@@ -1,5 +1,5 @@
 From 12fb11f46a7eb4054b74679a6f5ad12dcc41132d Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue <[email protected]>
+From: Gilles Dartiguelongue <[email protected]>
 Date: Sun, 23 Jul 2017 20:46:19 +0200
 Subject: [PATCH] Control build of demos
 

diff --git a/dev-libs/libgdata/libgdata-0.17.8-r1.ebuild 
b/dev-libs/libgdata/libgdata-0.17.8-r1.ebuild
deleted file mode 100644
index 9a28a56d4cd..00000000000
--- a/dev-libs/libgdata/libgdata-0.17.8-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-GNOME2_EAUTORECONF="yes"
-
-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/22" # subslot = libgdata soname version
-
-IUSE="+crypt gnome-online-accounts +introspection static-libs test vala"
-REQUIRED_USE="
-       gnome-online-accounts? ( crypt )
-       vala? ( introspection )
-"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-       >=dev-libs/glib-2.38.0:2
-       >=dev-libs/json-glib-0.15
-       >=dev-libs/libxml2-2:2
-       >=net-libs/liboauth-0.9.4
-       >=net-libs/libsoup-2.55.90:2.4[introspection?]
-       >=x11-libs/gdk-pixbuf-2.14:2
-       crypt? ( app-crypt/gcr:= )
-       gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
-       introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.25
-       >=dev-util/intltool-0.40
-       virtual/pkgconfig
-       test? ( >=net-libs/uhttpmock-0.5 )
-       vala? ( $(vala_depend) )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-disable-demos.patch
-)
-
-src_prepare() {
-       use vala && vala_src_prepare
-       gnome2_src_prepare
-}
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-build-demos \
-               $(use_enable crypt gnome) \
-               $(use_enable gnome-online-accounts goa) \
-               $(use_enable introspection) \
-               $(use_enable vala) \
-               $(use_enable static-libs static) \
-               $(use_enable test always-build-tests)
-}
-
-src_test() {
-       unset ORBIT_SOCKETDIR
-       export GSETTINGS_BACKEND="memory" #486412
-       dbus-launch emake check
-}

diff --git a/dev-libs/libgdata/libgdata-0.17.9.ebuild 
b/dev-libs/libgdata/libgdata-0.17.9.ebuild
deleted file mode 100644
index 03f11210125..00000000000
--- a/dev-libs/libgdata/libgdata-0.17.9.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-GNOME2_EAUTORECONF="yes"
-
-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/22" # subslot = libgdata soname version
-
-IUSE="+crypt gnome-online-accounts +introspection static-libs test vala"
-REQUIRED_USE="
-       gnome-online-accounts? ( crypt )
-       vala? ( introspection )
-"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-       >=dev-libs/glib-2.44.0:2
-       >=dev-libs/json-glib-0.15
-       >=dev-libs/libxml2-2:2
-       >=net-libs/liboauth-0.9.4
-       >=net-libs/libsoup-2.55.90:2.4[introspection?]
-       >=x11-libs/gdk-pixbuf-2.14:2
-       crypt? ( app-crypt/gcr:= )
-       gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
-       introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.25
-       >=dev-util/intltool-0.40
-       virtual/pkgconfig
-       test? ( >=net-libs/uhttpmock-0.5 )
-       vala? ( $(vala_depend) )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.17.8-disable-demos.patch
-)
-
-src_prepare() {
-       use vala && vala_src_prepare
-       gnome2_src_prepare
-}
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-build-demos \
-               $(use_enable crypt gnome) \
-               $(use_enable gnome-online-accounts goa) \
-               $(use_enable introspection) \
-               $(use_enable vala) \
-               $(use_enable static-libs static) \
-               $(use_enable test always-build-tests)
-}
-
-src_test() {
-       unset ORBIT_SOCKETDIR
-       dbus-run-session emake check
-}

Reply via email to