From bd8ca999980e9c0c9ae40a11789c858bb58769e3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Jul 2022 13:42:19 +0100 Subject: gentoo auto-resync : 15:07:2022 - 13:42:19 --- virtual/podofo-build/Manifest | 4 ++-- virtual/podofo-build/podofo-build-0.9.6-r1.ebuild | 17 +++++++++++++++++ virtual/podofo-build/podofo-build-0.9.6.ebuild | 16 ---------------- virtual/podofo-build/podofo-build-0.9.7-r1.ebuild | 17 +++++++++++++++++ virtual/podofo-build/podofo-build-0.9.7.ebuild | 16 ---------------- 5 files changed, 36 insertions(+), 34 deletions(-) create mode 100644 virtual/podofo-build/podofo-build-0.9.6-r1.ebuild delete mode 100644 virtual/podofo-build/podofo-build-0.9.6.ebuild create mode 100644 virtual/podofo-build/podofo-build-0.9.7-r1.ebuild delete mode 100644 virtual/podofo-build/podofo-build-0.9.7.ebuild (limited to 'virtual/podofo-build') diff --git a/virtual/podofo-build/Manifest b/virtual/podofo-build/Manifest index 6644355fc6e3..76c62c6e4809 100644 --- a/virtual/podofo-build/Manifest +++ b/virtual/podofo-build/Manifest @@ -1,3 +1,3 @@ -EBUILD podofo-build-0.9.6.ebuild 474 BLAKE2B c5ed2937d6c5f87e4c0d5674b05a193e0d70f7d3e25af8f91946331955a9b10e2dbd1ccfe003416e8a1b2a71f7d588a3ef36c09ce14aef2cd9913ff9ab466727 SHA512 59b2aae40e16e7cecfa175688f0116e2886cd980284d53161028d389a0240de15db609d1316e5fc8163dd880f736bae318c44905a96f5e5f665cea2c7674a32f -EBUILD podofo-build-0.9.7.ebuild 478 BLAKE2B a831c38f9810251c6718b79b702133a157af14eb9d527b612702310130abb7e1e90d5f75445127d4fdc25200a34fcc45149069cee4397a9a9fd6a8c4f8823866 SHA512 eb93d4065a3f52275bd0f3affbf16b0f40d5e7dd0f49fdfd7b4a58e4ccae43100f6089589bbc0327405a0af168c3397774246cc299916358949e1da0114ad35e +EBUILD podofo-build-0.9.6-r1.ebuild 475 BLAKE2B 48b7e0cf01ba4366142e7976cbade89dd6f5362c6d137d53943d3af120974f7f1768c8ebeadf27ebff4e1ce5b1201e0d95435ccd317c805e02c24a13b5a3e59d SHA512 e7868eda8499b1529f55d60a16f67fb0e12b2bc464ee20a82d7a9c67b5c32db27d931764a9c847f467bbc0e8b0c9a1259de84050216cfb9ab073044d36f3201b +EBUILD podofo-build-0.9.7-r1.ebuild 479 BLAKE2B 9feedd278cdaa42e51f064a79d4fe954b5a79111885823de45f90f8aec324f3aa73d9760ceb23a18f20fc93b91a365bfbed806605e5d34523a1a4488b0dd55ca SHA512 62a7f2ea61bcb968bfa20ee16a5c3682817b840c6c0991dbc62de0b036affb90b97459b02ab0b9809b9bff28cc77431d08dc55e414044ea47a4b2ab3ad525321 MISC metadata.xml 372 BLAKE2B 5f93c35f3681beccfc801a33d48959c8399a2faa7fc46a73cd97a7157bd653a0cbb6320627f855a5c2b2db9513e25bf1dcb245525968753338b6d572379b6ef9 SHA512 7109bb6f1bd498171437e194e91ee86faaa5b0d83db09bb8ab965330edf0e91c7752efac7ddac36045e0cde223a85e231360b566145844eb43071045b55b2e04 diff --git a/virtual/podofo-build/podofo-build-0.9.6-r1.ebuild b/virtual/podofo-build/podofo-build-0.9.6-r1.ebuild new file mode 100644 index 000000000000..43fe60930c2e --- /dev/null +++ b/virtual/podofo-build/podofo-build-0.9.6-r1.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 ) +" diff --git a/virtual/podofo-build/podofo-build-0.9.6.ebuild b/virtual/podofo-build/podofo-build-0.9.6.ebuild deleted file mode 100644 index 1904880ae188..000000000000 --- a/virtual/podofo-build/podofo-build-0.9.6.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ) -" diff --git a/virtual/podofo-build/podofo-build-0.9.7-r1.ebuild b/virtual/podofo-build/podofo-build-0.9.7-r1.ebuild new file mode 100644 index 000000000000..ef9f93e39312 --- /dev/null +++ b/virtual/podofo-build/podofo-build-0.9.7-r1.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 ) +" diff --git a/virtual/podofo-build/podofo-build-0.9.7.ebuild b/virtual/podofo-build/podofo-build-0.9.7.ebuild deleted file mode 100644 index 2eb20b281468..000000000000 --- a/virtual/podofo-build/podofo-build-0.9.7.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ) -" -- cgit v1.2.3