From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2317158083 for ; Thu, 19 Sep 2024 08:41:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE14EE29A1; Thu, 19 Sep 2024 08:41:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79764E29A1 for ; Thu, 19 Sep 2024 08:41:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7CC634334B for ; Thu, 19 Sep 2024 08:41:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53EA127DE for ; Thu, 19 Sep 2024 08:41:12 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1726735262.72c6e7a3cf7e919648cd5ca0b432c567ff257b1f.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfjam/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pdfjam/metadata.xml app-text/pdfjam/pdfjam-3.12.ebuild X-VCS-Directories: app-text/pdfjam/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 72c6e7a3cf7e919648cd5ca0b432c567ff257b1f X-VCS-Branch: master Date: Thu, 19 Sep 2024 08:41:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f3a10f3-0451-4bac-ad24-71952d0bd760 X-Archives-Hash: 698ab338d0ca85ba70adbd4ffb7c568f commit: 72c6e7a3cf7e919648cd5ca0b432c567ff257b1f Author: Filip Kobierski pm me> AuthorDate: Wed Sep 18 19:40:37 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Sep 19 08:41:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c6e7a3 app-text/pdfjam: update DESCRIPTION, add longdescription Signed-off-by: Filip Kobierski pm.me> Closes: https://github.com/gentoo/gentoo/pull/38670 Signed-off-by: Florian Schmaus gentoo.org> app-text/pdfjam/metadata.xml | 16 ++++++++++++++++ app-text/pdfjam/pdfjam-3.12.ebuild | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/app-text/pdfjam/metadata.xml b/app-text/pdfjam/metadata.xml index af299c1e9b05..5eb32f27f1d8 100644 --- a/app-text/pdfjam/metadata.xml +++ b/app-text/pdfjam/metadata.xml @@ -8,6 +8,22 @@ Install unsupported wrapper scripts, for example pdf90, pdfnup, pdfjoin + + The pdfjam is a shell script providing a simple interface to much of + the functionality of the excellent pdfpages package (by Andreas + Matthias) for LaTeX. + + It takes one or more PDF files (and/or JPG/PNG graphics files) as input, + and produces one or more PDF files as output. It is useful for joining + files together, selecting pages, reducing several source pages onto one + output page. + However, it does not preserve hyperlinks. + + If you don't like this package upstream recommends: + - app-text/pdftk (Java based) + - PDFsam (Java based) + - PSPDFUtils (Python based, supports PostScript) + rrthomas/pdfjam diff --git a/app-text/pdfjam/pdfjam-3.12.ebuild b/app-text/pdfjam/pdfjam-3.12.ebuild index 3d40ca2a3833..084765c1de2c 100644 --- a/app-text/pdfjam/pdfjam-3.12.ebuild +++ b/app-text/pdfjam/pdfjam-3.12.ebuild @@ -5,7 +5,7 @@ EAPI=8 PDFJAM_EXTRAS_COMMIT=622e03add59db004144c0b41722a09b3b29d6d3e -DESCRIPTION="Allows the manipulation of PDF files" +DESCRIPTION="Tool for manipulatiing PDF files" HOMEPAGE="https://github.com/rrthomas/pdfjam" SRC_URI=" https://github.com/rrthomas/pdfjam/releases/download/v${PV}/pdfjam-${PV}.tar.gz