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 93E4315852A for ; Wed, 28 Aug 2024 06:39:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC03F2BC01A; Wed, 28 Aug 2024 06:39:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 9136FE2A4C for ; Wed, 28 Aug 2024 06:39:47 +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 AB0EC340C76 for ; Wed, 28 Aug 2024 06:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA0F0175A for ; Wed, 28 Aug 2024 06:39:43 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1724827005.e6dc5f824ad8a54df82a8c73032af446224cb08b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cpdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/cpdf/Manifest app-text/cpdf/cpdf-2.7.1.ebuild X-VCS-Directories: app-text/cpdf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e6dc5f824ad8a54df82a8c73032af446224cb08b X-VCS-Branch: master Date: Wed, 28 Aug 2024 06:39:43 +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: a476dd56-d81b-4fdc-b7ba-b257f04aa010 X-Archives-Hash: f84430c9fd95c516a19dba4c282d943f commit: e6dc5f824ad8a54df82a8c73032af446224cb08b Author: Ivan Lloro gmail com> AuthorDate: Wed Aug 21 14:36:04 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Aug 28 06:36:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6dc5f82 app-text/cpdf: add 2.7.1 Signed-off-by: Ivan Lloro gmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-text/cpdf/Manifest | 1 + app-text/cpdf/cpdf-2.7.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app-text/cpdf/Manifest b/app-text/cpdf/Manifest index 90af51fd9036..fd1e3a4d9569 100644 --- a/app-text/cpdf/Manifest +++ b/app-text/cpdf/Manifest @@ -1 +1,2 @@ DIST cpdf-2.3.1.tar.gz 385720 BLAKE2B fae61c8e62b1c679919512c5fa4c57279e118d7ecc8378b528053a1487731675f47877c6164d92f3770e38db78fd9bcce0635f76f0b2efdf10c775a1e9cf5ed7 SHA512 3f22e76bc6bffe2bcd6b2c27d0aa8dc55b842cf0eee46f23c0f3e23e1a86ac7af4665b48513ae3e2d7d2ae84fc864af3b6c3c92e93d78b7798b801bb9be987a1 +DIST cpdf-2.7.1.tar.gz 1660693 BLAKE2B 71cbb72c06ceacd12adbb97c81a504626273d3c0bc74077936b6693bb397b38c97a2db70703a3da8a7caa49d696ee904992150cba133079408e961ef8c7273a2 SHA512 b23c1c151f095d11b6c3c56766cdc05aa6b12a0e1224880a050f69f67c4d40053f2415ac3f9e54233bf8314ca8bdfccc2c65dd44b0c6d60ae8d7c08b1c411a04 diff --git a/app-text/cpdf/cpdf-2.7.1.ebuild b/app-text/cpdf/cpdf-2.7.1.ebuild new file mode 100644 index 000000000000..41207a922e79 --- /dev/null +++ b/app-text/cpdf/cpdf-2.7.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit findlib + +DESCRIPTION="A command line tool for manipulating PDF files" +HOMEPAGE="https://community.coherentpdf.com/ https://github.com/johnwhitington/cpdf-source/" +SRC_URI="https://github.com/johnwhitington/cpdf-source/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-source-${PV}" + +# ISC is only for cpdfxmlm.ml{,i} +LICENSE="AGPL-3 ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt] + ~dev-ml/camlpdf-${PV}:=" +DEPEND="${RDEPEND}" + +src_compile() { + # parallel make issues + emake -j1 +} + +src_install() { + findlib_src_install + + dobin cpdf + dodoc Changes README.md cpdfmanual.pdf + doman cpdf.1 + + use doc && dodoc -r doc/cpdf/html +}