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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B3A5138334 for ; Mon, 18 Nov 2019 21:43:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BA07E086C; Mon, 18 Nov 2019 21:43:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 658FCE086C for ; Mon, 18 Nov 2019 21:43:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 867F034D005 for ; Mon, 18 Nov 2019 21:43:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D65988B9 for ; Mon, 18 Nov 2019 21:43:51 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1574113423.0350f6eb22ba3371d548219c65d65da51d110da6.radhermit@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.3.ebuild X-VCS-Directories: app-text/cpdf/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 0350f6eb22ba3371d548219c65d65da51d110da6 X-VCS-Branch: master Date: Mon, 18 Nov 2019 21:43:51 +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: 7d56b5d9-fe38-4a7c-a811-e35f31c11351 X-Archives-Hash: feaa7f47076ab890b9c1d02a4450ba63 commit: 0350f6eb22ba3371d548219c65d65da51d110da6 Author: Tim Harder gentoo org> AuthorDate: Mon Nov 18 21:42:11 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Nov 18 21:43:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0350f6eb app-text/cpdf: version bump to 2.3 Signed-off-by: Tim Harder gentoo.org> app-text/cpdf/Manifest | 1 + app-text/cpdf/cpdf-2.3.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/app-text/cpdf/Manifest b/app-text/cpdf/Manifest index e8e2f5b13de..f4180f33fe8 100644 --- a/app-text/cpdf/Manifest +++ b/app-text/cpdf/Manifest @@ -1 +1,2 @@ DIST cpdf-2.2.1.tar.gz 704730 BLAKE2B 1767d2c9fdc645b4ff97b828b1d7bedb22aa645444f299e36ec4717015ea7b87dbbac4c9ec27bb508a7adb28b2c75c155bf9094a168567abbffa93887712241d SHA512 3dda72513c551cca5d8cb60732b3f2c2e8ad400bd2c9fcf0c3b54a68e94385e3f19ec7713de95efa90eafb7b0077662097565a28616041019e03edf140b6af4f +DIST cpdf-2.3.tar.gz 384594 BLAKE2B 391cc2d88ae5ad2decc3911ea2125345cb337e15f059b2411f8e835f91460bc0cb28410ebe8a15bbf3c2c5ba511f89b0bcfec8ccae3aca69658fd6eb55c64dc2 SHA512 db17bd019a6c2a719761662af682cc74a7dbcc673c22867652cef37508b6d3dcbf4d5da9d9db9e8b1b0cf912f03be18f16748ab15dcbdfbdfd37900d4fd04ddd diff --git a/app-text/cpdf/cpdf-2.3.ebuild b/app-text/cpdf/cpdf-2.3.ebuild new file mode 100644 index 00000000000..3df1825ad11 --- /dev/null +++ b/app-text/cpdf/cpdf-2.3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +# BSD is only for xmlm.ml +LICENSE="Coherent-Graphics BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt] + ~dev-ml/camlpdf-${PV}:=" +DEPEND="${RDEPEND}" + +RESTRICT="mirror bindist" + +S=${WORKDIR}/${PN}-source-${PV} + +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 +}