mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
pdfkit/wkhtmltopdf: remove, missing deps, unmaintained
This commit is contained in:
parent
7908f05698
commit
c1e3027365
7 changed files with 0 additions and 98 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST pdfkit-0.6.1.tar.gz 9481 BLAKE2B c9bad958ffd5cf5297bed10263fb6722f5e6940a20c60e0403b708242282e20829a2d7de1120fe727be329356036836d2b5e777231ba87628209b14dbac04246 SHA512 b3ac1016d1c01a2a196f567b9b672caca10f564cc6a62122691d34c3cbbf143f6a846bfba26c3474e9c0296977f0d30c0b5af13b3321ab207b787df3cba12e5d
|
||||
DIST pdfkit-1.0.0.tar.gz 13288 BLAKE2B 5ba32e2887234837d0d99b5b242952fd13bb8aba58760bb7b7802f950dcd65352de1d9ad769094605beed633fe8c7a68b2b874a4442a53bcc1f668e79cbb4c85 SHA512 f00d66ff0f425b2313d06e052aa83e2cf526074307ab10c8ea370dab5503d6642228ca92795754c73c45640f09f7252ec7a6b66cdccd9f5f1d34fa5e686b1c6f
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Wkhtmltopdf python wrapper"
|
||||
HOMEPAGE="https://pypi.org/project/pdfkit/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="media-gfx/wkhtmltopdf"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Wkhtmltopdf python wrapper"
|
||||
HOMEPAGE="https://pypi.org/project/pdfkit/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="media-gfx/wkhtmltopdf"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST wkhtmltopdf-0.12.6.tar.gz 519045 BLAKE2B 70849a9d08a91f44e6b6f35f4d6207745e9adcff081e236a02008a1759639ba1a4d1caf14b19f10a1c84e7c0ca1cddf796edcaa4b6bad73089b4b42aa8ed3fc4 SHA512 616f51a9094ae91339ca9b6228ee15a67e4092117d087124e2966d3aa53d1caa27f729a40df4e1f2c95149bea86c9b6f184ce9930f9025728d2cdfe6c94a2fbb
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit qmake-utils
|
||||
|
||||
DESCRIPTION="Convert html to pdf (and various image formats) using webkit"
|
||||
HOMEPAGE="https://wkhtmltopdf.org/ https://github.com/wkhtmltopdf/wkhtmltopdf/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
#https://github.com/wkhtmltopdf/wkhtmltopdf/issues/3391
|
||||
#KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="examples"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5[ssl]
|
||||
dev-qt/qtprintsupport:5
|
||||
dev-qt/qtsvg:5
|
||||
dev-qt/qtwebkit:5[printsupport]
|
||||
dev-qt/qtwidgets:5
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-qt/qtxmlpatterns:5
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i "s:\(INSTALLBASE/\)lib:\1$(get_libdir):" src/lib/lib.pro || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake5 INSTALLBASE=/usr
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
use examples && dodoc -r examples
|
||||
einstalldocs
|
||||
}
|
||||
|
|
@ -239,7 +239,6 @@ dev-python/flask-classful
|
|||
dev-python/flask-restless
|
||||
|
||||
# required by dev-util/mobsf
|
||||
dev-python/pdfkit
|
||||
dev-python/whitenoise
|
||||
dev-python/shelljob
|
||||
dev-python/oscrypto
|
||||
|
|
|
|||
Loading…
Reference in a new issue