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 0C5FF1382C5 for ; Sat, 6 Feb 2021 01:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57532E088D; Sat, 6 Feb 2021 01:10:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 41994E086C for ; Sat, 6 Feb 2021 01:10:50 +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 0DA3834319F for ; Sat, 6 Feb 2021 01:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AB774BC for ; Sat, 6 Feb 2021 01:10:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612573841.634de7b5692496836e9e8da5d36100f3ed55ae42.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/epspdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/epspdf/Manifest app-text/epspdf/epspdf-0.6.0-r1.ebuild X-VCS-Directories: app-text/epspdf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 634de7b5692496836e9e8da5d36100f3ed55ae42 X-VCS-Branch: master Date: Sat, 6 Feb 2021 01:10:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c6c9993-4f4b-40c8-a9a7-f3067d4ad85e X-Archives-Hash: a5f4c7f368b1548b83333f9065f116e5 commit: 634de7b5692496836e9e8da5d36100f3ed55ae42 Author: Sam James gentoo org> AuthorDate: Sat Feb 6 00:21:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 6 01:10:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634de7b5 app-text/epspdf: cleanup old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-text/epspdf/Manifest | 1 - app-text/epspdf/epspdf-0.6.0-r1.ebuild | 47 ---------------------------------- 2 files changed, 48 deletions(-) diff --git a/app-text/epspdf/Manifest b/app-text/epspdf/Manifest index 5ebaae9fa53..01e04f7bbd4 100644 --- a/app-text/epspdf/Manifest +++ b/app-text/epspdf/Manifest @@ -1,2 +1 @@ -DIST epspdf.0.6.0.tgz 352989 BLAKE2B 633e2ed29d8ec28f679b00095d335cea4bd1996cf6fdf3950b97084a73044eca9371ac6964ad48e98ea8ddba38d91acad2137ee8d3122ea03df3ce25f08196ce SHA512 44a7015fa0b7298429567e998068864419fd396f6b0781bf7877c6599d3bb2f254b7a0f976500655851a95d727880d106d9e1df9086306eef74db0b109a63506 DIST epspdf.0.6.3.tgz 335975 BLAKE2B aacd6e222bfe74636dba796fd6e878fa9970f469d096eb77acf4a336a0ab5620629de7ba1c763afa62b181887724db55be57d1929a041a945c7d74ea3028d6de SHA512 ddb0d8c17b6b0bbb934312e6253a2b689d2545c892af989efac9782022c501109f2ff57bb2ea7c26d63d7747e2a510c18bd22a6076bb7137fe0252c38b2125ea diff --git a/app-text/epspdf/epspdf-0.6.0-r1.ebuild b/app-text/epspdf/epspdf-0.6.0-r1.ebuild deleted file mode 100644 index 3c672aec748..00000000000 --- a/app-text/epspdf/epspdf-0.6.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop texlive-common - -DESCRIPTION="GUI and command-line converter for [e]ps and pdf" -HOMEPAGE="http://tex.aanhet.net/epspdf/" -SRC_URI="http://tex.aanhet.net/epspdf/${PN}.${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc tk" - -RDEPEND="!=dev-texlive/texlive-basic-2011 - app-text/ghostscript-gpl - tk? ( dev-lang/tk )" - -S=${WORKDIR}/${PN} -INSTALLDIR=/usr/share/${PN} -FILES="epspdf.tlu" -TKFILES="epspdf.help epspdf.ico epspdftk.tcl" - -src_install() { - dodir ${INSTALLDIR} - cp -p ${FILES} "${ED}/${INSTALLDIR}" || die - if use tk ; then - cp -p ${TKFILES} "${ED}/${INSTALLDIR}" || die - fi - dobin_texmf_scripts "${PN}/epspdf.tlu" - use tk && dobin_texmf_scripts "${PN}/epspdftk.tcl" - - doinfo doc/epspdf.info - dodoc doc/Changelog - if use doc ; then - dodoc doc/epspdf.pdf - dodoc -r doc - fi - - # give it a .desktop - if use tk; then - make_desktop_entry epspdftk epspdftk "${INSTALLDIR}/epspdf.ico" "Graphics;ImageProcessing" - fi -}