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 DC097138239 for ; Mon, 11 Mar 2019 13:59:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB239E0AF7; Mon, 11 Mar 2019 13:59:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90305E0AF7 for ; Mon, 11 Mar 2019 13:59:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FD1D33BE69 for ; Mon, 11 Mar 2019 13:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CC61A8 for ; Mon, 11 Mar 2019 13:59:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1552312668.db8d3ea190affdaef2a8a31579d4cb768d9b87b8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/dianara/Manifest net-im/dianara/dianara-1.4.2.ebuild X-VCS-Directories: net-im/dianara/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: db8d3ea190affdaef2a8a31579d4cb768d9b87b8 X-VCS-Branch: master Date: Mon, 11 Mar 2019 13:59:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9417a9a-afab-4044-8804-c3c97c7d0960 X-Archives-Hash: 59f94e7950178548ec461646e26bcf12 commit: db8d3ea190affdaef2a8a31579d4cb768d9b87b8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 6 19:48:15 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 11 13:57:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8d3ea1 net-im/dianara: 1.4.2 version bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/dianara/Manifest | 1 + net-im/dianara/dianara-1.4.2.ebuild | 43 +++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/net-im/dianara/Manifest b/net-im/dianara/Manifest index 0eeb5e38570..85a81f0a3a0 100644 --- a/net-im/dianara/Manifest +++ b/net-im/dianara/Manifest @@ -1 +1,2 @@ DIST dianara-v1.3.7.tar.gz 914570 BLAKE2B 7e78c867b5ca485fb24d924410b0f24eb9b7c132d61f0fb40fb6a43b26db13eeb40fff6a8ee0147045f392317a1da90518040726bcdeb97274bd407c4ab00bb6 SHA512 9727fabff2ae6a13811d61d15027a5de063628c628bb12c7f82bcefa45f49ee4b48b9dc861de2cede296669bc73a589efb3050200877339b4b5d0f058624b4b7 +DIST dianara-v1.4.2.tar.gz 946414 BLAKE2B 418f9cc701d37d03a23a205a1854b9d7de1f6fbdf372bbc9030285f5a37bd4602d6eeb2c529a8ec1406385cc385ec9057f8c590a7c9e94ef741c3c0a922714bb SHA512 97b0b8b661f1d40ce419b5dc04275ddb9a514dfc6e993ecf45cb18fabed1e8ed73fbee24c9e0c643b3e552a61b38b49b440489278d17c44aa6cbfe51dc5f59c3 diff --git a/net-im/dianara/dianara-1.4.2.ebuild b/net-im/dianara/dianara-1.4.2.ebuild new file mode 100644 index 00000000000..892cb456538 --- /dev/null +++ b/net-im/dianara/dianara-1.4.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P=${PN}-v${PV/_beta/beta} +inherit desktop qmake-utils xdg + +DESCRIPTION="Qt-based client for the pump.io distributed social network" +HOMEPAGE="http://dianara.nongnu.org/" +SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + >=app-crypt/qca-2.1.0.3:2[qt5(+),ssl] + >=dev-libs/qoauth-2.0.1_pre20160315-r2:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5[ssl] + dev-qt/qtwidgets:5 + sys-apps/file" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + eqmake5 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + + doman manual/* + einstalldocs + doicon -s 32 icon/32x32/${PN}.png + doicon -s 64 icon/64x64/${PN}.png + domenu ${PN}.desktop +}