public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/podofo/
Date: Fri, 22 Sep 2023 08:24:00 +0000 (UTC)	[thread overview]
Message-ID: <1695370911.d6d55e48fb313205b8f794771a8c6b70ae835558.juippis@gentoo> (raw)

commit:     d6d55e48fb313205b8f794771a8c6b70ae835558
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 08:21:51 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 08:21:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d55e48

Revert "app-text/podofo: add 0.10.1"

This reverts commit fb167a63978ae916c47e7d9d8b8454d492a02838.

 - additional code was included in the author's patch, without author's
   approval.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-text/podofo/Manifest             |  2 --
 app-text/podofo/metadata.xml         |  2 +-
 app-text/podofo/podofo-0.10.1.ebuild | 65 ------------------------------------
 3 files changed, 1 insertion(+), 68 deletions(-)

diff --git a/app-text/podofo/Manifest b/app-text/podofo/Manifest
index 706dc97a31bc..3049a57c0a5d 100644
--- a/app-text/podofo/Manifest
+++ b/app-text/podofo/Manifest
@@ -1,4 +1,2 @@
-DIST podofo-0.10.1-test-resources.tar.gz 4228392 BLAKE2B 95526d145a18976d5b9f782dfcac15e17bc4ef20a22ca5892905a19193ad88c2855cb8551886754c334f6ca666b9b74fe9a3b5c89ce774fa24e579f563be57c6 SHA512 4cb33e5a6050ef745cda42b7fdf53fee9f45d4d488555b79c9cdd6680c5265065aac92ad3d72ea0b75eee9a73098f920a3dd61b7728db6d2171888cbc83c6d55
-DIST podofo-0.10.1.tar.gz 1690279 BLAKE2B 0fc161c467ffce07c1b2cb1a2124ffddc6c18189b5c8b31dc1212921637601a667cd2b0d6f1269214bd0fe47e8853367283e3053813d45aed01589f0dfb1c29b SHA512 cbbd183cd940345f9b077b7da140414c27badc70fdf754e2f3c6f0e51c25072de46d7fe312b014c0eab359bd03e9dca0283260db00f079c5014e268d5c5ef5c9
 DIST podofo-0.9.8-bug-888463.patch 1269 BLAKE2B 632e9326112eecb484a15a532fc218263eab081acaf2af2bc1cc3d1020347846ce9ce82147d9d2fa9b42d690270b01b68eaf621cfbbdcfce041b8d651754c08e SHA512 9b0764d8697fad57107647a620f6dbe5d8025628faf02b1d6839d3f975216b16a58ccc115f58809aa4e31fb6b4b487b1490eedf468ddc8b90e494f68d8e50dc6
 DIST podofo-0.9.8.tar.gz 1012918 BLAKE2B 5d343128bcf06dbb8ef1d70b32f580a800726c33e4c14c86a6c7df0278a34b2d96cba7975c00d32e792596ca3cb54fa66fee262b49a240cd52e31646947b943e SHA512 b220322114450f1656c73d325f5172bc4cec0b1913e98b4eb2455f8ed7394bcaa47438d41003c9678937ef44d411e135431ddd6784f83d3663337d471baa02b1

diff --git a/app-text/podofo/metadata.xml b/app-text/podofo/metadata.xml
index c274503a81d6..c0b71a582307 100644
--- a/app-text/podofo/metadata.xml
+++ b/app-text/podofo/metadata.xml
@@ -11,7 +11,7 @@
 		</flag>
 	</use>
 	<upstream>
-		<remote-id type="github">podofo/podofo</remote-id>
 		<remote-id type="sourceforge">podofo</remote-id>
+		<changelog>https://sourceforge.net/p/podofo/code/commit_browser</changelog>
 	</upstream>
 </pkgmetadata>

