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 0376A138335 for ; Sat, 27 Oct 2018 15:57:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02652E08FF; Sat, 27 Oct 2018 15:57:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B9891E08FF for ; Sat, 27 Oct 2018 15:57:17 +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 92544335C8F for ; Sat, 27 Oct 2018 15:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A977844D for ; Sat, 27 Oct 2018 15:57:13 +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: <1540655674.0daf8ca5893c401522a3f5624e1e203efebfa185.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghostwriter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ghostwriter/Manifest app-editors/ghostwriter/ghostwriter-1.7.3.ebuild app-editors/ghostwriter/metadata.xml X-VCS-Directories: app-editors/ghostwriter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0daf8ca5893c401522a3f5624e1e203efebfa185 X-VCS-Branch: master Date: Sat, 27 Oct 2018 15:57:13 +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: 475b3827-34df-4d98-bf84-5f47d25e969d X-Archives-Hash: 79731a0e0303ea994b36080f8e2f63ac commit: 0daf8ca5893c401522a3f5624e1e203efebfa185 Author: David Roman gmail com> AuthorDate: Mon Oct 8 19:44:05 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 27 15:54:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0daf8ca5 app-editors/ghostwriter: verbump to 1.7.3 Closes: https://bugs.gentoo.org/668126 Closes: https://github.com/gentoo/gentoo/pull/10110 Signed-off-by: David Roman gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/ghostwriter/Manifest | 1 + app-editors/ghostwriter/ghostwriter-1.7.3.ebuild | 55 ++++++++++++++++++++++++ app-editors/ghostwriter/metadata.xml | 4 ++ 3 files changed, 60 insertions(+) diff --git a/app-editors/ghostwriter/Manifest b/app-editors/ghostwriter/Manifest index 6d871ce407c..443e7970811 100644 --- a/app-editors/ghostwriter/Manifest +++ b/app-editors/ghostwriter/Manifest @@ -1 +1,2 @@ DIST ghostwriter-1.5.0.tar.gz 620301 BLAKE2B 07af6c6b176f15a7b6bee0594936a346160783c553dfd91cd69bde3975ada5c125920c1029ab19aee21c89576c6fab311f7a893447c457ff5a174149e57f67bb SHA512 4b6e1430342069b224f7aece30d5a592a43e9f702cb93fc073fded741771ea74b8478203aeaecdabb791aa7ddd8055d5c36346518adc7dd19b61e5f2e2cbe219 +DIST ghostwriter-1.7.3.tar.gz 673328 BLAKE2B 5304f5218da5fe535dea1ed9d43c4358212d9b1025dcc7102a77852c833ba1301d59539df4e2a44fd8a46abe7dfbdc7c6ab490d3f9e8ed5f7b4571b604c3bbb6 SHA512 a6f7e64078bdb3ecd9ea48ead8e96811e62215292a1c4a269f23efb6c0403c62fb0aab3e1303397b08036a7f3507d04a8eb8c14baafd78f64fea20805bb24a5a diff --git a/app-editors/ghostwriter/ghostwriter-1.7.3.ebuild b/app-editors/ghostwriter/ghostwriter-1.7.3.ebuild new file mode 100644 index 00000000000..6988d84d5c1 --- /dev/null +++ b/app-editors/ghostwriter/ghostwriter-1.7.3.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils xdg-utils + +DESCRIPTION="Cross-platform, aesthetic, distraction-free markdown editor" +HOMEPAGE="https://wereturtle.github.io/ghostwriter/" +SRC_URI="https://github.com/wereturtle/ghostwriter/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=" + app-text/hunspell + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwebkit:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 + dev-qt/qtconcurrent:5 +" + +DOCS=( CREDITS.md README.md ) + +src_prepare() { + default + + sed -i -e "/^VERSION =/s/\$.*/${PV}/" ghostwriter.pro || die "failed to override version" +} + +src_configure() { + eqmake5 \ + CONFIG+=$(usex debug debug release) \ + PREFIX="${EPREFIX}"/usr +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs +} + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +} diff --git a/app-editors/ghostwriter/metadata.xml b/app-editors/ghostwriter/metadata.xml index 960a05beff6..f0f7966a74f 100644 --- a/app-editors/ghostwriter/metadata.xml +++ b/app-editors/ghostwriter/metadata.xml @@ -5,6 +5,10 @@ reagentoo@gmail.com Dmitry Baranov + + davidroman96@gmail.com + David Roman + proxy-maint@gentoo.org Proxy Maintainers