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 E9108158083 for ; Sat, 14 Sep 2024 07:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB2FBE29A6; Sat, 14 Sep 2024 07:09:33 +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 B0D76E29A6 for ; Sat, 14 Sep 2024 07:09:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2A6E33C1EB for ; Sat, 14 Sep 2024 07:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02E3E27EA for ; Sat, 14 Sep 2024 07:09:31 +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: <1726297764.819f1a3f3a88839a5e9139a0e0a21e78d796bb93.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.3.1.ebuild X-VCS-Directories: app-text/cpdf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 819f1a3f3a88839a5e9139a0e0a21e78d796bb93 X-VCS-Branch: master Date: Sat, 14 Sep 2024 07:09:31 +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: 1c52c160-7f16-4449-92f6-56a733cb034f X-Archives-Hash: 5662407a0535a9cd1fcd6c72b726086d commit: 819f1a3f3a88839a5e9139a0e0a21e78d796bb93 Author: Ivan Lloro gmail com> AuthorDate: Wed Aug 28 20:42:52 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 14 07:09:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819f1a3f app-text/cpdf: drop 2.3.1 Closes: https://bugs.gentoo.org/924964 Signed-off-by: Ivan Lloro gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38324 Signed-off-by: Joonas Niilola gentoo.org> app-text/cpdf/Manifest | 1 - app-text/cpdf/cpdf-2.3.1.ebuild | 39 --------------------------------------- 2 files changed, 40 deletions(-) diff --git a/app-text/cpdf/Manifest b/app-text/cpdf/Manifest index fd1e3a4d9569..5a307665312c 100644 --- a/app-text/cpdf/Manifest +++ b/app-text/cpdf/Manifest @@ -1,2 +1 @@ -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.3.1.ebuild b/app-text/cpdf/cpdf-2.3.1.ebuild deleted file mode 100644 index 3df1825ad110..000000000000 --- a/app-text/cpdf/cpdf-2.3.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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 -}