diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-09-28 08:17:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-09-28 08:17:07 +0100 |
commit | 5a165c60b9b8c4847067cb83b4be7da785d01f93 (patch) | |
tree | 166b01591366d3479084ea774c888bc84aaa8d4f /app-text/cpdf | |
parent | a5b65c81168c90928784a1e92cda84ed5d6b9eb3 (diff) |
gentoo resync : 28.09.2019
Diffstat (limited to 'app-text/cpdf')
-rw-r--r-- | app-text/cpdf/Manifest | 4 | ||||
-rw-r--r-- | app-text/cpdf/cpdf-2.1.1-r1.ebuild | 41 | ||||
-rw-r--r-- | app-text/cpdf/cpdf-2.2.1.ebuild | 4 |
3 files changed, 3 insertions, 46 deletions
diff --git a/app-text/cpdf/Manifest b/app-text/cpdf/Manifest index 386276c19145..71fb9e71a5e9 100644 --- a/app-text/cpdf/Manifest +++ b/app-text/cpdf/Manifest @@ -1,5 +1,3 @@ -DIST cpdf-2.1.1.tar.gz 349536 BLAKE2B 4064605890745ebaa24d32c3294a3293312dc8df6ab3989e1a7417989cdb19aca6b70faafb258c7c00d6febeba8b17379396c1f90628e72be0791cdefc579b6f SHA512 aa06efaf098d3fe3f560ea30da9c3546e13d294b22d61c4cc3df553eb90e338d59ee1b51d14d7982ce52967bcf98c2afec9a5b5ae101e2183961f4be862c6517 DIST cpdf-2.2.1.tar.gz 704730 BLAKE2B 1767d2c9fdc645b4ff97b828b1d7bedb22aa645444f299e36ec4717015ea7b87dbbac4c9ec27bb508a7adb28b2c75c155bf9094a168567abbffa93887712241d SHA512 3dda72513c551cca5d8cb60732b3f2c2e8ad400bd2c9fcf0c3b54a68e94385e3f19ec7713de95efa90eafb7b0077662097565a28616041019e03edf140b6af4f -EBUILD cpdf-2.1.1-r1.ebuild 815 BLAKE2B e3db88ff54d34fe7b74bb9bda9496dbc20a992bb4b50a0ff537ab7cb871cdb08bf55d57967f4ae2810ad5dd34dd5df5c9ec52665532d2b374c082bd9c1c74e61 SHA512 e51916639a09447f6cefa7d2400c0ea1349f52926acd16b6d4ef250c5a4d865af04501763e0f0d40d78735e426b601c8d88cf171d2cff374898b6b98a3c8fff8 -EBUILD cpdf-2.2.1.ebuild 815 BLAKE2B 6fc75aea7da5d46a3dacb449fc65ff8804e033f187cb4d94e5d540153fef675ed957739bfbf8a1af8b9d0689cb602c247786ded6ec17c23168f55beb5d09ff0b SHA512 e019a563726c0b72bb28547302b2e87b4481514705ccbefafb8d4b91021868cbdf2a97c3f653592d4d3546fff2a48a56196fdf14930513b5c86df0da6436161c +EBUILD cpdf-2.2.1.ebuild 816 BLAKE2B f6066dbbf981ba0e665e824432220024bf0c61dc2a86c4282adfebe37e8e21f8c1243a5e4bc523b3124ed40e76bb63e530402545489756af1289b4833df0da43 SHA512 6f9deef5e952035000287006c0a435ba5338bbd1d7569646738bf903683af208888a154367e2639a0abb2221d6d12dbc35376b71672442a25f2ae2283c783b34 MISC metadata.xml 347 BLAKE2B 2f11a4f77be2b5501b6789daa1724cb1933313963450fa1df91072c095cab406f3907bb2656715022ffff4be94e6b8f4e70d5beae1feeb3b3fd5a2fa1c8413a1 SHA512 e97b4580d3d0e3c06a6e24aac842e66a354e2a9ea9eb70486383143999a2c8a188bdc5ac2d5672ae1ed83950f94d8fcce3d8c3a4d701009bd4102b88bd4b715d 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 74a530638f33..000000000000 --- 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 -} diff --git a/app-text/cpdf/cpdf-2.2.1.ebuild b/app-text/cpdf/cpdf-2.2.1.ebuild index f65bcfcc2166..fdbc8ccd6cdc 100644 --- a/app-text/cpdf/cpdf-2.2.1.ebuild +++ b/app-text/cpdf/cpdf-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit findlib DESCRIPTION="A command line tool for manipulating PDF files" -HOMEPAGE="http://community.coherentpdf.com/ https://github.com/johnwhitington/cpdf-source/" +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 |