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 363C6139694 for ; Sun, 2 Apr 2017 13:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A2E9E0C75; Sun, 2 Apr 2017 13:48:16 +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 74D19E0C75 for ; Sun, 2 Apr 2017 13:48:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 909CC341640 for ; Sun, 2 Apr 2017 13:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 022A273D2 for ; Sun, 2 Apr 2017 13:48:14 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1491140884.c7541c238ea55d901a3dd1596b05697fadb734e0.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild X-VCS-Directories: sci-geosciences/qmapshack/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: c7541c238ea55d901a3dd1596b05697fadb734e0 X-VCS-Branch: master Date: Sun, 2 Apr 2017 13:48:14 +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: b5dbab41-0963-4f6a-95c4-af46339b0f17 X-Archives-Hash: 5b18096467b96d84f317ecac0f26d120 commit: c7541c238ea55d901a3dd1596b05697fadb734e0 Author: Andrey Grozin gentoo org> AuthorDate: Sun Apr 2 13:48:04 2017 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sun Apr 2 13:48:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7541c23 sci-geosciences/qmapshack: cleaning 1.8.0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild | 25 ------------------------ 1 file changed, 25 deletions(-) diff --git a/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild b/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild deleted file mode 100644 index 47bb8e093c9..00000000000 --- a/sci-geosciences/qmapshack/qmapshack-1.8.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="GPS mapping utility" -HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home" -SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz" -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="dev-qt/qtwebkit:5 - dev-qt/qtscript:5 - dev-qt/qtprintsupport:5 - dev-qt/qtdbus:5 - dev-qt/qttest:5 - dev-qt/qtnetwork:5[ssl] - >=sci-geosciences/routino-3.1.1 - sci-libs/gdal - sci-libs/proj" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5"