From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- net-libs/telepathy-glib/Manifest | 3 +- .../telepathy-glib/telepathy-glib-0.24.1-r1.ebuild | 4 +- .../telepathy-glib/telepathy-glib-0.24.1.ebuild | 67 ---------------------- 3 files changed, 3 insertions(+), 71 deletions(-) delete mode 100644 net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild (limited to 'net-libs/telepathy-glib') diff --git a/net-libs/telepathy-glib/Manifest b/net-libs/telepathy-glib/Manifest index fb1e9f2c380c..5ffbec5b15e9 100644 --- a/net-libs/telepathy-glib/Manifest +++ b/net-libs/telepathy-glib/Manifest @@ -1,4 +1,3 @@ DIST telepathy-glib-0.24.1.tar.gz 3898149 BLAKE2B a4bc704b5b98c9e6df656833eec38b5f69a0b5d2621a6816ffa6c7da64f2c512cb992ffadd2ec2ac89a1b8cf6581c28aedad6b4019b3d16d9165c7d874370eb6 SHA512 2fed94f76a19d6069f671cdd45d2fd8a4b4ad27c4601aff66041ca205456be397c76a86f92cc9bf20fa4eb6d4c15a67ed8196644c143c37e945f382229a63335 -EBUILD telepathy-glib-0.24.1-r1.ebuild 1495 BLAKE2B b7850c8d3ab91d8505d89ad0a3e8b9dc9f0e63e40911f75805a74ab3c3868d4083c7312616ae5b37fa673a23b32006836a930878ca35122b3c62c5e90291d54a SHA512 ad8f538be1e54f6e3102c9a436f8b8fc08606f0c951c50214bdfba42d09c860c86500090759da431334eb37b1fb445e37e32cb34e5d3123a5fceae8ebbd6ca7a -EBUILD telepathy-glib-0.24.1.ebuild 1529 BLAKE2B d600e8e085f9708c3837776a09c43ace1558b90eacc07a5594cd2ebc16d7b499dad761e2efd382bceeb6e491fa2c21f7790701ac470476084121b4b036b54be2 SHA512 92f11d3981cc2d8a9744865c5ae4e69ba9f8100d1ee9bb3364a4a498cd44dcc3de6e1c401898861e3fc8e3833ddbf88821ad84ce4055d5e97275cece5b80642e +EBUILD telepathy-glib-0.24.1-r1.ebuild 1493 BLAKE2B 99e042ebffe648c9a2ae08c9fa39b0ac96a502ecffe8116eb7765533ca9b162935b42a92225883d979d25414097c6e18e705de9398261e7d6d51ef7eaf857a36 SHA512 4acb890a1ad210babd8a8b54368496b31303f417966c87e30c522ea11e560f34a114d3c59ae6e7c24090d21655ccf705822277d98d8885edf92604d4a889e941 MISC metadata.xml 253 BLAKE2B a1efbd3751efaa83ee173f557ec1c8a4497a90b60896cf5a7a07da40b4f94a7a299ca0385477e82b2f5e5dbdf9afa482ccbe21f35ef44214e9c451d764b65529 SHA512 8d59f413993268ca783f7407b676900bb2d964754bf705d4175e2bafbe058a52af74f3928e4bd84d292518f8cf13fab7051486ab7cdc61d02fae6e0188d44442 diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild index 8e2f66639cc8..9fd97b463c6d 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="alpha amd64 ~arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="debug +introspection +vala" REQUIRED_USE="vala? ( introspection )" diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild deleted file mode 100644 index 3469dd10c54f..000000000000 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" -PYTHON_COMPAT=( python2_7 ) -VALA_MIN_API_VERSION="0.18" -VALA_USE_DEPEND="vapigen" - -inherit eutils gnome2 python-single-r1 vala virtualx - -DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol" -HOMEPAGE="https://telepathy.freedesktop.org/" -SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" - -IUSE="debug +introspection +vala" -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - vala? ( introspection ) -" - -# Broken for a long time and upstream doesn't care -# https://bugs.freedesktop.org/show_bug.cgi?id=63212 -RESTRICT="test" - -RDEPEND=" - ${PYTHON_DEPS} - >=dev-libs/glib-2.36:2 - >=dev-libs/dbus-glib-0.90 - introspection? ( >=dev-libs/gobject-introspection-1.30 ) -" -DEPEND="${RDEPEND} - dev-libs/libxslt - dev-util/glib-utils - dev-util/gtk-doc-am - virtual/pkgconfig - vala? ( $(vala_depend) ) -" -# See bug 504744 for reference -PDEPEND=" - net-im/telepathy-mission-control -" - -src_prepare() { - use vala && vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - --disable-installed-tests \ - $(use_enable debug backtrace) \ - $(use_enable debug debug-cache) \ - $(use_enable introspection) \ - $(use_enable vala vala-bindings) -} - -src_test() { - unset DBUS_SESSION_BUS_ADDRESS - # Needs dbus for tests (auto-launched) - Xemake -j1 check -} -- cgit v1.2.3