diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-11-07 15:55:22 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-11-07 17:21:05 +0200 |
commit | 0aa3d5a261586bc588b303652c29857949353e41 (patch) | |
tree | 77524b2469c1497b917112dc159d872ed91c6819 /dev-libs/folks | |
parent | dev-libs/vala-common: remove old (diff) | |
download | gentoo-0aa3d5a261586bc588b303652c29857949353e41.tar.gz gentoo-0aa3d5a261586bc588b303652c29857949353e41.tar.bz2 gentoo-0aa3d5a261586bc588b303652c29857949353e41.zip |
dev-libs/folks: remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/folks')
-rw-r--r-- | dev-libs/folks/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/folks/files/0.13.1-meson-0.53-compat.patch | 31 | ||||
-rw-r--r-- | dev-libs/folks/folks-0.13.1.ebuild | 82 |
3 files changed, 0 insertions, 114 deletions
diff --git a/dev-libs/folks/Manifest b/dev-libs/folks/Manifest index cbb6cbc95ccf..9e39ef6f57f2 100644 --- a/dev-libs/folks/Manifest +++ b/dev-libs/folks/Manifest @@ -1,2 +1 @@ -DIST folks-0.13.1.tar.xz 515584 BLAKE2B fe4e368e60dd41a72f449f130993eb7b8792b2a38218ff7117a8e5ec192d53d2b8f5ab09a2318267cf2fd7a717048b8715289b2f411c59846c6c98235ec32149 SHA512 b134172077bed1655cd7f24b1402ed347d405b22114c33d6638040a5e475632ea33cde898a08fc143eaefc7057d4b6dccceac7e797e1976fdf88c58764818afe DIST folks-0.14.0.tar.xz 520924 BLAKE2B 3154e0a7e6fe8c60aa81f4772af2b9d09b88785187c87e93869f668af46549383866cfa2e50d3d29009d0acb77c26cd852c7c9a3c6188ff3e5ef53c06b11b781 SHA512 94dc025668ac34df203ea351430bf82dddb4e275d936e2b959a1b9a4cf0fff0218a4baa7d3a89c152a2cb21a94250d731c8e7470d50ac4b658fbe1448974a69e diff --git a/dev-libs/folks/files/0.13.1-meson-0.53-compat.patch b/dev-libs/folks/files/0.13.1-meson-0.53-compat.patch deleted file mode 100644 index a31a5c697e2f..000000000000 --- a/dev-libs/folks/files/0.13.1-meson-0.53-compat.patch +++ /dev/null @@ -1,31 +0,0 @@ -From c973f2910322a2b6cfae210730bfd6d3d8259e01 Mon Sep 17 00:00:00 2001 -From: Mart Raudsepp <leio@gentoo.org> -Date: Sun, 1 Mar 2020 10:41:30 +0200 -Subject: [PATCH] meson: Disable unused dbusmock check as tests are commented - out - -This avoids issues with meson-0.53 like commit 1853567d79024, but -by just dropping the check, because the 0.13.1 release had tests -commented out fully anyhow. ---- - meson.build | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/meson.build b/meson.build -index 8d09149e..8f52bb7e 100644 ---- a/meson.build -+++ b/meson.build -@@ -123,10 +123,6 @@ endif - - if bluez_backend_enabled - libebook_dep = dependency('libebook-1.2', version: '>=' + min_eds_version) -- # Needed for the BlueZ tests -- pymod = import('python') -- py_installation = pymod.find_installation('python3') -- python_dbusmock = py_installation.dependency('dbusmock') - endif - - if import_tool_enabled --- -2.20.1 - diff --git a/dev-libs/folks/folks-0.13.1.ebuild b/dev-libs/folks/folks-0.13.1.ebuild deleted file mode 100644 index 0d40a5ff9011..000000000000 --- a/dev-libs/folks/folks-0.13.1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -VALA_USE_DEPEND="vapigen" - -inherit gnome.org gnome2-utils meson vala xdg - -DESCRIPTION="Library for aggregating people from multiple sources" -HOMEPAGE="https://wiki.gnome.org/Projects/Folks" - -LICENSE="LGPL-2.1+" -SLOT="0/25" # subslot = libfolks soname version -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux" - -IUSE="bluetooth eds +telepathy tracker utils" -REQUIRED_USE="bluetooth? ( eds )" -RESTRICT="test" - -DEPEND=" - >=dev-libs/glib-2.44:2 - >=dev-libs/libgee-0.10:0.8[introspection] - >=dev-libs/gobject-introspection-1.54:= - telepathy? ( - >=net-libs/telepathy-glib-0.19.9 - dev-libs/dbus-glib - ) - tracker? ( app-misc/tracker:0/2.0 ) - eds? ( >=gnome-extra/evolution-data-server-3.33.2:= ) - dev-libs/libxml2:2 - utils? ( sys-libs/readline:0= ) -" -# telepathy-mission-control needed at runtime; it is used by the telepathy -# backend via telepathy-glib's AccountManager binding. -RDEPEND="${DEPEND} - bluetooth? ( >=net-wireless/bluez-5[obex] ) - telepathy? ( net-im/telepathy-mission-control ) -" -BDEPEND=" - >=dev-util/meson-0.49 - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - $(vala_depend) - telepathy? ( net-libs/telepathy-glib[vala] ) - eds? ( gnome-extra/evolution-data-server[vala] ) -" - -PATCHES=( - # Alternative to https://gitlab.gnome.org/GNOME/folks/issues/119 as tests are commented out in 0.13.1 release - "${FILESDIR}"/${PV}-meson-0.53-compat.patch -) - -src_prepare() { - vala_src_prepare - xdg_src_prepare -} - -src_configure() { - local emesonargs=( - $(meson_use bluetooth bluez_backend) - $(meson_use eds eds_backend) - $(meson_use eds ofono_backend) - $(meson_use telepathy telepathy_backend) - $(meson_use tracker tracker_backend) - -Dzeitgeist=false # last rited package - -Dimport_tool=true - $(meson_use utils inspect_tool) - -Dinstalled_tests=false - -Ddocs=false # Needs find_program sedding to specific version; only dev docs, don't bother - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |