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 088EB138335 for ; Sat, 28 Sep 2019 03:45:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44ADBE087F; Sat, 28 Sep 2019 03:45:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 07C6EE087F for ; Sat, 28 Sep 2019 03:45:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 08A2C34B67E for ; Sat, 28 Sep 2019 03:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BCA47F2 for ; Sat, 28 Sep 2019 03:45:10 +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: <1569642281.0883d204ffcfefe2ae047b96b2c093fe46c433ca.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.1.1-r1.ebuild X-VCS-Directories: app-text/cpdf/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 0883d204ffcfefe2ae047b96b2c093fe46c433ca X-VCS-Branch: master Date: Sat, 28 Sep 2019 03:45:10 +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: 3e798877-00ad-4e76-931f-f62838f99906 X-Archives-Hash: 45cdabd58680436aad6a4153bf93945a commit: 0883d204ffcfefe2ae047b96b2c093fe46c433ca Author: Tim Harder gentoo org> AuthorDate: Sat Sep 28 03:44:41 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Sep 28 03:44:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0883d204 app-text/cpdf: remove old Signed-off-by: Tim Harder gentoo.org> app-text/cpdf/Manifest | 1 - app-text/cpdf/cpdf-2.1.1-r1.ebuild | 41 -------------------------------------- 2 files changed, 42 deletions(-) diff --git a/app-text/cpdf/Manifest b/app-text/cpdf/Manifest index 610aa4c715a..e8e2f5b13de 100644 --- a/app-text/cpdf/Manifest +++ b/app-text/cpdf/Manifest @@ -1,2 +1 @@ -DIST cpdf-2.1.1.tar.gz 349536 BLAKE2B 4064605890745ebaa24d32c3294a3293312dc8df6ab3989e1a7417989cdb19aca6b70faafb258c7c00d6febeba8b17379396c1f90628e72be0791cdefc579b6f SHA512 aa06efaf098d3fe3f560ea30da9c3546e13d294b22d61c4cc3df553eb90e338d59ee1b51d14d7982ce52967bcf98c2afec9a5b5ae101e2183961f4be862c6517 DIST cpdf-2.2.1.tar.gz 704730 BLAKE2B 1767d2c9fdc645b4ff97b828b1d7bedb22aa645444f299e36ec4717015ea7b87dbbac4c9ec27bb508a7adb28b2c75c155bf9094a168567abbffa93887712241d SHA512 3dda72513c551cca5d8cb60732b3f2c2e8ad400bd2c9fcf0c3b54a68e94385e3f19ec7713de95efa90eafb7b0077662097565a28616041019e03edf140b6af4f diff --git a/app-text/cpdf/cpdf-2.1.1-r1.ebuild b/app-text/cpdf/cpdf-2.1.1-r1.ebuild deleted file mode 100644 index 74a530638f3..00000000000 --- a/app-text/cpdf/cpdf-2.1.1-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib - -DESCRIPTION="A command line tool for manipulating PDF files" -HOMEPAGE="http://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:= - dev-ml/camlpdf:=" -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 - - if use doc ; then - dodoc cpdfmanual.pdf - dohtml doc/cpdf/html/* - fi -}