From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libharu/
Date: Fri, 28 Oct 2022 19:15:23 +0000 (UTC) [thread overview]
Message-ID: <1666983997.19fb0caa1850b23a25c3e693d52ae178c9912d7d.sam@gentoo> (raw)
commit: 19fb0caa1850b23a25c3e693d52ae178c9912d7d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 19:06:25 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 19:06:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fb0caa
media-libs/libharu: drop multilib
No multilib reverse dependencies.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../libharu/{libharu-2.3.0-r2.ebuild => libharu-2.3.0-r3.ebuild} | 9 ++++-----
.../libharu/{libharu-2.4.2.ebuild => libharu-2.4.2-r1.ebuild} | 9 ++++-----
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/media-libs/libharu/libharu-2.3.0-r2.ebuild b/media-libs/libharu/libharu-2.3.0-r3.ebuild
similarity index 86%
rename from media-libs/libharu/libharu-2.3.0-r2.ebuild
rename to media-libs/libharu/libharu-2.3.0-r3.ebuild
index 5e62094e2a17..60153140f9a5 100644
--- a/media-libs/libharu/libharu-2.3.0-r2.ebuild
+++ b/media-libs/libharu/libharu-2.3.0-r3.ebuild
@@ -4,7 +4,7 @@
EAPI=7
MYP=RELEASE_${PV//./_}
-inherit cmake-multilib
+inherit cmake
DESCRIPTION="C/C++ library for PDF generation"
HOMEPAGE="http://www.libharu.org/"
@@ -13,11 +13,10 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${MYP}.tar.gz -> ${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0/${PV}"
KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
DEPEND="
- media-libs/libpng:0=[${MULTILIB_USEDEP}]
- sys-libs/zlib:=[${MULTILIB_USEDEP}]
+ media-libs/libpng:=
+ sys-libs/zlib:=
"
RDEPEND="${DEPEND}"
@@ -30,7 +29,7 @@ PATCHES=(
"${FILESDIR}"/${P}-4-Add-support-for-free-form-triangle-Shading-objects.patch
)
-multilib_src_configure() {
+src_configure() {
local mycmakeargs=(
-DLIBHPDF_EXAMPLES=NO # Doesn't work
-DLIBHPDF_STATIC=NO
diff --git a/media-libs/libharu/libharu-2.4.2.ebuild b/media-libs/libharu/libharu-2.4.2-r1.ebuild
similarity index 81%
rename from media-libs/libharu/libharu-2.4.2.ebuild
rename to media-libs/libharu/libharu-2.4.2-r1.ebuild
index 87d3e0fccb63..92b8e3624a99 100644
--- a/media-libs/libharu/libharu-2.4.2.ebuild
+++ b/media-libs/libharu/libharu-2.4.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake-multilib
+inherit cmake
DESCRIPTION="C/C++ library for PDF generation"
HOMEPAGE="http://www.libharu.org/"
@@ -12,11 +12,10 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
DEPEND="
- media-libs/libpng:0=[${MULTILIB_USEDEP}]
- sys-libs/zlib:=[${MULTILIB_USEDEP}]
+ media-libs/libpng:=
+ sys-libs/zlib:=
"
RDEPEND="${DEPEND}"
@@ -24,7 +23,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.3.0-1-Included-necessary-char-widths-in-generated-PDF.patch
)
-multilib_src_configure() {
+src_configure() {
local mycmakeargs=(
-DLIBHPDF_EXAMPLES=NO # Doesn't work
-DLIBHPDF_STATIC=NO
next reply other threads:[~2022-10-28 19:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-28 19:15 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-16 5:51 [gentoo-commits] repo/gentoo:master commit in: media-libs/libharu/ Yixun Lan
2022-12-20 23:30 Sam James
2022-12-20 23:29 Sam James
2022-12-20 23:28 Sam James
2022-10-05 13:54 Andrew Ammerlaan
2021-02-22 18:57 Sam James
2020-07-16 1:06 Sam James
2019-11-29 10:04 Andreas Sturmlechner
2019-11-29 9:54 Andreas Sturmlechner
2019-05-19 15:48 Thomas Deutschmann
2019-04-13 19:10 Agostino Sarubbo
2019-02-17 17:46 Sergei Trofimovich
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=1666983997.19fb0caa1850b23a25c3e693d52ae178c9912d7d.sam@gentoo \
--to=sam@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