commit: 51586adfb4f11fd37498df9c16827e0c3d386563
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 19:51:19 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 13:51:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51586adf
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 <asturm <AT> gentoo.org>
.../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 74495d807ea..e565d8475d7 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