diff options
author | Tim Harder <radhermit@gentoo.org> | 2020-10-26 00:59:19 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2020-10-26 01:00:14 -0600 |
commit | 4aef884bab43e2b5393214ea0ce18c90f71bcd5d (patch) | |
tree | 48ca3b4877bac25bac63768ccaec1e969e231cb4 /app-text/cpdf | |
parent | net-analyzer/sslscan: add 2.0.5 (diff) | |
download | gentoo-4aef884bab43e2b5393214ea0ce18c90f71bcd5d.tar.gz gentoo-4aef884bab43e2b5393214ea0ce18c90f71bcd5d.tar.bz2 gentoo-4aef884bab43e2b5393214ea0ce18c90f71bcd5d.zip |
app-text/cpdf: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-text/cpdf')
-rw-r--r-- | app-text/cpdf/Manifest | 1 | ||||
-rw-r--r-- | app-text/cpdf/cpdf-2.3.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/app-text/cpdf/Manifest b/app-text/cpdf/Manifest index 9762ebe690ee..90af51fd9036 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.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 deleted file mode 100644 index 3df1825ad110..000000000000 --- a/app-text/cpdf/cpdf-2.3.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 -} |