summaryrefslogtreecommitdiff
path: root/net-libs/telepathy-qt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
commitc719fdcee603a5a706a45d10cb598762d56a727d (patch)
tree620cbf137661399a3fb1eff92914204f9a970713 /net-libs/telepathy-qt
parentcc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff)
gentoo resync : 25.09.2021
Diffstat (limited to 'net-libs/telepathy-qt')
-rw-r--r--net-libs/telepathy-qt/Manifest4
-rw-r--r--net-libs/telepathy-qt/telepathy-qt-0.9.8-r1.ebuild (renamed from net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild)4
-rw-r--r--net-libs/telepathy-qt/telepathy-qt-9999.ebuild6
3 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/telepathy-qt/Manifest b/net-libs/telepathy-qt/Manifest
index 90b7069460a8..61c20b9971f5 100644
--- a/net-libs/telepathy-qt/Manifest
+++ b/net-libs/telepathy-qt/Manifest
@@ -1,4 +1,4 @@
DIST telepathy-qt-0.9.8.tar.gz 6448686 BLAKE2B 7554b812c35a09aabc0ff92fea43f633b5c2f87784c8e7b387545b31c1c92eb02f9e416930c635202fe0205c4e26c1fd63c3b4a668cf0ceeb602d8a777891cd9 SHA512 fad662c02417c8e4e239d438ea3549226e589442aea8418c8922a6b78ff88422a36c1cc0d2e3591240fac115390a7fbdb1b4deea98187051cc811175b60b9e8b
-EBUILD telepathy-qt-0.9.8.ebuild 1506 BLAKE2B 7b529579648786a049b485bab2922e2c42a053b060fd24f5dd9c1143d690b914ed73c6aaec5ff61a9b88744c6353cd6e7c59b02d12474aeb666ebf9d3ecb53b6 SHA512 be92a17f49b477ab08112b3ade66d62e850a9e6207ca57d4f181bb167744a038473a66a672c5023b709ed528895e2ebb4ec3b832942ebebf05c54fc22a5726f7
-EBUILD telepathy-qt-9999.ebuild 1634 BLAKE2B c245ffcba8636faedc40afea80fc737f534e12525eaabdaa5fd0673c6d66c493e73103be77bd5c849e3f2c6171b400e242b3b9ba00ed050dc301129c7c4f022f SHA512 6c87eb4e3565886e269f46eca871314839ed17b1610c394fa0edae9a8b5b2053737fb3770d76d0774502a0b1514c092e2b0ed809e4586379cfa67540e3353710
+EBUILD telepathy-qt-0.9.8-r1.ebuild 1566 BLAKE2B 5fb33334028b660833b49333dda86b5328ed109b6d496515c919119e4594618d872a0ba013a9c33f3b580eea69f0ff4489af05ac6ca75a03fe400caf2ce3b436 SHA512 23f78e3944c9533a8a2ed683e11d206474ccd3ee4f747aee36d34bcae204d1a0542bf1d32f22d8572ef9cd7b9e72966f89f9dfaa3dd145ff44872f0863ad64ae
+EBUILD telepathy-qt-9999.ebuild 1695 BLAKE2B 06213ffcd802462de773309f5fc6c623a241761adee8438c97e7d8ed8c6a7eda8fb26f4524821c241d163e0f36bf996bc18447d16a0bcaed9686c2837f15aa1c SHA512 9858a71afe6653cf2782f906bbf7e746411ff8443f7bffe0582f8afd3993e3c9deb4f961246573d13df583acf74ccb91338a924d250d3c142a96d43cb5ec072d
MISC metadata.xml 722 BLAKE2B d17eb48d784f9128e24be8dbc68237870291a2b758b0d3009b6aaf0fec4396421f10a332ffac927b4e83dbb3a95bfa9376fe1831d633a38dc3cf1ee8e7f44733 SHA512 ec1dff533720d3f77cfc194332740fb200db1e2d024d2ea64ef13e831911f7ca700b7588bf263be2a24e3b606c2dfa580220b9feda064c2551ebd81a33c9ae5c
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.8-r1.ebuild
index 2f37afe24d0f..9f392ed86abb 100644
--- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8-r1.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_REQ_USE="xml(+)"
inherit python-any-r1 cmake virtualx
DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
@@ -57,6 +58,7 @@ pkg_setup() {
src_configure() {
local mycmakeargs=(
+ -DPython3_EXECUTABLE="${PYTHON}"
-DENABLE_DEBUG_OUTPUT=$(usex debug)
-DENABLE_FARSTREAM=$(usex farstream)
-DENABLE_TESTS=$(usex test)
diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 6e73cf75caee..4ae1fc73d370 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -3,9 +3,10 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_REQ_USE="xml(+)"
-if [[ ${PV} = *9999* ]]; then
+if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI=( "https://gitlab.freedesktop.org/telepathy/${PN}" )
inherit git-r3
else
@@ -63,6 +64,7 @@ pkg_setup() {
src_configure() {
local mycmakeargs=(
+ -DPython3_EXECUTABLE="${PYTHON}"
-DENABLE_DEBUG_OUTPUT=$(usex debug)
-DENABLE_FARSTREAM=$(usex farstream)
-DENABLE_TESTS=$(usex test)