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 0F87A158021 for ; Mon, 26 Dec 2022 17:55:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 447BDE09BB; Mon, 26 Dec 2022 17:55:49 +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 2967BE09BB for ; Mon, 26 Dec 2022 17:55:49 +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 1EB3934092D for ; Mon, 26 Dec 2022 17:55:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9823B7EB for ; Mon, 26 Dec 2022 17:55:46 +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: <1672077341.ea00622e6ca88732e7382175fd3b8e5dbb9f47d9.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.9.8.ebuild X-VCS-Directories: virtual/podofo-build/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ea00622e6ca88732e7382175fd3b8e5dbb9f47d9 X-VCS-Branch: master Date: Mon, 26 Dec 2022 17:55:46 +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: 5b56c78e-9203-48ab-adf8-d08b7631c103 X-Archives-Hash: a153c649f2a80b81f25ab467b539c0b2 commit: ea00622e6ca88732e7382175fd3b8e5dbb9f47d9 Author: Zac Medico gentoo org> AuthorDate: Mon Dec 26 17:48:29 2022 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Dec 26 17:55:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea00622e virtual/podofo-build: add 0.9.8 Signed-off-by: Zac Medico gentoo.org> virtual/podofo-build/podofo-build-0.9.8.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/virtual/podofo-build/podofo-build-0.9.8.ebuild b/virtual/podofo-build/podofo-build-0.9.8.ebuild new file mode 100644 index 000000000000..ef9f93e39312 --- /dev/null +++ b/virtual/podofo-build/podofo-build-0.9.8.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 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="+boost idn debug test +tools" +RESTRICT="!test? ( test )" + +# Pull in boost for build-against header dependency (see bug #503802). +RDEPEND=" + app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=] + boost? ( dev-libs/boost ) +"