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 BAC18138330 for ; Sun, 7 Jan 2018 13:43:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4F1DE08A2; Sun, 7 Jan 2018 13:43:15 +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 98094E08A2 for ; Sun, 7 Jan 2018 13:43:15 +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 9912B340A5D for ; Sun, 7 Jan 2018 13:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 540051AE for ; Sun, 7 Jan 2018 13:43:10 +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: <1515332563.741d07d3759254386a7522658fa833edb67c5481.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.ebuild X-VCS-Directories: app-text/diffpdf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 741d07d3759254386a7522658fa833edb67c5481 X-VCS-Branch: master Date: Sun, 7 Jan 2018 13:43:10 +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: eb96701f-e697-4470-94b9-6a2c34bfa655 X-Archives-Hash: 787ef7bdf7bef28bd8d4445c96873fd1 commit: 741d07d3759254386a7522658fa833edb67c5481 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 7 13:37:30 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 7 13:42:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741d07d3 app-text/diffpdf: Drop old Closes: https://bugs.gentoo.org/641850 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-text/diffpdf/diffpdf-2.1.3.ebuild | 36 ----------------------------------- 1 file changed, 36 deletions(-) diff --git a/app-text/diffpdf/diffpdf-2.1.3.ebuild b/app-text/diffpdf/diffpdf-2.1.3.ebuild deleted file mode 100644 index 51e21391899..00000000000 --- a/app-text/diffpdf/diffpdf-2.1.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit qt4-r2 eutils 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="" - -DEPEND=" - app-text/poppler:=[qt4] - >=dev-qt/qtcore-4.6:4 - >=dev-qt/qtgui-4.6:4 -" -RDEPEND="${DEPEND}" - -DOCS="README" - -src_configure() { - $(qt4_get_bindir)/lrelease diffpdf.pro || die 'Generating translations failed' - qt4-r2_src_configure -} - -src_install() { - qt4-r2_src_install - - dobin diffpdf - doman diffpdf.1 -}