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 CB3371382C5 for ; Tue, 13 Mar 2018 19:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0663AE081E; Tue, 13 Mar 2018 19:35:44 +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 D95D6E081E for ; Tue, 13 Mar 2018 19:35:43 +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 B0EBA335C05 for ; Tue, 13 Mar 2018 19:35:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E87AD1E3 for ; Tue, 13 Mar 2018 19:35:40 +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: <1520969732.1468cceff64ccc9f21535d8bbec1a7b22963cb71.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/diffpdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/diffpdf/diffpdf-2.1.3-r1.ebuild X-VCS-Directories: app-text/diffpdf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1468cceff64ccc9f21535d8bbec1a7b22963cb71 X-VCS-Branch: master Date: Tue, 13 Mar 2018 19:35:40 +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: e5617537-c00b-4d3d-8be9-ddeae7b773a4 X-Archives-Hash: 4a4e05d733ad9278e40882a8f891320b commit: 1468cceff64ccc9f21535d8bbec1a7b22963cb71 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 13 19:35:32 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 13 19:35:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1468ccef app-text/diffpdf: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-text/diffpdf/diffpdf-2.1.3-r1.ebuild | 39 -------------------------------- 1 file changed, 39 deletions(-) diff --git a/app-text/diffpdf/diffpdf-2.1.3-r1.ebuild b/app-text/diffpdf/diffpdf-2.1.3-r1.ebuild deleted file mode 100644 index 38e02ba7bc0..00000000000 --- a/app-text/diffpdf/diffpdf-2.1.3-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop qmake-utils - -DESCRIPTION="Program that textually or visually compares two PDF files" -HOMEPAGE="http://www.qtrac.eu/diffpdf.html" -SRC_URI="http://www.qtrac.eu/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND=" - app-text/poppler[qt5] - dev-qt/qtcore:5 - dev-qt/qtgui:5 -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -PATCHES=( "${FILESDIR}"/${P}-qt5.patch ) - -src_configure() { - $(qt5_get_bindir)/lrelease diffpdf.pro || die "Generating translations failed" - eqmake5 PREFIX="${EPREFIX}/usr" diffpdf.pro -} - -src_install() { - einstalldocs - dobin diffpdf - doman diffpdf.1 - domenu "${FILESDIR}"/${PN}.desktop - newicon images/icon.png ${PN}.png -}