summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/pdf2htmlEX/Manifest1
-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, 112 deletions
diff --git a/app-text/pdf2htmlEX/Manifest b/app-text/pdf2htmlEX/Manifest
deleted file mode 100644
index d7b3de0f5c15..000000000000
--- a/app-text/pdf2htmlEX/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pdf2htmlEX-0.14.6.2.tgz 9066685 BLAKE2B b139f72c806e432facce5472e55a23567e74204829956d06bd9ead0426cbadad4ce36c581fb1d39c96eeef27fb416b2c6387dff7b0ca08b10479de24b8ffdc9b SHA512 03d04437386b2eb83530551ff15ce9d21b7990127fa659d204a269405f0d49912c622687eb6920cc4e88be8e94ab41024b378663effb61d1eda905eeb98093d3
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
-}