From 51586adfb4f11fd37498df9c16827e0c3d386563 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 30 Mar 2021 21:51:19 +0200 Subject: net-im/telepathy-logger: EAPI-7 bump, drop epatch The same files are installed in the same locations and tests pass. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- .../telepathy-logger/telepathy-logger-0.8.2-r1.ebuild | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild b/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild index 74495d807ead..e565d8475d7e 100644 --- a/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild +++ b/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -GCONF_DEBUG="no" -PYTHON_COMPAT=( python3_{7..9} ) +EAPI=7 -inherit epatch gnome2 python-any-r1 virtualx +PYTHON_COMPAT=( python3_{7..9} ) +inherit gnome2 python-any-r1 virtualx DESCRIPTION="Daemon that centralizes the communication logging within the Telepathy framework" HOMEPAGE="https://telepathy.freedesktop.org/wiki/Logger" @@ -28,7 +27,8 @@ RDEPEND=" dev-db/sqlite:3 introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" ${PYTHON_DEPS} dev-util/glib-utils >=dev-util/gtk-doc-am-1.10 @@ -36,10 +36,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -src_prepare() { - epatch "${DISTDIR}"/${P}-py3.patch - gnome2_src_prepare -} +PATCHES=( "${DISTDIR}"/${P}-py3.patch ) src_configure() { # --enable-debug needed due to https://bugs.freedesktop.org/show_bug.cgi?id=83390 -- cgit v1.2.3-65-gdbad