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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ABE80158087 for ; Sat, 15 Jan 2022 13:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEF972BC025; Sat, 15 Jan 2022 13:23:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE0562BC01C for ; Sat, 15 Jan 2022 13:23:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9815434353D for ; Sat, 15 Jan 2022 13:23:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C45B297 for ; Sat, 15 Jan 2022 13:23:22 +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: <1642252938.7006a4b6fd70fe89099bd432b623589657a1cbd3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pdf2svg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pdf2svg/pdf2svg-0.2.3-r1.ebuild media-gfx/pdf2svg/pdf2svg-0.2.3.ebuild X-VCS-Directories: media-gfx/pdf2svg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7006a4b6fd70fe89099bd432b623589657a1cbd3 X-VCS-Branch: master Date: Sat, 15 Jan 2022 13:23:22 +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: a46b611c-eee5-4d35-aa22-f93c679e982a X-Archives-Hash: 4cca8120df8a4040aaa5b745d76b4e0e commit: 7006a4b6fd70fe89099bd432b623589657a1cbd3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 15 13:20:37 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 15 13:22:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7006a4b6 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 gentoo.org> ...{pdf2svg-0.2.3.ebuild => pdf2svg-0.2.3-r1.ebuild} | 20 ++++++++++---------- 1 file 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 similarity index 51% rename from media-gfx/pdf2svg/pdf2svg-0.2.3.ebuild rename to 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() {