summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-30 21:51:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 15:51:21 +0200
commit51586adfb4f11fd37498df9c16827e0c3d386563 (patch)
tree9dca72d6af320877b23de2cdd5b0c2a90c5194ea
parentgnome-base/libgnomecanvas: EAPI-7 bump, drop eutils (diff)
downloadgentoo-51586adfb4f11fd37498df9c16827e0c3d386563.tar.gz
gentoo-51586adfb4f11fd37498df9c16827e0c3d386563.tar.bz2
gentoo-51586adfb4f11fd37498df9c16827e0c3d386563.zip
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@gentoo.org>
-rw-r--r--net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild17
1 files 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