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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3321B158089 for ; Mon, 25 Sep 2023 02:43:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5108B2BC028; Mon, 25 Sep 2023 02:43:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3DB5E2BC028 for ; Mon, 25 Sep 2023 02:43:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51EE5335C7E for ; Mon, 25 Sep 2023 02:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B308A125C for ; Mon, 25 Sep 2023 02:43:40 +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: <1695609817.cb3d7bd0062b63524abc89cbf7d9655ba6375e34.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-r1.ebuild X-VCS-Directories: virtual/podofo-build/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: cb3d7bd0062b63524abc89cbf7d9655ba6375e34 X-VCS-Branch: master Date: Mon, 25 Sep 2023 02:43:40 +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: 2592590f-2eb8-4944-b2d7-0f1409f681cf X-Archives-Hash: 915500acf15da62d2d8b0c248671770f commit: cb3d7bd0062b63524abc89cbf7d9655ba6375e34 Author: Eli Schwartz gmail com> AuthorDate: Sun Sep 24 06:31:02 2023 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Sep 25 02:43:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3d7bd0 virtual/podofo-build: drop 0.10.1-r1 This virtual package was only ever used by calibre, and only in order to depend on the union of podofo itself plus boost, see bug 503802 for details. Since podofo 0.10.1 does not use boost at all, the virtual package is obsoleted by this podofo update. The one package that depends on it, requires the old podofo (and will be version bumped to depend exclusively on the new podofo, *without* the virtual package). Closes: https://github.com/gentoo/gentoo/pull/32989 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Zac Medico gentoo.org> virtual/podofo-build/podofo-build-0.10.1-r1.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/virtual/podofo-build/podofo-build-0.10.1-r1.ebuild b/virtual/podofo-build/podofo-build-0.10.1-r1.ebuild deleted file mode 100644 index fd4a0606200b..000000000000 --- a/virtual/podofo-build/podofo-build-0.10.1-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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/2" -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/2[fontconfig=,idn=,jpeg=,png=,test=,tiff=,tools=] -"