From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfjam/
Date: Sat, 22 Jun 2024 09:48:40 +0000 (UTC) [thread overview]
Message-ID: <1719049676.5a78cc2d0f36d6c81e730a62cde3a8784be2a49e.flow@gentoo> (raw)
commit: 5a78cc2d0f36d6c81e730a62cde3a8784be2a49e
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 09:39:00 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 09:47:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a78cc2d
app-text/pdfjam: add 3.10
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-text/pdfjam/Manifest | 1 +
app-text/pdfjam/pdfjam-3.10.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/app-text/pdfjam/Manifest b/app-text/pdfjam/Manifest
index 2387996159b3..b1ba891c3266 100644
--- a/app-text/pdfjam/Manifest
+++ b/app-text/pdfjam/Manifest
@@ -1 +1,2 @@
+DIST pdfjam-3.10.tar.gz 121928 BLAKE2B 5ff82abba43becb2792ff9e6a13dd3458d4b884e9e2361d116c638bb8a396fd8ca833361dfbc981433ebf445cfa8bfe99bb5fc7f1a76a35361666b91acef934e SHA512 dd69d8e5f86bb4fcb8db0e71454fdb0f2dd75e222d68e8cf3870d9f318aa7e8ccf51f87977ad71ddba1d78569e358044b111b8014f88dddf86654dc5bc334e90
DIST pdfjam_208.tgz 180725 BLAKE2B 903ce4f0874c9fc9ad23f3db37b882596589d6470dfe9289f65a72fb66ff843bbd49b52086d7b2d2cbbfb1b6406cbbda64d46b933a853d5d681ef88d4033372c SHA512 728c8d304c6d2af773980d20ef4a4be6e0a5dad286ad8cd00be9b1687f5024e00032a750c10c74dcd24431f081368d02b76f03cc5bb1c8725a060cd70be0fd8c
diff --git a/app-text/pdfjam/pdfjam-3.10.ebuild b/app-text/pdfjam/pdfjam-3.10.ebuild
new file mode 100644
index 000000000000..fefcf36b724e
--- /dev/null
+++ b/app-text/pdfjam/pdfjam-3.10.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Allows the manipulation of PDF files (pdfnup, pdfjoin and pdf90)"
+HOMEPAGE="https://github.com/rrthomas/pdfjam"
+SRC_URI="https://github.com/rrthomas/pdfjam/releases/download/v${PV}/pdfjam-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="virtual/latex-base"
+RDEPEND="
+ ${DEPEND}
+ !<dev-texlive/texlive-binextra-2023_p69527-r4
+"
+BDEPEND="test? ( app-arch/unzip )"
+
+src_prepare() {
+ default
+ if use test; then
+ unzip tests.zip || die
+ fi
+}
+
+src_test() {
+ ./tests/run.sh || die
+}
+
+src_install() {
+ dobin bin/*
+ dodoc README.md
+ doman man1/*
+
+ insinto usr/share/etc
+ doins pdfjam.conf
+}
next reply other threads:[~2024-06-22 9:48 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-22 9:48 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-31 8:14 [gentoo-commits] repo/gentoo:master commit in: app-text/pdfjam/ Florian Schmaus
2025-03-20 8:18 Florian Schmaus
2025-02-02 20:05 Florian Schmaus
2025-02-02 20:05 Florian Schmaus
2024-12-17 17:01 Florian Schmaus
2024-12-17 9:31 Sam James
2024-10-21 16:58 Florian Schmaus
2024-09-19 8:41 Florian Schmaus
2024-09-18 16:14 Andreas K. Hüttel
2024-09-18 16:14 Andreas K. Hüttel
2024-08-10 5:27 Michał Górny
2024-08-09 18:07 Arthur Zamarin
2024-08-09 8:57 Sam James
2024-08-06 1:46 Sam James
2024-08-06 1:46 Sam James
2024-08-05 20:42 Sam James
2024-08-05 20:42 Sam James
2024-06-22 16:17 Florian Schmaus
2024-06-22 11:22 Florian Schmaus
2024-06-22 10:33 Florian Schmaus
2024-06-22 9:48 Florian Schmaus
2024-06-22 9:48 Florian Schmaus
2021-08-05 14:02 Yixun Lan
2021-01-06 13:46 Fabian Groffen
2019-11-23 18:19 Michał Górny
2019-11-23 18:19 Michał Górny
2019-11-13 16:09 Agostino Sarubbo
2019-11-12 18:07 Agostino Sarubbo
2019-11-12 10:59 Agostino Sarubbo
2019-11-12 10:45 Agostino Sarubbo
2019-11-06 20:11 Sergei Trofimovich
2019-10-27 12:22 Sebastian Pipping
2017-06-17 14:41 Alexis Ballier
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=1719049676.5a78cc2d0f36d6c81e730a62cde3a8784be2a49e.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