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 8AE68139694 for ; Thu, 2 Mar 2017 21:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE88C21C091; Thu, 2 Mar 2017 21:40:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9CF8921C091 for ; Thu, 2 Mar 2017 21:40:35 +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 8C4D03412CB for ; Thu, 2 Mar 2017 21:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B31C15A3E for ; Thu, 2 Mar 2017 21:40:32 +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: <1488490503.e19df4ab4d3b3b35ff2a6e2a22cd69378c08ac5d.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.2.5.ebuild X-VCS-Directories: app-editors/ghostwriter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e19df4ab4d3b3b35ff2a6e2a22cd69378c08ac5d X-VCS-Branch: master Date: Thu, 2 Mar 2017 21:40:32 +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: 101166b8-edd5-4caf-91dd-841846a3234c X-Archives-Hash: 81f92a85022aea3de3c652f63161d502 commit: e19df4ab4d3b3b35ff2a6e2a22cd69378c08ac5d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 2 21:17:19 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 2 21:35:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19df4ab app-editors/ghostwriter: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-editors/ghostwriter/Manifest | 1 - app-editors/ghostwriter/ghostwriter-1.2.5.ebuild | 39 ------------------------ 2 files changed, 40 deletions(-) diff --git a/app-editors/ghostwriter/Manifest b/app-editors/ghostwriter/Manifest index 9961725dfbe..4f9f42e2473 100644 --- a/app-editors/ghostwriter/Manifest +++ b/app-editors/ghostwriter/Manifest @@ -1,2 +1 @@ -DIST ghostwriter-1.2.5.tar.gz 508173 SHA256 4bf0f9450231504416037e4a667d8c8e2940bda0e03e624ba9bb2eda78a7937b SHA512 195e984dc6109a4fedacf92e2e78ec81fee76c1edc701c12afa82aafaed73f90d6a008ac21a4338636235b1d161fc22ad94fee3c8873b85135728c67e63c0260 WHIRLPOOL c172d4cdc2c30faa993242b981b873edf19d58ef060d6c22da4b01fdaee37f756b34a9c6288dec7131a9082b6acd93c8edcecbd365f8a141996e719a773c86e9 DIST ghostwriter-1.4.2.tar.gz 589182 SHA256 775760d04c5a794c3810cffe9d1daa72ee123c77cc3041fc15a2052503899438 SHA512 b7442c4abe054cf73bbbe43c9537592fb54616a1085f529649b4bd3b4168c2ccb6f1127868d04c751b92edc277480baaf2d78a35b1b3fd285e804a17ec9cfbe2 WHIRLPOOL 685d9e057178f03d40ca8521b46a915e6b56289d42078fe0f1c8fcd601139f229f509865253e9b8ce76fde6aaf800d9c6e612bf37a5a0386ded935c75897f54e diff --git a/app-editors/ghostwriter/ghostwriter-1.2.5.ebuild b/app-editors/ghostwriter/ghostwriter-1.2.5.ebuild deleted file mode 100644 index 01c751d55f8..00000000000 --- a/app-editors/ghostwriter/ghostwriter-1.2.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit qmake-utils - -DESCRIPTION="A cross-platform, aesthetic, distraction-free Markdown editor" -HOMEPAGE="http://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="~x86 ~amd64" -IUSE="qt5" - -DEPEND=" - qt5? ( - dev-qt/qtprintsupport:5 - dev-qt/qtwebkit:5 - dev-qt/qtwidgets:5 - dev-qt/qtconcurrent:5 - ) - !qt5? ( dev-qt/qtwebkit:4 ) -" -RDEPEND="${DEPEND}" - -src_compile() { - if use qt5; then - eqmake5 "PREFIX=/usr" - else - eqmake4 "PREFIX=/usr" - fi - emake -} - -src_install() { - emake INSTALL_ROOT="${D}" install -}