diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-15 14:20:37 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-15 14:22:18 +0100 |
commit | 7006a4b6fd70fe89099bd432b623589657a1cbd3 (patch) | |
tree | fe60dc36976f004cd43857c7079c89b5fbfc6a07 /media-gfx/pdf2svg | |
parent | x11-themes/oxygen-gtk: EAPI-8 bump (diff) | |
download | gentoo-7006a4b6fd70fe89099bd432b623589657a1cbd3.tar.gz gentoo-7006a4b6fd70fe89099bd432b623589657a1cbd3.tar.bz2 gentoo-7006a4b6fd70fe89099bd432b623589657a1cbd3.zip |
media-gfx/pdf2svg: Drop unused GTK+2 dependency, EAPI-8 bump
Fix DESCRIPTION, use https for HOMEPAGE
Bug: https://bugs.gentoo.org/638958
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/pdf2svg')
-rw-r--r-- | media-gfx/pdf2svg/pdf2svg-0.2.3-r1.ebuild (renamed from media-gfx/pdf2svg/pdf2svg-0.2.3.ebuild) | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/media-gfx/pdf2svg/pdf2svg-0.2.3.ebuild b/media-gfx/pdf2svg/pdf2svg-0.2.3-r1.ebuild index 71d62a3a7b69..b3b335c75773 100644 --- a/media-gfx/pdf2svg/pdf2svg-0.2.3.ebuild +++ b/media-gfx/pdf2svg/pdf2svg-0.2.3-r1.ebuild @@ -1,24 +1,24 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -DESCRIPTION="pdf2svg is based on poppler and cairo and can convert pdf to svg files" -HOMEPAGE="http://www.cityinthesky.co.uk/opensource/pdf2svg/ https://github.com/dawbarton/pdf2svg/" +DESCRIPTION="Convert PDF to SVG files using poppler and cairo" +HOMEPAGE="https://www.cityinthesky.co.uk/opensource/pdf2svg/ https://github.com/dawbarton/pdf2svg/" SRC_URI="https://github.com/dawbarton/pdf2svg/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -RDEPEND=">=app-text/poppler-0.12.3-r3[cairo] +RDEPEND=" + >=app-text/poppler-0.12.3-r3[cairo] >=x11-libs/cairo-1.2.6:=[svg] - x11-libs/gtk+:2=" -DEPEND="${RDEPEND} - virtual/pkgconfig" +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" -DOCS="AUTHORS" # ChangeLog is only for <=0.2.1 +DOCS=( AUTHORS ) # ChangeLog is only for <=0.2.1 # and README.md doesn't have anything useful for usage src_prepare() { |