Skip to content

Commit

Permalink
app-text/epspdf: port to EAPI=7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed Oct 25, 2019
1 parent 122b06f commit 4b7c91a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=4
EAPI=7

inherit texlive-common eutils
inherit desktop texlive-common

DESCRIPTION="GUI and command-line converter for [e]ps and pdf"
HOMEPAGE="http://tex.aanhet.net/epspdf/"
Expand All @@ -14,7 +14,6 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc tk"

DEPEND=""
RDEPEND="!<dev-texlive/texlive-pictures-2011-r1
>=dev-texlive/texlive-basic-2011
app-text/ghostscript-gpl
Expand All @@ -38,7 +37,7 @@ src_install() {
dodoc doc/Changelog
if use doc ; then
dodoc doc/epspdf.pdf
dohtml -r doc
dodoc -r doc
fi

# give it a .desktop
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=4
EAPI=7

inherit texlive-common eutils
inherit desktop texlive-common

DESCRIPTION="GUI and command-line converter for [e]ps and pdf"
HOMEPAGE="http://tex.aanhet.net/epspdf/"
Expand Down Expand Up @@ -43,7 +43,7 @@ src_install() {
dodoc doc/Changelog
if use doc ; then
dodoc doc/epspdf.pdf
dohtml -r doc
dodoc -r doc
fi

# give it a .desktop
Expand Down

0 comments on commit 4b7c91a

Please sign in to comment.