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 BBB04158089 for ; Thu, 21 Sep 2023 06:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBBE72BC03B; Thu, 21 Sep 2023 06:17:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BCF5E2BC020 for ; Thu, 21 Sep 2023 06:17:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACD69335D54 for ; Thu, 21 Sep 2023 06:17:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5715611D6 for ; Thu, 21 Sep 2023 06:17:52 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1695277068.3a00070b90bfb98f069889d7de2b303aac552a04.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/podofo-build/podofo-build-0.10.1.ebuild X-VCS-Directories: virtual/podofo-build/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3a00070b90bfb98f069889d7de2b303aac552a04 X-VCS-Branch: master Date: Thu, 21 Sep 2023 06:17:52 +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: 3c167c86-3225-4610-bf0a-4a1906d26fbe X-Archives-Hash: 0eb0da809df84b781a1d7a223cd3e072 commit: 3a00070b90bfb98f069889d7de2b303aac552a04 Author: Zac Medico gentoo org> AuthorDate: Thu Sep 21 06:15:13 2023 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Sep 21 06:17:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a00070b virtual/podofo-build: add 0.10.1 Signed-off-by: Zac Medico gentoo.org> virtual/podofo-build/podofo-build-0.10.1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/podofo-build/podofo-build-0.10.1.ebuild b/virtual/podofo-build/podofo-build-0.10.1.ebuild new file mode 100644 index 000000000000..dd255c060d27 --- /dev/null +++ b/virtual/podofo-build/podofo-build-0.10.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual package for building against PoDoFo" + +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="fontconfig idn jpeg png test tiff +tools" +RESTRICT="!test? ( test )" + +RDEPEND=" + app-text/podofo:0/${PV}[fontconfig=,idn=,jpeg=,png=,test=,tiff=,tools=] +"