summaryrefslogtreecommitdiff
path: root/app-text/pdf2htmlEX
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/pdf2htmlEX
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/pdf2htmlEX')
-rw-r--r--app-text/pdf2htmlEX/Manifest4
-rw-r--r--app-text/pdf2htmlEX/metadata.xml11
-rw-r--r--app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild49
-rw-r--r--app-text/pdf2htmlEX/pdf2htmlEX-9999.ebuild51
4 files changed, 0 insertions, 115 deletions
diff --git a/app-text/pdf2htmlEX/Manifest b/app-text/pdf2htmlEX/Manifest
deleted file mode 100644
index 89ca6ee317ec..000000000000
--- a/app-text/pdf2htmlEX/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST pdf2htmlEX-0.14.6.2.tgz 9066685 BLAKE2B b139f72c806e432facce5472e55a23567e74204829956d06bd9ead0426cbadad4ce36c581fb1d39c96eeef27fb416b2c6387dff7b0ca08b10479de24b8ffdc9b SHA512 03d04437386b2eb83530551ff15ce9d21b7990127fa659d204a269405f0d49912c622687eb6920cc4e88be8e94ab41024b378663effb61d1eda905eeb98093d3
-EBUILD pdf2htmlEX-0.14.6.2.ebuild 1017 BLAKE2B a9dda802e28273f531e35b0cea8b7f23602f48f8dd024d6367841d745edb31c39cd9d284ddae57a0cd101f694cd4fb1f2c82571386cffb5749ce9d01d828e890 SHA512 4a2003bd64ad816714b3df3065ebee4158c6ea885ac997cc2f5de19f55f79f4c10f99c97aabdb1d313a9a95f459876b40a9685a7398bba383813cb7bd2707965
-EBUILD pdf2htmlEX-9999.ebuild 1089 BLAKE2B 15e152292caa0565fd01ffd29f8d6340ed7cbb8b9f84f1bffbe87c757a502348822385531248e90f2e76a61d99a76a56d038017f1e521e928ecdf74aa2fa47b7 SHA512 473670a7611a2b3c1d7c6de1c8c418e38a226dacf5cdc26d77cbdb8ff19470c336cae24f511b204150717f0a96df58666cfe5d3cac454998b6d2ff96976bcb23
-MISC metadata.xml 355 BLAKE2B da386c9bf8cf6684e23a3bf7638d341b7f8872ecc7d733b946ae697e9e13096df65398f6d4b2d4594b47eba7ec1e482dc8ab14a69395ed1a32c00cdc7d91c2b5 SHA512 c416fe8d4c3edf1055170e0c4cd84fa9da19437c6eab58fde5198561048018ae6b9387d52017dfbc38db717ef370fc70a1dcc0eb37c8843b4e65cfa7e80314ff
diff --git a/app-text/pdf2htmlEX/metadata.xml b/app-text/pdf2htmlEX/metadata.xml
deleted file mode 100644
index 988c82300ec0..000000000000
--- a/app-text/pdf2htmlEX/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>printing@gentoo.org</email>
- <name>Gentoo Printing Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">coolwanglu/pdf2htmlEX</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild
deleted file mode 100644
index 823ecdd6c0f9..000000000000
--- a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils toolchain-funcs flag-o-matic versionator
-
-DESCRIPTION="A precise PDF to HTML converter"
-HOMEPAGE="http://coolwanglu.github.io/pdf2htmlEX/"
-SRC_URI="
- https://dev.gentoo.org/~dilfridge/distfiles/${P}.tgz
-"
-# https://github.com/coolwanglu/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-CDEPEND="
- >=app-text/poppler-0.61.1:=[jpeg,png]
- <app-text/poppler-0.64.0
- app-text/poppler-data
- ~media-gfx/fontforge-20170731
- media-libs/freetype
- x11-libs/cairo[svg]
-"
-RDEPEND="${CDEPEND}
-"
-DEPEND="${CDEPEND}
- virtual/pkgconfig
-"
-
-pkg_pretend() {
- local ver=6.4.0
- local msg="${P} needs at least GCC ${ver} set to compile."
- if [[ ${MERGE_TYPE} != binary ]]; then
- if ! version_is_at_least ${ver} $(gcc-fullversion); then
- die ${msg}
- fi
- fi
-}
-
-src_configure() {
- append-cflags -no-pie
- append-cxxflags -no-pie
- cmake-utils_src_configure
-}
diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-9999.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-9999.ebuild
deleted file mode 100644
index f62c2e1f03ae..000000000000
--- a/app-text/pdf2htmlEX/pdf2htmlEX-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils toolchain-funcs flag-o-matic versionator
-
-DESCRIPTION="A precise PDF to HTML converter (dilfridge fork)"
-HOMEPAGE="https://github.com/akhuettel/pdf2htmlEX"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/akhuettel/pdf2htmlEX.git"
-else
- SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-
-CDEPEND="
- >=app-text/poppler-0.61.1:=[jpeg,png]
- app-text/poppler-data
- ~media-gfx/fontforge-20170731[cairo,png]
- media-libs/freetype
- x11-libs/cairo[svg]
-"
-RDEPEND="${CDEPEND}
-"
-DEPEND="${CDEPEND}
- virtual/pkgconfig
- virtual/jre
-"
-
-pkg_pretend() {
- local ver=6.4.0
- local msg="${P} needs at least GCC ${ver} set to compile."
- if [[ ${MERGE_TYPE} != binary ]]; then
- if ! version_is_at_least ${ver} $(gcc-fullversion); then
- die ${msg}
- fi
- fi
-}
-
-src_configure() {
- append-cflags -no-pie
- append-cxxflags -no-pie -fpermissive
- cmake-utils_src_configure
-}