diff --git a/app-text/podofo/podofo-0.10.1.ebuild b/app-text/podofo/podofo-0.10.1.ebuild
deleted file mode 100644
index 3d211d26ccf8..000000000000
--- a/app-text/podofo/podofo-0.10.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format"
-HOMEPAGE="https://github.com/podofo/podofo"
-# testsuite resources require separate download. Reported at https://github.com/podofo/podofo/issues/102
-SRC_URI="https://github.com/podofo/podofo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
-	test? (
-		https://github.com/podofo/podofo-resources/archive/4afe5c3fdb543a4347681b2e52252f1b10f12f24.tar.gz
-			-> ${P}-test-resources.tar.gz
-	)
-"
-
-LICENSE="LGPL-2+ tools? ( GPL-2+ )"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="fontconfig idn jpeg png tiff test +tools"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	idn? ( net-dns/libidn:= )
-	dev-libs/openssl:=
-	fontconfig? ( media-libs/fontconfig:= )
-	media-libs/freetype:2=
-	jpeg? ( media-libs/libjpeg-turbo:= )
-	png? ( media-libs/libpng:= )
-	dev-libs/libxml2
-	tiff? ( media-libs/tiff:= )
-	sys-libs/zlib:="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	cmake_src_prepare
-	if use test; then
-		rmdir extern/resources || die
-		mv "${WORKDIR}"/podofo-resources-4afe5c3fdb543a4347681b2e52252f1b10f12f24 extern/resources || die
-
-		sed -i -e 's|TEST_CASE("testLoadEncrypedFilePdfParser")|void testLoadEncrypedFilePdfParser()|' \
-			-e 's|TEST_CASE("testLoadEncrypedFilePdfMemDocument")|void testLoadEncrypedFilePdfMemDocument()|' \
-			test/unit/EncryptTest.cpp || die
-		sed -i -e 's|TEST_CASE("testCyclicTree")|void testCyclicTree()|' \
-			-e 's|TEST_CASE("testEmptyKidsTree")|void testEmptyKidsTree()|' \
-			-e 's|TEST_CASE("testNestedArrayTree")|void testNestedArrayTree()|' \
-			-e 's|TEST_CASE("testCreateDelete")|void testCreateDelete()|' \
-			test/unit/PageTreeTest.cpp || die
-	fi
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DPODOFO_BUILD_TEST=$(usex test ON OFF)
-		-DPODOFO_BUILD_TOOLS=$(usex tools ON OFF)
-		$(cmake_use_find_package idn Libidn)
-		$(cmake_use_find_package jpeg JPEG)
-		$(cmake_use_find_package tiff TIFF)
-		$(cmake_use_find_package png PNG)
-		$(cmake_use_find_package fontconfig Fontconfig)
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2023-09-22  8:24 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-22  8:24 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-22  6:59 [gentoo-commits] repo/gentoo:master commit in: app-text/podofo/ Viorel Munteanu
2024-01-05 18:16 Arthur Zamarin
2024-01-05 18:16 Arthur Zamarin
2024-01-05  8:13 Sam James
2023-12-21  0:07 Ionen Wolkens
2023-12-15  6:31 Sam James
2023-12-15  5:15 Sam James
2023-12-15  4:40 Sam James
2023-12-15  4:40 Sam James
2023-12-15  4:39 Sam James
2023-12-15  4:39 Sam James
2023-12-05  5:57 Zac Medico
2023-10-29  3:36 Sam James
2023-09-25  2:43 Zac Medico
2023-09-25  2:43 Zac Medico
2023-09-22  8:24 Joonas Niilola
2023-09-21  6:17 Zac Medico
2023-01-22  6:38 Sam James
2023-01-22  6:38 Sam James
2023-01-22  6:38 Sam James
2023-01-22  6:38 Sam James
2022-12-26 18:15 Zac Medico
2022-12-26 17:55 Zac Medico
2022-10-17 22:19 Sam James
2022-09-05 19:18 Zac Medico
2022-02-27 16:57 Sam James
2022-02-27 16:51 Zac Medico
2022-02-26 19:52 Zac Medico
2021-06-18 21:07 David Seifert
2021-05-02 19:31 Mikle Kolyada
2021-05-02 15:07 Mikle Kolyada
2021-03-25 23:31 Conrad Kostecki
2020-12-03 22:58 Marek Szuba
2020-08-01  7:55 Sergei Trofimovich
2020-07-28 22:05 Zac Medico
2020-07-28 21:25 Sergei Trofimovich
2020-07-18  0:29 Sam James
2020-07-17 23:25 Sam James
2020-07-17 12:09 Sam James
2020-07-17 10:25 Sam James
2020-06-29  4:41 Zac Medico
2020-06-29  4:38 Zac Medico
2020-06-10  6:31 Zac Medico
2020-06-06  0:27 Zac Medico
2020-02-18 20:06 Andreas Sturmlechner
2019-06-28 20:49 Sergei Trofimovich
2019-05-20 10:58 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2019-05-12 22:03 Sergei Trofimovich
2019-01-06 10:04 Zac Medico
2018-07-26 17:21 Zac Medico
2017-11-12  6:12 Zac Medico
2017-10-16  8:36 Zac Medico
2017-07-03 23:17 Zac Medico
2017-06-10 19:25 Zac Medico
2017-05-23 16:49 Zac Medico
2017-05-21 22:58 Zac Medico
2017-05-18  6:43 Zac Medico
2017-05-18  5:01 Michael Weber
2017-05-16 13:05 Agostino Sarubbo
2017-05-16  8:01 Agostino Sarubbo
2017-05-16  5:00 Jeroen Roovers
2017-05-15 14:17 Agostino Sarubbo
2017-05-12 10:06 Zac Medico
2017-05-12 10:02 Zac Medico
2017-05-12  9:56 Zac Medico
2017-05-10 20:07 Zac Medico
2017-05-01 19:11 Zac Medico
2017-05-01 17:10 Zac Medico
2017-02-07 17:39 Zac Medico
2016-07-24  0:23 Zac Medico
2016-05-11 22:42 Anthony G. Basile
2015-09-13 23:40 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1695370911.d6d55e48fb313205b8f794771a8c6b70ae835558.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox