public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/epspdf/
Date: Sun, 20 May 2018 10:57:35 +0000 (UTC)	[thread overview]
Message-ID: <1526813851.056e06b34d121a7585ff783d448fa5f7539ae9c2.johu@gentoo> (raw)

commit:     056e06b34d121a7585ff783d448fa5f7539ae9c2
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 10:54:01 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 20 10:57:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056e06b3

app-text/epspdf: Remove 0.5.3

Uses deprecated EAPI 4 and overshadowed by 0.6.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-text/epspdf/Manifest            |  1 -
 app-text/epspdf/epspdf-0.5.3.ebuild | 54 -------------------------------------
 2 files changed, 55 deletions(-)

diff --git a/app-text/epspdf/Manifest b/app-text/epspdf/Manifest
index 1e9b9493b58..e049f49e755 100644
--- a/app-text/epspdf/Manifest
+++ b/app-text/epspdf/Manifest
@@ -1,4 +1,3 @@
-DIST epspdf.0.5.3.tgz 436341 BLAKE2B 3c4802ed80b19b259613cfbb801f714a205b38e5c31246122e0f046a0007adb2bac7b3d99eb0d2b14d16df11693273eb4aa6285e9210ddea823213dad10e59e9 SHA512 fa2a777c0036ba5b1b960064c13ec1dd8f9180258e4f92fd46a5703c90214b154c7e231faada29f6d0da3b02062e8262b20a8a535ccfc702032bf1c07d4131e2
 DIST epspdf.0.6.0.tgz 352989 BLAKE2B 633e2ed29d8ec28f679b00095d335cea4bd1996cf6fdf3950b97084a73044eca9371ac6964ad48e98ea8ddba38d91acad2137ee8d3122ea03df3ce25f08196ce SHA512 44a7015fa0b7298429567e998068864419fd396f6b0781bf7877c6599d3bb2f254b7a0f976500655851a95d727880d106d9e1df9086306eef74db0b109a63506
 DIST epspdf.0.6.1.tgz 343913 BLAKE2B 16253e04e2f9b459d2397b1affdfdf820f85580654742fb674328f09116f05c6be1280aaa68d3bf79b62565295ed15fe28faed4fe4b8ca391a72269fa3654b5e SHA512 3efa037e9081d4c4c74ba56e2c7767c8abafb64e5f0a9f73fcf6b1e6ca7e6f68576555aff4031b8cd82ebdf001949a4455648dad3bf79ee6a37be1c73a5b4443
 DIST epspdf.0.6.2.tgz 348540 BLAKE2B dbb0ca9adfa0859c82aa29a240c473a00ce14f5dd8349f5cfe78b54053826c848077616bd6e7634f6efe59982dc68086b0adcb73a13fcf7ea6d15800815e919b SHA512 c4778683c990a7ead16fc7f266f6f7977f71ad81c4e69abff6c1fbc7cc7250a0f8ba557d4896f4d9f26cc826e5509c0ae4d09c687fea119bc2ed26912b4639e4

diff --git a/app-text/epspdf/epspdf-0.5.3.ebuild b/app-text/epspdf/epspdf-0.5.3.ebuild
deleted file mode 100644
index a717cd08931..00000000000
--- a/app-text/epspdf/epspdf-0.5.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit texlive-common eutils
-
-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 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc tk"
-
-DEPEND="sys-apps/texinfo"
-RDEPEND="!<dev-texlive/texlive-pictures-2011-r1
-	dev-lang/ruby
-	app-text/ghostscript-gpl
-	tk? ( dev-lang/tk )"
-
-S=${WORKDIR}/${PN}
-INSTALLDIR=/usr/share/${PN}
-FILES="epspdf.rb epspdfrc.rb makegray.pro"
-TKFILES="epspdf.help epspdf.icns epspdf.ico epspdftk.tcl"
-
-#epspdf.info seems broken, rebuild it
-src_compile() {
-	cd "${S}/doc"
-	makeinfo epspdf.texi || die
-}
-
-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.rb"
-	use tk && dobin_texmf_scripts "${PN}/epspdftk.tcl"
-
-	doinfo doc/epspdf.info
-	dodoc doc/Changelog
-	if use doc ; then
-		dodoc doc/epspdf.pdf
-		dohtml -r doc
-	fi
-
-	# give it a .desktop
-	if use tk; then
-		make_desktop_entry epspdftk epspdftk "${INSTALLDIR}/epspdf.ico" "Graphics;ImageProcessing"
-	fi
-}


             reply	other threads:[~2018-05-20 10:57 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-20 10:57 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10  5:23 [gentoo-commits] repo/gentoo:master commit in: app-text/epspdf/ Arthur Zamarin
2024-08-10  5:27 Michał Górny
2024-08-09 18:07 Arthur Zamarin
2024-08-09  8:57 Sam James
2024-08-06  1:46 Sam James
2024-08-06  1:46 Sam James
2024-08-05 20:42 Sam James
2024-08-05 20:42 Sam James
2024-06-22 17:41 Jakov Smolić
2024-06-22  9:48 Florian Schmaus
2024-02-07  4:55 Ionen Wolkens
2024-02-07  4:55 Ionen Wolkens
2024-02-07  4:55 Ionen Wolkens
2024-02-07  4:55 Ionen Wolkens
2024-02-07  4:55 Ionen Wolkens
2024-01-23  5:07 Ionen Wolkens
2021-12-29  3:54 Sam James
2021-02-06  1:10 Sam James
2021-02-06  0:18 Sam James
2020-12-21  9:36 Sergei Trofimovich
2020-12-20 18:28 Sam James
2020-12-20 16:40 Thomas Deutschmann
2020-12-18 20:49 Sergei Trofimovich
2020-12-18 10:25 Sergei Trofimovich
2020-12-17 16:41 Agostino Sarubbo
2020-12-17  7:53 Sam James
2018-05-20 10:57 Johannes Huber
2018-05-20 10:57 Johannes Huber
2017-06-17 11:11 Alexis Ballier
2016-05-23 11:11 Alexis Ballier
2015-11-09 14:03 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1526813851.056e06b34d121a7585ff783d448fa5f7539ae9c2.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox