public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/
Date: Tue, 14 Dec 2021 14:54:03 +0000 (UTC)	[thread overview]
Message-ID: <1639492289.74e9e53cbd9e998ed336698f20459cda6da5a629.flow@gentoo> (raw)

commit:     74e9e53cbd9e998ed336698f20459cda6da5a629
Author:     Philipp Rösner <rndxelement <AT> protonmail <DOT> com>
AuthorDate: Sun Dec 12 14:48:21 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 14:31:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e9e53c

app-text/zathura-pdf-mupdf: bump to 0.3.7, sync live ebuild

Added an ebuild for zathura-pdf-mupdf 0.3.7 with support
for EAPI 8. Also added the dev-libs/gumbo dependency and improved
a die message. Furthermore, add myself as maintainer.

Closes: https://bugs.gentoo.org/828585
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Philipp Roesner <rndxelement <AT> protonmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-text/zathura-pdf-mupdf/Manifest                              | 1 +
 app-text/zathura-pdf-mupdf/metadata.xml                          | 9 ++++++++-
 ...hura-pdf-mupdf-9999.ebuild => zathura-pdf-mupdf-0.3.7.ebuild} | 7 ++++---
 app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild         | 7 ++++---
 4 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/app-text/zathura-pdf-mupdf/Manifest b/app-text/zathura-pdf-mupdf/Manifest
index feb77d21eaf3..5707d5ad8732 100644
--- a/app-text/zathura-pdf-mupdf/Manifest
+++ b/app-text/zathura-pdf-mupdf/Manifest
@@ -1 +1,2 @@
 DIST zathura-pdf-mupdf-0.3.6.tar.gz 8925 BLAKE2B ee74a1655da7d16070b8909dd0f44239eb21055a40a525b766dc3d9e81f84377abe0623ba33925a25739bccf885f8967496be30c27e421d30b1a78dd64b84aee SHA512 f6783c3fc08849d7dc6fd527b7fcdb51d4ef9214379ca6b4dc6d29e75b10f37e3ada2046e205449a7d0465f07e65a6cf3f2f44fba98360cba16676e705390a97
+DIST zathura-pdf-mupdf-0.3.7.tar.gz 8957 BLAKE2B e25412423ba8ec7c9c96d320129f9a3e71a974a118476f2720a356a0c51476f7c827d16b4fbb00d4cebcd803e75ff34b5e7d5c024db57fae17861c137487e021 SHA512 1e27bcf0fc2eb730e77d3dab7c25575e0ae830ca251f380d740a4b8bef588122d279b2c97a7b75fb749daaf24bb458cd54ec7a11321d75bfb5c1b4b0dc0fccac

diff --git a/app-text/zathura-pdf-mupdf/metadata.xml b/app-text/zathura-pdf-mupdf/metadata.xml
index 18a11cea9c40..90a532bc0a5f 100644
--- a/app-text/zathura-pdf-mupdf/metadata.xml
+++ b/app-text/zathura-pdf-mupdf/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person" proxied="yes">
+		<email>rndxelement@protonmail.com</email>
+		<name>Philipp Rösner</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<upstream>
 		<maintainer status="active">
 			<email>mlq@pwmt.org</email>

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7.ebuild
similarity index 82%
copy from app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild
copy to app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7.ebuild
index f3f90d3b0870..87f798d06916 100644
--- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild
+++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson xdg
 
@@ -24,6 +24,7 @@ DEPEND=">=app-text/mupdf-1.17:=
 	>=app-text/zathura-0.3.9
 	dev-libs/girara
 	dev-libs/glib:2
+	dev-libs/gumbo:0
 	media-libs/jbig2dec:=
 	media-libs/openjpeg:2=
 	virtual/jpeg:0
@@ -34,7 +35,7 @@ RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
-	sed -i -e '/mupdfthird/d' meson.build || die "sed failed"
+	sed -i -e '/mupdfthird/d' meson.build || die "Failed removing mupdfthird from meson.build"
 
 	default
 }

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild
index f3f90d3b0870..87f798d06916 100644
--- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild
+++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson xdg
 
@@ -24,6 +24,7 @@ DEPEND=">=app-text/mupdf-1.17:=
 	>=app-text/zathura-0.3.9
 	dev-libs/girara
 	dev-libs/glib:2
+	dev-libs/gumbo:0
 	media-libs/jbig2dec:=
 	media-libs/openjpeg:2=
 	virtual/jpeg:0
@@ -34,7 +35,7 @@ RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
-	sed -i -e '/mupdfthird/d' meson.build || die "sed failed"
+	sed -i -e '/mupdfthird/d' meson.build || die "Failed removing mupdfthird from meson.build"
 
 	default
 }


             reply	other threads:[~2021-12-14 14:54 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-14 14:54 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-20  5:19 [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/ Joonas Niilola
2024-08-20  5:19 Joonas Niilola
2024-08-19 19:22 Sam James
2024-07-18  7:41 Joonas Niilola
2024-07-18  7:41 Joonas Niilola
2024-03-13  6:26 Arthur Zamarin
2024-03-13  0:54 Sam James
2024-03-12 19:29 Arthur Zamarin
2023-10-15  9:03 Viorel Munteanu
2023-10-15  9:03 Viorel Munteanu
2023-03-17 17:03 Sam James
2023-03-17 16:30 Arthur Zamarin
2023-01-09  8:33 Florian Schmaus
2022-10-28 18:55 Sam James
2022-10-28 18:55 Sam James
2022-10-28 14:55 Arthur Zamarin
2022-10-17 23:56 Sam James
2022-10-17 23:56 Sam James
2022-09-04 15:21 Florian Schmaus
2022-09-04 15:21 Florian Schmaus
2022-09-04 15:21 Florian Schmaus
2022-06-21 21:08 Sam James
2022-06-02 12:02 Jakov Smolić
2022-05-05  3:54 Sam James
2022-05-05  3:54 Sam James
2022-03-16 17:02 Florian Schmaus
2022-03-16 17:02 Florian Schmaus
2022-03-16 17:02 Florian Schmaus
2022-01-24 14:42 Sam James
2022-01-23 15:22 Sam James
2022-01-23 13:09 Jakov Smolić
2021-12-14 15:23 Florian Schmaus
2021-12-14 14:54 Florian Schmaus
2020-11-06 23:59 Sam James
2020-10-28 16:18 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-10-15 12:23 Thomas Deutschmann
2020-08-24 11:58 Mikle Kolyada
2019-11-22 11:11 Mikle Kolyada
2019-11-22 11:11 Mikle Kolyada
2019-10-27 17:54 Mikle Kolyada
2019-09-13 11:26 Mikle Kolyada
2019-08-31 13:01 Mikle Kolyada
2018-12-23  9:24 Mikle Kolyada
2018-12-23  9:24 Mikle Kolyada
2018-12-11  9:58 Mikle Kolyada
2018-12-09 23:51 Thomas Deutschmann
2018-11-25 11:10 Mikle Kolyada
2018-11-17 14:02 Mikle Kolyada
2018-11-10 23:26 Mikle Kolyada
2018-11-10 23:21 Mikle Kolyada
2018-10-25 21:20 Mikle Kolyada
2018-10-14 18:54 Mikle Kolyada
2018-08-18 18:07 Virgil Dupras
2018-07-22 16:28 Mikle Kolyada
2018-04-15 11:34 David Seifert
2018-04-14 17:24 Aaron Bauman
2018-04-12  0:54 Thomas Deutschmann
2018-01-28 16:19 Michael Weber
2018-01-28 16:19 Michael Weber
2017-12-25 19:17 David Seifert
2017-08-20 19:16 Thomas Deutschmann
2017-07-15 15:17 Tobias Klausmann
2017-02-23 13:27 Michael Weber
2017-01-29 19:33 Michael Weber
2017-01-29 19:33 Michael Weber
2017-01-23  1:30 Michael Weber
2016-06-04 19:46 Michael Weber
2016-02-26 23:27 Michael Weber
2016-02-26 23:27 Michael Weber
2016-01-09  1:33 Michael Weber
2016-01-09  1:04 Michael Weber

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=1639492289.74e9e53cbd9e998ed336698f20459cda6da5a629.flow@gentoo \
    --to=flow@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