From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-qt/
Date: Sat, 9 Dec 2017 08:09:34 +0000 (UTC) [thread overview]
Message-ID: <1512806963.e7d8b5b0f09ca29483ce2156add22762b7f94d44.asturm@gentoo> (raw)
commit: e7d8b5b0f09ca29483ce2156add22762b7f94d44
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 08:05:19 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 08:09:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d8b5b0
net-libs/telepathy-qt: Drop old
Package-Manager: Portage-2.3.17, Repoman-2.3.6
net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild | 106 ------------------------
1 file changed, 106 deletions(-)
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild
deleted file mode 100644
index 859d1d25168..00000000000
--- a/net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit python-any-r1 cmake-utils virtualx multibuild
-
-DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
-HOMEPAGE="https://telepathy.freedesktop.org/"
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug farstream +qt4 qt5 test"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-RDEPEND="
- farstream? (
- >=net-libs/telepathy-farstream-0.2.2
- >=net-libs/telepathy-glib-0.18.0
- )
- qt4? (
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- )
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtxml:5
- )
- !net-libs/telepathy-qt4
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- virtual/pkgconfig
- test? (
- dev-libs/dbus-glib
- dev-libs/glib:2
- dev-python/dbus-python
- qt4? ( dev-qt/qttest:4 )
- qt5? ( dev-qt/qttest:5 )
- )
-"
-
-DOCS=( AUTHORS ChangeLog HACKING NEWS README )
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.9.6.1-yes-release.patch"
- "${FILESDIR}/${PN}-0.9.6.1-qtpath.patch"
-)
-
-# bug 549448 - last checked with 0.9.7
-RESTRICT="test"
-
-pkg_setup() {
- python-any-r1_pkg_setup
-
- MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
-src_configure() {
- myconfigure() {
- local mycmakeargs=(
- -DENABLE_DEBUG_OUTPUT=$(usex debug)
- -DENABLE_FARSTREAM=$(usex farstream)
- -DENABLE_TESTS=$(usex test)
- -DENABLE_EXAMPLES=OFF
- )
- if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
- mycmakeargs+=( -DDESIRED_QT_VERSION=4 )
- fi
- if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
- mycmakeargs+=( -DDESIRED_QT_VERSION=5 )
- fi
- cmake-utils_src_configure
- }
-
- multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
- multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
- _test_runner() {
- ctest -E '(CallChannel)'
- }
-
- mytest() {
- pushd "${BUILD_DIR}" > /dev/null || die
- virtx _test_runner
- popd > /dev/null || die
- }
-
- multibuild_foreach_variant mytest
-}
-
-src_install() {
- multibuild_foreach_variant cmake-utils_src_install
-}
next reply other threads:[~2017-12-09 8:09 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-09 8:09 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-25 19:40 [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-qt/ Andreas Sturmlechner
2022-08-11 10:38 Sam James
2021-09-22 23:05 Andreas Sturmlechner
2021-09-22 23:05 Andreas Sturmlechner
2021-09-12 11:28 Yixun Lan
2021-01-24 14:46 Andreas Sturmlechner
2020-11-24 19:59 Andreas Sturmlechner
2020-07-15 13:27 Andreas Sturmlechner
2020-04-17 14:17 Andreas Sturmlechner
2020-04-17 14:17 Andreas Sturmlechner
2019-12-31 16:46 Andreas Sturmlechner
2019-12-08 16:00 Andreas Sturmlechner
2019-12-03 11:30 Andreas Sturmlechner
2019-12-02 23:29 Aaron Bauman
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-11-17 12:46 Andreas Sturmlechner
2019-11-17 12:46 Andreas Sturmlechner
2019-11-17 12:46 Andreas Sturmlechner
2018-12-12 14:06 Andreas Sturmlechner
2017-11-30 22:54 Andreas Sturmlechner
2017-11-30 19:02 Thomas Deutschmann
2017-08-31 20:54 Andreas Sturmlechner
2016-08-10 18:44 Michael Palimaka
2016-08-10 18:44 Michael Palimaka
2016-06-14 13:12 Amy Winston
2016-06-14 13:12 Amy Winston
2015-10-25 15:18 Michael Palimaka
2015-10-25 13:02 Mikle Kolyada
2015-10-19 9:27 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1512806963.e7d8b5b0f09ca29483ce2156add22762b7f94d44.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox