From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7735139085 for ; Sun, 5 Feb 2017 07:06:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC0F5E0D4C; Sun, 5 Feb 2017 07:06:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 940FCE0D4C for ; Sun, 5 Feb 2017 07:06:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1AA6341142 for ; Sun, 5 Feb 2017 07:06:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C52A83B8E for ; Sun, 5 Feb 2017 07:06:38 +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: <1486278371.5d9a327ef22c4b79adc99b5cd86fc0d94aaa36b0.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/qtm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/qtm/Manifest net-misc/qtm/qtm-1.3.18.ebuild X-VCS-Directories: net-misc/qtm/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5d9a327ef22c4b79adc99b5cd86fc0d94aaa36b0 X-VCS-Branch: master Date: Sun, 5 Feb 2017 07:06:38 +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: a6c001ff-b89c-4b09-a785-c36e39d905f0 X-Archives-Hash: 246f38030d2739a783d4726de60df4da commit: 5d9a327ef22c4b79adc99b5cd86fc0d94aaa36b0 Author: Johannes Huber gentoo org> AuthorDate: Sun Feb 5 07:06:11 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Feb 5 07:06:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9a327e net-misc/qtm: Version bump 1.3.18 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Acked-by: Michael Palimaka gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/37 Signed-off-by: Johannes Huber gentoo.org> net-misc/qtm/Manifest | 1 + net-misc/qtm/qtm-1.3.18.ebuild | 53 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/net-misc/qtm/Manifest b/net-misc/qtm/Manifest index e777a91..eb744d2 100644 --- a/net-misc/qtm/Manifest +++ b/net-misc/qtm/Manifest @@ -1 +1,2 @@ DIST qtm-1.3.17.tar.bz2 185310 SHA256 c5cab3e1386e1f7b49cc6711252b1e311a0872e1888b8bdfebaeecf61b52cc85 SHA512 b01568cec8e1550caf06958f196c1d3558511b6dbb32209ae83c4aa401f55fbeff093431103b52aa7ffba903afebd32906008c0c021565df478c2281010d921a WHIRLPOOL a95f1a37df357360594fb19b603ded8654ed086b4b8b65649fb3f739c4dc96079c7b88e31f8a053d722448574cddc11f32626afc8d4e7f7e7460512cb42ca291 +DIST qtm-1.3.18.tar.bz2 186137 SHA256 c10fcae059a8e05d83f215b9e718dd2ce7e51ade0c94809ec335faf7527af3d2 SHA512 d4685f22a883e1d7513dcac57a807b0d21c26dfceda547b22889ee980758de1a49c2e898c745bb597efd709823d96da59f7494015c0915edb34e9141fa60e2ca WHIRLPOOL d0af2b33b36097f1cffab9c33f65cc80b12341a3fc954a978561b177ae86472e0565d7dbe1d330519ca70dd47f38d2ef1a1d41351063b1e334d61ee1cf89dd00 diff --git a/net-misc/qtm/qtm-1.3.18.ebuild b/net-misc/qtm/qtm-1.3.18.ebuild new file mode 100644 index 00000000..d1dfe32 --- /dev/null +++ b/net-misc/qtm/qtm-1.3.18.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +CMAKE_IN_SOURCE_BUILD="1" +inherit cmake-utils versionator + +DESCRIPTION="Qt blogging client" +HOMEPAGE="http://qtm.blogistan.co.uk" +SRC_URI="https://bitbucket.org/IndigoJo/${PN}-$(get_version_component_range 1-2)/downloads/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus debug" +RESTRICT="strip" + +RDEPEND="dev-lang/perl + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + virtual/perl-Digest-MD5 + x11-proto/xproto + dbus? ( dev-qt/qtdbus:5 )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( Changelog README ) + +src_prepare() { + # bug 463810 + sed -i -e '/Categories/s/Application;//' qtm-desktop.sh || die 'sed on qtm-desktop.sh failed' + + cmake-utils_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DQt5=ON + -DDONT_USE_PTE=OFF + -DINSTALL_MARKDOWN=ON + -DNO_SSL=OFF + -DUSE_DBUS=$(usex dbus) + -DDONT_USE_DBUS=$(usex !dbus) + -DQDEBUG=$(usex debug) + ) + + cmake-utils_src_configure +}