From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A541313989A for ; Thu, 27 Aug 2015 12:57:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D53DE08CE; Thu, 27 Aug 2015 12:57:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3AA7E08CE for ; Thu, 27 Aug 2015 12:57:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05749340A08 for ; Thu, 27 Aug 2015 12:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1931162 for ; Thu, 27 Aug 2015 12:57:24 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1440680204.294b456cf6bf8eb7312514c00db5ccdf5c60e55d.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-logger-qt/Manifest net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild X-VCS-Directories: net-libs/telepathy-logger-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 294b456cf6bf8eb7312514c00db5ccdf5c60e55d X-VCS-Branch: master Date: Thu, 27 Aug 2015 12:57:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4004c8ab-bda9-4c0a-87cb-b10ea46638e7 X-Archives-Hash: e2edb6ee0565b87c6ac54ed17bfeadd0 commit: 294b456cf6bf8eb7312514c00db5ccdf5c60e55d Author: Johannes Huber gentoo org> AuthorDate: Thu Aug 27 12:56:44 2015 +0000 Commit: Johannes Huber gentoo 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} +"