* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2015-08-27 12:57 Johannes Huber
0 siblings, 0 replies; 27+ messages in thread
From: Johannes Huber @ 2015-08-27 12:57 UTC (permalink / raw
To: gentoo-commits
commit: 294b456cf6bf8eb7312514c00db5ccdf5c60e55d
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 12:56:44 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 12:56:44 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294b456c
net-libs/telepathy-logger-qt: Version bump 15.04.0
Package-Manager: portage-2.2.20.1
net-libs/telepathy-logger-qt/Manifest | 1 +
.../telepathy-logger-qt-15.04.0.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/net-libs/telepathy-logger-qt/Manifest b/net-libs/telepathy-logger-qt/Manifest
index ab9fff8..bffe768 100644
--- a/net-libs/telepathy-logger-qt/Manifest
+++ b/net-libs/telepathy-logger-qt/Manifest
@@ -1 +1,2 @@
DIST telepathy-logger-qt-0.8.0.tar.bz2 108403 SHA256 6d674ee72e7b6efbfb912d5741c1e1b8a55f78f83e2754588f800582a128ec08 SHA512 3481002c8e25b65068d17ae7f8a0e53a05e896db49b001c24731e216fdc35629a5d50ce1075236f97225d0d7995fa299a0e3974d39f908886c7dcfb1d9e67731 WHIRLPOOL 3f9f072089fec6617273fccd257519248adc6c4a0478910b63bde9047ae5d58724e0aa27c4c8dcef7b590f2ccc97212ef69d58058f8a2e62b05169635a1f05d0
+DIST telepathy-logger-qt-15.04.0.tar.xz 94408 SHA256 83ce7be50edd9f8806c6f93cc56ba640120c2561767f8c666dcfddd72ee57898 SHA512 e8fc989f5ebfdee9e30cba709ff66ebfe1385e5cb8707feb3ee585f23637fdcfa7eb4a39fd7cbeca5ca633cc88188905e4995422fcaa9b0b998ab78800d5e7b7 WHIRLPOOL 16bfcca008fabb7e96d85d31daeb9dfc8deda3b11fcd1fc603f2422d3d7a8c8f55267d02e36711c2326403c8d152265200a38835dfe36d0d5bd20a268a66fcf2
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
new file mode 100644
index 0000000..b5e19d4
--- /dev/null
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit kde5 python-any-r1
+
+DESCRIPTION="Qt bindings for the Telepathy logger"
+HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
+
+if [[ ${KDE_BUILD_TYPE} = live ]]; then
+ KEYWORDS=""
+else
+ SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+IUSE=""
+
+RDEPEND="
+ dev-libs/dbus-glib
+ dev-libs/glib:2
+ dev-libs/libxml2
+ dev-qt/qtdbus:5
+ net-im/telepathy-logger
+ net-libs/telepathy-glib
+ net-libs/telepathy-qt[qt5]
+ sys-apps/dbus
+"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
+"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2016-04-06 19:28 Michael Palimaka
0 siblings, 0 replies; 27+ messages in thread
From: Michael Palimaka @ 2016-04-06 19:28 UTC (permalink / raw
To: gentoo-commits
commit: 977f0b41df117904a05d1d026426bb592ebe7cf8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 6 19:28:05 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 19:28:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977f0b41
net-libs/telepathy-logger-qt: ensure the correct version of Qt is used
Gentoo-bug: 544108
Package-Manager: portage-2.2.28
net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild
index 98d7651..a3a9658 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( python2_7 )
KDE_REQUIRED="never"
-inherit kde4-base python-any-r1
+inherit kde4-base python-any-r1 qmake-utils
DESCRIPTION="Qt4 bindings for the Telepathy logger"
HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
@@ -41,6 +41,7 @@ pkg_setup() {
src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
+ -DQT_QMAKE_EXECUTABLE="$(qt4_get_bindir)/qmake"
)
kde4-base_src_configure
}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2016-04-11 18:35 Johannes Huber
0 siblings, 0 replies; 27+ messages in thread
From: Johannes Huber @ 2016-04-11 18:35 UTC (permalink / raw
To: gentoo-commits
commit: 5441a607b97a842181b0c415ccadc8a859a11448
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 18:34:55 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 18:34:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5441a607
net-libs/telepathy-logger-qt: EAPI 6
Package-Manager: portage-2.2.28
net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
index b5e19d4..dcd3883 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit kde5 python-any-r1
@@ -21,10 +21,10 @@ LICENSE="LGPL-2.1"
IUSE=""
RDEPEND="
+ $(add_qt_dep qtdbus)
dev-libs/dbus-glib
dev-libs/glib:2
dev-libs/libxml2
- dev-qt/qtdbus:5
net-im/telepathy-logger
net-libs/telepathy-glib
net-libs/telepathy-qt[qt5]
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2016-08-18 13:09 Michael Palimaka
0 siblings, 0 replies; 27+ messages in thread
From: Michael Palimaka @ 2016-08-18 13:09 UTC (permalink / raw
To: gentoo-commits
commit: 661e6601cc49b2c62804918a93a057f493528b18
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 13:08:41 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 13:08:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661e6601
net-libs/telepathy-logger-qt: amd64/x86 stable
Gentoo-bug: 590488
Package-Manager: portage-2.3.0
net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
index dcd3883..b82db24 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${KDE_BUILD_TYPE} = live ]]; then
KEYWORDS=""
else
SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2016-09-29 11:43 Michael Palimaka
0 siblings, 0 replies; 27+ messages in thread
From: Michael Palimaka @ 2016-09-29 11:43 UTC (permalink / raw
To: gentoo-commits
commit: 50f53ac4d184c7446e3f23797b9d3f7bd9fcda19
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 11:01:18 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 11:43:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f53ac4
net-libs/telepathy-logger-qt: remove old
Package-Manager: portage-2.3.1
net-libs/telepathy-logger-qt/Manifest | 1 -
.../telepathy-logger-qt-0.8.0.ebuild | 47 ----------------------
2 files changed, 48 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/Manifest b/net-libs/telepathy-logger-qt/Manifest
index bffe768..99017e8 100644
--- a/net-libs/telepathy-logger-qt/Manifest
+++ b/net-libs/telepathy-logger-qt/Manifest
@@ -1,2 +1 @@
-DIST telepathy-logger-qt-0.8.0.tar.bz2 108403 SHA256 6d674ee72e7b6efbfb912d5741c1e1b8a55f78f83e2754588f800582a128ec08 SHA512 3481002c8e25b65068d17ae7f8a0e53a05e896db49b001c24731e216fdc35629a5d50ce1075236f97225d0d7995fa299a0e3974d39f908886c7dcfb1d9e67731 WHIRLPOOL 3f9f072089fec6617273fccd257519248adc6c4a0478910b63bde9047ae5d58724e0aa27c4c8dcef7b590f2ccc97212ef69d58058f8a2e62b05169635a1f05d0
DIST telepathy-logger-qt-15.04.0.tar.xz 94408 SHA256 83ce7be50edd9f8806c6f93cc56ba640120c2561767f8c666dcfddd72ee57898 SHA512 e8fc989f5ebfdee9e30cba709ff66ebfe1385e5cb8707feb3ee585f23637fdcfa7eb4a39fd7cbeca5ca633cc88188905e4995422fcaa9b0b998ab78800d5e7b7 WHIRLPOOL 16bfcca008fabb7e96d85d31daeb9dfc8deda3b11fcd1fc603f2422d3d7a8c8f55267d02e36711c2326403c8d152265200a38835dfe36d0d5bd20a268a66fcf2
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild
deleted file mode 100644
index a3a9658..00000000
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.8.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-KDE_REQUIRED="never"
-inherit kde4-base python-any-r1 qmake-utils
-
-DESCRIPTION="Qt4 bindings for the Telepathy logger"
-HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND="
- media-libs/qt-gstreamer[qt4(+)]
- >=net-im/telepathy-logger-0.8.0
- net-libs/telepathy-glib
- >=net-libs/telepathy-qt-0.9.1
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- sys-devel/bison
- sys-devel/flex
-"
-
-pkg_setup() {
- python-any-r1_pkg_setup
- kde4-base_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_SHARED_LIBS=ON
- -DQT_QMAKE_EXECUTABLE="$(qt4_get_bindir)/qmake"
- )
- kde4-base_src_configure
-}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2017-09-10 10:00 Johannes Huber
0 siblings, 0 replies; 27+ messages in thread
From: Johannes Huber @ 2017-09-10 10:00 UTC (permalink / raw
To: gentoo-commits
commit: 062028fdc0bd2d24972dacf51aa37befee33099f
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 09:58:42 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 09:58:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062028fd
net-libs/telepathy-logger-qt: Version bump 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-libs/telepathy-logger-qt/Manifest | 1 +
.../telepathy-logger-qt-17.08.0.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/net-libs/telepathy-logger-qt/Manifest b/net-libs/telepathy-logger-qt/Manifest
index 99017e81a83..f72bda9a37f 100644
--- a/net-libs/telepathy-logger-qt/Manifest
+++ b/net-libs/telepathy-logger-qt/Manifest
@@ -1 +1,2 @@
DIST telepathy-logger-qt-15.04.0.tar.xz 94408 SHA256 83ce7be50edd9f8806c6f93cc56ba640120c2561767f8c666dcfddd72ee57898 SHA512 e8fc989f5ebfdee9e30cba709ff66ebfe1385e5cb8707feb3ee585f23637fdcfa7eb4a39fd7cbeca5ca633cc88188905e4995422fcaa9b0b998ab78800d5e7b7 WHIRLPOOL 16bfcca008fabb7e96d85d31daeb9dfc8deda3b11fcd1fc603f2422d3d7a8c8f55267d02e36711c2326403c8d152265200a38835dfe36d0d5bd20a268a66fcf2
+DIST telepathy-logger-qt-17.08.0.tar.xz 94184 SHA256 d098a77de2a58381d9ebcd64c8ae54c773b5206ed7888576653d3b505fe5032a SHA512 1768509b61d83cdd39adf8abd74f71d0c9ae757411e08017c6788fe50962b57768a8fdc9fbba75f5968bb22849ff619e790323806d29ae63066e41cc5f22c366 WHIRLPOOL b04378a770b85a01c93bab8d84d9bc35e870f0e5ff3a284472ba46924bcf2b66949200db7a8e50d693eb119ba494dd76cb8c7c7ac7ed203fd6ceb00335e580b3
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
new file mode 100644
index 00000000000..17435e6cc0f
--- /dev/null
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit kde5 python-any-r1
+
+DESCRIPTION="Qt bindings for the Telepathy logger"
+HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+IUSE=""
+
+RDEPEND="
+ $(add_qt_dep qtdbus)
+ dev-libs/dbus-glib
+ dev-libs/glib:2
+ dev-libs/libxml2
+ net-im/telepathy-logger
+ net-libs/telepathy-glib
+ net-libs/telepathy-qt[qt5(+)]
+ sys-apps/dbus
+"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
+"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2017-11-30 22:14 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2017-11-30 22:14 UTC (permalink / raw
To: gentoo-commits
commit: a24c728abc3a4de1d7d466ddd1825a1d1f0d4fc0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 21:05:49 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 22:12:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24c728a
net-libs/telepathy-logger-qt: amd64 stable, bug #637292
Package-Manager: Portage-2.3.16, Repoman-2.3.6
net-libs/telepathy-logger-qt/Manifest | 2 +-
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/Manifest b/net-libs/telepathy-logger-qt/Manifest
index f72bda9a37f..e351d0c8e3b 100644
--- a/net-libs/telepathy-logger-qt/Manifest
+++ b/net-libs/telepathy-logger-qt/Manifest
@@ -1,2 +1,2 @@
DIST telepathy-logger-qt-15.04.0.tar.xz 94408 SHA256 83ce7be50edd9f8806c6f93cc56ba640120c2561767f8c666dcfddd72ee57898 SHA512 e8fc989f5ebfdee9e30cba709ff66ebfe1385e5cb8707feb3ee585f23637fdcfa7eb4a39fd7cbeca5ca633cc88188905e4995422fcaa9b0b998ab78800d5e7b7 WHIRLPOOL 16bfcca008fabb7e96d85d31daeb9dfc8deda3b11fcd1fc603f2422d3d7a8c8f55267d02e36711c2326403c8d152265200a38835dfe36d0d5bd20a268a66fcf2
-DIST telepathy-logger-qt-17.08.0.tar.xz 94184 SHA256 d098a77de2a58381d9ebcd64c8ae54c773b5206ed7888576653d3b505fe5032a SHA512 1768509b61d83cdd39adf8abd74f71d0c9ae757411e08017c6788fe50962b57768a8fdc9fbba75f5968bb22849ff619e790323806d29ae63066e41cc5f22c366 WHIRLPOOL b04378a770b85a01c93bab8d84d9bc35e870f0e5ff3a284472ba46924bcf2b66949200db7a8e50d693eb119ba494dd76cb8c7c7ac7ed203fd6ceb00335e580b3
+DIST telepathy-logger-qt-17.08.0.tar.xz 94184 BLAKE2B ead0598c1f2f2786e026af15ef1424347b9ec9ac7d78b1e90943a8e39db1833f76353b9b9c767470fcbf635438fbcbcc52c9b969318341128f66b8b9ad5eb14a SHA512 1768509b61d83cdd39adf8abd74f71d0c9ae757411e08017c6788fe50962b57768a8fdc9fbba75f5968bb22849ff619e790323806d29ae63066e41cc5f22c366
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
index 1e998104fd4..16614d015bb 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepath
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
- KEYWORDS="~amd64 x86"
+ KEYWORDS="amd64 x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2018-05-06 11:24 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-05-06 11:24 UTC (permalink / raw
To: gentoo-commits
commit: af2e92a5b4ede240d9161b16d22891fe96c747c8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 6 11:20:31 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 6 11:24:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2e92a5
net-libs/telepathy-logger-qt: Drop old
Package-Manager: Portage-2.3.36, Repoman-2.3.9
net-libs/telepathy-logger-qt/Manifest | 1 -
.../telepathy-logger-qt-15.04.0.ebuild | 36 ----------------------
2 files changed, 37 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/Manifest b/net-libs/telepathy-logger-qt/Manifest
index 4949be83f00..d77b7de11ba 100644
--- a/net-libs/telepathy-logger-qt/Manifest
+++ b/net-libs/telepathy-logger-qt/Manifest
@@ -1,2 +1 @@
-DIST telepathy-logger-qt-15.04.0.tar.xz 94408 BLAKE2B 64cbdfef7cda5375dab03721d6a757a2716150cc8e2243eb7aca3717202cb21f4969b2e0764b86433b9e80f31702313d52d407812cf1a2b3e3c609f8f162245c SHA512 e8fc989f5ebfdee9e30cba709ff66ebfe1385e5cb8707feb3ee585f23637fdcfa7eb4a39fd7cbeca5ca633cc88188905e4995422fcaa9b0b998ab78800d5e7b7
DIST telepathy-logger-qt-17.08.0.tar.xz 94184 BLAKE2B ead0598c1f2f2786e026af15ef1424347b9ec9ac7d78b1e90943a8e39db1833f76353b9b9c767470fcbf635438fbcbcc52c9b969318341128f66b8b9ad5eb14a SHA512 1768509b61d83cdd39adf8abd74f71d0c9ae757411e08017c6788fe50962b57768a8fdc9fbba75f5968bb22849ff619e790323806d29ae63066e41cc5f22c366
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
deleted file mode 100644
index 3fcd609b29e..00000000000
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit kde5 python-any-r1
-
-DESCRIPTION="Qt bindings for the Telepathy logger"
-HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
-
-if [[ ${KDE_BUILD_TYPE} = live ]]; then
- KEYWORDS=""
-else
- SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="LGPL-2.1"
-IUSE=""
-
-RDEPEND="
- $(add_qt_dep qtdbus)
- dev-libs/dbus-glib
- dev-libs/glib:2
- dev-libs/libxml2
- net-im/telepathy-logger
- net-libs/telepathy-glib
- net-libs/telepathy-qt[qt5(+)]
- sys-apps/dbus
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
-"
-
-PATCHES=( "${FILESDIR}/${P}-cmake-3.9.patch" )
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2018-12-19 12:06 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-12-19 12:06 UTC (permalink / raw
To: gentoo-commits
commit: 5bd76d6d04d842630c2b216507994d5aedbb936d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 12:06:07 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 12:06:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd76d6d
net-libs/telepathy-logger-qt: HOMEPAGE: projects.kde.org is no more
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
index 16614d015bb..d5bd5e9959d 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit kde5 python-any-r1
DESCRIPTION="Qt bindings for the Telepathy logger"
-HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
+HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2019-03-03 23:22 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2019-03-03 23:22 UTC (permalink / raw
To: gentoo-commits
commit: 80fcb2820da18ad6910874d2f9b174407fdec69c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 23:21:53 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 23:21:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fcb282
net-libs/telepathy-logger-qt: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
index 01442832b5c..5506d98d64a 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit kde5 python-any-r1
@@ -17,7 +17,8 @@ fi
LICENSE="LGPL-2.1"
IUSE=""
-RDEPEND="
+BDEPEND="${PYTHON_DEPS}"
+DEPEND="
$(add_qt_dep qtdbus)
dev-libs/dbus-glib
dev-libs/glib:2
@@ -27,6 +28,4 @@ RDEPEND="
net-libs/telepathy-qt[qt5(+)]
sys-apps/dbus
"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
-"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2019-12-09 0:06 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2019-12-09 0:06 UTC (permalink / raw
To: gentoo-commits
commit: b6dd2c235104206cddedf72096da24d59ad5e4dc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 9 00:02:35 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 9 00:03:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6dd2c23
net-libs/telepathy-logger-qt: Add python3 support
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-logger-qt/Manifest | 1 +
.../telepathy-logger-qt-17.08.0-r1.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/net-libs/telepathy-logger-qt/Manifest b/net-libs/telepathy-logger-qt/Manifest
index d77b7de11ba..79830a818d4 100644
--- a/net-libs/telepathy-logger-qt/Manifest
+++ b/net-libs/telepathy-logger-qt/Manifest
@@ -1 +1,2 @@
+DIST telepathy-logger-qt-17.08.0-python3.patch.xz 16228 BLAKE2B 8226a6cd0537e46edadccc50027da6386bafcf3e5cd2d9af2f7ce996da30f42762f43a00c1274771a15d3fd2e5de912ad0833cda6ad7630f1d25492cc27a9bff SHA512 c762213f09933ee08b755d830fd32309fb248ff91f2d4c0ac04f7096e874f2a63d7231aaf5abfc4245cf6f66056d2e9cabb6a83b0c561422efd0e8944bc05893
DIST telepathy-logger-qt-17.08.0.tar.xz 94184 BLAKE2B ead0598c1f2f2786e026af15ef1424347b9ec9ac7d78b1e90943a8e39db1833f76353b9b9c767470fcbf635438fbcbcc52c9b969318341128f66b8b9ad5eb14a SHA512 1768509b61d83cdd39adf8abd74f71d0c9ae757411e08017c6788fe50962b57768a8fdc9fbba75f5968bb22849ff619e790323806d29ae63066e41cc5f22c366
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
new file mode 100644
index 00000000000..412c055fd2f
--- /dev/null
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+QTMIN=5.12.3
+inherit ecm kde.org python-any-r1
+
+DESCRIPTION="Qt bindings for the Telepathy logger"
+HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz
+ https://dev.gentoo.org/~asturm/distfiles/${P}-python3.patch.xz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+IUSE=""
+
+PATCHES=( "${WORKDIR}/${P}-python3.patch" )
+
+BDEPEND="${PYTHON_DEPS}"
+DEPEND="
+ dev-libs/dbus-glib
+ dev-libs/glib:2
+ dev-libs/libxml2
+ >=dev-qt/qtdbus-${QTMIN}:5
+ net-im/telepathy-logger
+ net-libs/telepathy-glib
+ net-libs/telepathy-qt[qt5(+)]
+ sys-apps/dbus
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2019-12-21 10:49 Mikle Kolyada
0 siblings, 0 replies; 27+ messages in thread
From: Mikle Kolyada @ 2019-12-21 10:49 UTC (permalink / raw
To: gentoo-commits
commit: a822ebfc1b6ad5648ceb947a502f78767a5baf47
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 10:48:01 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 10:49:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a822ebfc
net-libs/telepathy-logger-qt: amd64 stable wrt bug #703250
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
index 412c055fd2f..42a8997ee03 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz
https://dev.gentoo.org/~asturm/distfiles/${P}-python3.patch.xz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 ~x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2019-12-23 3:25 Aaron Bauman
0 siblings, 0 replies; 27+ messages in thread
From: Aaron Bauman @ 2019-12-23 3:25 UTC (permalink / raw
To: gentoo-commits
commit: 1f431d41792dd91571f70d178afc15c3c0f41967
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 03:03:15 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 03:25:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f431d41
net-libs/telepathy-logger-qt: arm64 stable (bug #703250)
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.82, Repoman-2.3.20
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
index 42a8997ee03..eea779decea 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz
https://dev.gentoo.org/~asturm/distfiles/${P}-python3.patch.xz"
- KEYWORDS="amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 arm64 ~x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2020-01-10 1:26 Thomas Deutschmann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Deutschmann @ 2020-01-10 1:26 UTC (permalink / raw
To: gentoo-commits
commit: d6a16563084c90d4ff93d35407c8dc956937e062
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 01:17:40 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 01:25:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a16563
net-libs/telepathy-logger-qt: x86 stable (bug #703250)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
index eea779decea..5741180b814 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-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=7
@@ -13,7 +13,7 @@ HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz
https://dev.gentoo.org/~asturm/distfiles/${P}-python3.patch.xz"
- KEYWORDS="amd64 arm64 ~x86"
+ KEYWORDS="amd64 arm64 x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2020-01-10 9:50 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2020-01-10 9:50 UTC (permalink / raw
To: gentoo-commits
commit: b0fd03709399ac4bb3b5c98f883cd1a231fdccbe
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 09:38:07 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 09:44:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0fd0370
net-libs/telepathy-logger-qt: Drop 17.08.0 (r0)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../telepathy-logger-qt-17.08.0.ebuild | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
deleted file mode 100644
index 5e3b122b8ed..00000000000
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-inherit kde5 python-any-r1
-
-DESCRIPTION="Qt bindings for the Telepathy logger"
-HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
- KEYWORDS="amd64 arm64 x86"
-fi
-
-LICENSE="LGPL-2.1"
-IUSE=""
-
-BDEPEND="${PYTHON_DEPS}"
-DEPEND="
- $(add_qt_dep qtdbus)
- dev-libs/dbus-glib
- dev-libs/glib:2
- dev-libs/libxml2
- net-im/telepathy-logger
- net-libs/telepathy-glib
- net-libs/telepathy-qt[qt5(+)]
- sys-apps/dbus
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2020-03-14 17:59 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2020-03-14 17:59 UTC (permalink / raw
To: gentoo-commits
commit: 020416733604a835278d46d4f4f43b03eaf69aef
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 16:11:36 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 17:58:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02041673
net-libs/telepathy-logger-qt: 17.09.0 version bump
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-logger-qt/Manifest | 1 +
.../telepathy-logger-qt-17.09.0.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/net-libs/telepathy-logger-qt/Manifest b/net-libs/telepathy-logger-qt/Manifest
index 79830a818d4..0d9fb249a08 100644
--- a/net-libs/telepathy-logger-qt/Manifest
+++ b/net-libs/telepathy-logger-qt/Manifest
@@ -1,2 +1,3 @@
DIST telepathy-logger-qt-17.08.0-python3.patch.xz 16228 BLAKE2B 8226a6cd0537e46edadccc50027da6386bafcf3e5cd2d9af2f7ce996da30f42762f43a00c1274771a15d3fd2e5de912ad0833cda6ad7630f1d25492cc27a9bff SHA512 c762213f09933ee08b755d830fd32309fb248ff91f2d4c0ac04f7096e874f2a63d7231aaf5abfc4245cf6f66056d2e9cabb6a83b0c561422efd0e8944bc05893
DIST telepathy-logger-qt-17.08.0.tar.xz 94184 BLAKE2B ead0598c1f2f2786e026af15ef1424347b9ec9ac7d78b1e90943a8e39db1833f76353b9b9c767470fcbf635438fbcbcc52c9b969318341128f66b8b9ad5eb14a SHA512 1768509b61d83cdd39adf8abd74f71d0c9ae757411e08017c6788fe50962b57768a8fdc9fbba75f5968bb22849ff619e790323806d29ae63066e41cc5f22c366
+DIST telepathy-logger-qt-17.09.0.tar.xz 93480 BLAKE2B f516ff58b64a59ba3b51c0daf0c871fd0e03b7860fa94f2139175cccb3e5ff4f108b09db22366bdc2e4031556ab06712d1d935b8db7b1ed9b08803f047c943c3 SHA512 1524673a7dcba0d65c57e49d6e0dafd1b826b6444faaabc1dc482b29f6515374a1beb09a9bbfb115097e10fc18722ffe0187dc1bff9be06dc56a95ef32d805e3
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
new file mode 100644
index 00000000000..7f3ef62bd48
--- /dev/null
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+QTMIN=5.12.3
+inherit ecm kde.org python-any-r1
+
+DESCRIPTION="Qt bindings for the Telepathy logger"
+HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+IUSE=""
+
+BDEPEND="${PYTHON_DEPS}"
+DEPEND="
+ dev-libs/dbus-glib
+ dev-libs/glib:2
+ dev-libs/libxml2
+ >=dev-qt/qtdbus-${QTMIN}:5
+ net-im/telepathy-logger
+ net-libs/telepathy-glib
+ net-libs/telepathy-qt[qt5(+)]
+ sys-apps/dbus
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2020-05-10 9:15 Mikle Kolyada
0 siblings, 0 replies; 27+ messages in thread
From: Mikle Kolyada @ 2020-05-10 9:15 UTC (permalink / raw
To: gentoo-commits
commit: cdf0a3c7499a8c64960c2fdc72b4c7059db64d8b
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 09:15:14 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 10 09:15:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf0a3c7
net-libs/telepathy-logger-qt: amd64 stable wrt bug #720178
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
index 7f3ef62bd48..d509647fffc 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 ~x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2020-05-10 9:19 Mikle Kolyada
0 siblings, 0 replies; 27+ messages in thread
From: Mikle Kolyada @ 2020-05-10 9:19 UTC (permalink / raw
To: gentoo-commits
commit: 1e9efa6e97882ca0407f69e07f4f8a9e8a4424f9
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 09:19:29 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 10 09:19:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9efa6e
net-libs/telepathy-logger-qt: x86 stable wrt bug #720178
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
index d509647fffc..7c073cdc93d 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
- KEYWORDS="amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2020-05-10 17:42 Mart Raudsepp
0 siblings, 0 replies; 27+ messages in thread
From: Mart Raudsepp @ 2020-05-10 17:42 UTC (permalink / raw
To: gentoo-commits
commit: 5babec20d14454eee6c2976c302a04c9843617dd
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sat May 9 22:18:14 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun May 10 17:39:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5babec20
net-libs/telepathy-logger-qt: arm64 stable (bug #720178)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
index 7c073cdc93d..1402d25cc01 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+[B# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
- KEYWORDS="amd64 ~arm64 x86"
+ KEYWORDS="amd64 arm64 x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2020-05-10 18:30 Mart Raudsepp
0 siblings, 0 replies; 27+ messages in thread
From: Mart Raudsepp @ 2020-05-10 18:30 UTC (permalink / raw
To: gentoo-commits
commit: 829773c64cc7a85aacc170a0ce150650238e6954
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 18:29:41 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun May 10 18:30:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829773c6
net-libs/telepathy-logger-qt: fix just introduced ebuild 1st line bug
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
index 1402d25cc01..ae6c2429abc 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
@@ -1,4 +1,4 @@
-[B# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2020-05-10 18:58 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2020-05-10 18:58 UTC (permalink / raw
To: gentoo-commits
commit: 1bbe331fa8f555a0feb8d52433640fbcf49286b9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 18:42:33 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 10 18:42:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbe331f
net-libs/telepathy-logger-qt: Drop 19.12.3 (r0)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-logger-qt/Manifest | 2 --
.../telepathy-logger-qt-17.08.0-r1.ebuild | 36 ----------------------
2 files changed, 38 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/Manifest b/net-libs/telepathy-logger-qt/Manifest
index 0d9fb249a08..4113a5fc50a 100644
--- a/net-libs/telepathy-logger-qt/Manifest
+++ b/net-libs/telepathy-logger-qt/Manifest
@@ -1,3 +1 @@
-DIST telepathy-logger-qt-17.08.0-python3.patch.xz 16228 BLAKE2B 8226a6cd0537e46edadccc50027da6386bafcf3e5cd2d9af2f7ce996da30f42762f43a00c1274771a15d3fd2e5de912ad0833cda6ad7630f1d25492cc27a9bff SHA512 c762213f09933ee08b755d830fd32309fb248ff91f2d4c0ac04f7096e874f2a63d7231aaf5abfc4245cf6f66056d2e9cabb6a83b0c561422efd0e8944bc05893
-DIST telepathy-logger-qt-17.08.0.tar.xz 94184 BLAKE2B ead0598c1f2f2786e026af15ef1424347b9ec9ac7d78b1e90943a8e39db1833f76353b9b9c767470fcbf635438fbcbcc52c9b969318341128f66b8b9ad5eb14a SHA512 1768509b61d83cdd39adf8abd74f71d0c9ae757411e08017c6788fe50962b57768a8fdc9fbba75f5968bb22849ff619e790323806d29ae63066e41cc5f22c366
DIST telepathy-logger-qt-17.09.0.tar.xz 93480 BLAKE2B f516ff58b64a59ba3b51c0daf0c871fd0e03b7860fa94f2139175cccb3e5ff4f108b09db22366bdc2e4031556ab06712d1d935b8db7b1ed9b08803f047c943c3 SHA512 1524673a7dcba0d65c57e49d6e0dafd1b826b6444faaabc1dc482b29f6515374a1beb09a9bbfb115097e10fc18722ffe0187dc1bff9be06dc56a95ef32d805e3
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
deleted file mode 100644
index 5741180b814..00000000000
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-QTMIN=5.12.3
-inherit ecm kde.org python-any-r1
-
-DESCRIPTION="Qt bindings for the Telepathy logger"
-HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz
- https://dev.gentoo.org/~asturm/distfiles/${P}-python3.patch.xz"
- KEYWORDS="amd64 arm64 x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-IUSE=""
-
-PATCHES=( "${WORKDIR}/${P}-python3.patch" )
-
-BDEPEND="${PYTHON_DEPS}"
-DEPEND="
- dev-libs/dbus-glib
- dev-libs/glib:2
- dev-libs/libxml2
- >=dev-qt/qtdbus-${QTMIN}:5
- net-im/telepathy-logger
- net-libs/telepathy-glib
- net-libs/telepathy-qt[qt5(+)]
- sys-apps/dbus
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2020-11-24 19:59 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2020-11-24 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 4b6612b4d6c5b1f13d3e932a9049640a70239bd5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 19:38:12 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 19:58:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6612b4
net-libs/telepathy-logger-qt: python3_9
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
index 4e35bad1f85..d36180904b1 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
QTMIN=5.12.3
inherit ecm kde.org python-any-r1
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2021-08-25 9:18 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2021-08-25 9:18 UTC (permalink / raw
To: gentoo-commits
commit: e3fe20cdfc70793e904a2e231a3a53281ae7a003
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 07:19:54 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 09:18:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fe20cd
net-libs/telepathy-logger-qt: python3_10
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
index 3e2278e712b..0579ae2ff75 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
QTMIN=5.12.3
inherit ecm kde.org python-any-r1
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2021-09-12 11:28 Yixun Lan
0 siblings, 0 replies; 27+ messages in thread
From: Yixun Lan @ 2021-09-12 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 75b7ea0af5b8d2a4ad17f0ebf26bf3f25bba9058
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Sep 12 07:43:50 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 11:27:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b7ea0a
net-libs/telepathy-logger-qt: keyword 17.09.0 for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
index 0579ae2ff75..ef9772b444a 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://invent.kde.org/network/telepathy-logger-qt"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
- KEYWORDS="amd64 arm64 x86"
+ KEYWORDS="amd64 arm64 ~riscv x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2022-10-25 19:40 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2022-10-25 19:40 UTC (permalink / raw
To: gentoo-commits
commit: 71536b7844135379e40df8e79a003571fddd6ef6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 19:39:37 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 19:39:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71536b78
net-libs/telepathy-logger-qt: update EAPI 7 -> 8, enable py3.11
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
...17.09.0.ebuild => telepathy-logger-qt-17.09.0-r1.ebuild} | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0-r1.ebuild
similarity index 79%
rename from net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
rename to net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0-r1.ebuild
index ef9772b444ab..aee54c207b95 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0-r1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..10} )
-QTMIN=5.12.3
+PYTHON_COMPAT=( python3_{8..11} )
inherit ecm kde.org python-any-r1
DESCRIPTION="Qt bindings for the Telepathy logger"
@@ -19,15 +18,15 @@ LICENSE="LGPL-2.1"
SLOT="5"
IUSE=""
-BDEPEND="${PYTHON_DEPS}"
DEPEND="
dev-libs/dbus-glib
dev-libs/glib:2
dev-libs/libxml2
- >=dev-qt/qtdbus-${QTMIN}:5
+ dev-qt/qtdbus:5
net-im/telepathy-logger
net-libs/telepathy-glib
- net-libs/telepathy-qt[qt5(+)]
+ net-libs/telepathy-qt
sys-apps/dbus
"
RDEPEND="${DEPEND}"
+BDEPEND="${PYTHON_DEPS}"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2023-03-23 19:58 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2023-03-23 19:58 UTC (permalink / raw
To: gentoo-commits
commit: 1e400cc29a5df55071fbeaa8186424423db1c356
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 19:57:32 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 19:58:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e400cc2
net-libs/telepathy-logger-qt: Set Python3_EXECUTABLE cmakearg
Closes: https://bugs.gentoo.org/884505
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0-r1.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0-r1.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0-r1.ebuild
index 64cd345833d8..51bc99f5e8d8 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0-r1.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0-r1.ebuild
@@ -30,3 +30,10 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="${PYTHON_DEPS}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DPython3_EXECUTABLE="${PYTHON}"
+ )
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
@ 2024-03-04 23:15 Andreas Sturmlechner
0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2024-03-04 23:15 UTC (permalink / raw
To: gentoo-commits
commit: 3623d8d767a32e386669d2deac4a6ae75cd855a5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 4 23:12:21 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 4 23:14:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3623d8d7
net-libs/telepathy-logger-qt: add kde-invent upstream metadata
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-logger-qt/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-libs/telepathy-logger-qt/metadata.xml b/net-libs/telepathy-logger-qt/metadata.xml
index d925f2439758..d16002b1e40b 100644
--- a/net-libs/telepathy-logger-qt/metadata.xml
+++ b/net-libs/telepathy-logger-qt/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<bugs-to>https://bugs.kde.org/</bugs-to>
+ <remote-id type="kde-invent">network/telepathy-logger-qt</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 27+ messages in thread
end of thread, other threads:[~2024-03-04 23:15 UTC | newest]
Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-03 23:22 [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-03-04 23:15 Andreas Sturmlechner
2023-03-23 19:58 Andreas Sturmlechner
2022-10-25 19:40 Andreas Sturmlechner
2021-09-12 11:28 Yixun Lan
2021-08-25 9:18 Andreas Sturmlechner
2020-11-24 19:59 Andreas Sturmlechner
2020-05-10 18:58 Andreas Sturmlechner
2020-05-10 18:30 Mart Raudsepp
2020-05-10 17:42 Mart Raudsepp
2020-05-10 9:19 Mikle Kolyada
2020-05-10 9:15 Mikle Kolyada
2020-03-14 17:59 Andreas Sturmlechner
2020-01-10 9:50 Andreas Sturmlechner
2020-01-10 1:26 Thomas Deutschmann
2019-12-23 3:25 Aaron Bauman
2019-12-21 10:49 Mikle Kolyada
2019-12-09 0:06 Andreas Sturmlechner
2018-12-19 12:06 Andreas Sturmlechner
2018-05-06 11:24 Andreas Sturmlechner
2017-11-30 22:14 Andreas Sturmlechner
2017-09-10 10:00 Johannes Huber
2016-09-29 11:43 Michael Palimaka
2016-08-18 13:09 Michael Palimaka
2016-04-11 18:35 Johannes Huber
2016-04-06 19:28 Michael Palimaka
2015-08-27 12:57 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox