www-client/httrack: Drop old + de-warn AbsoluteSymlink

Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
This commit is contained in:
Sebastian Pipping
2020-01-31 19:35:44 +01:00
parent 79a14df99f
commit 1b9ebc191f
3 changed files with 0 additions and 97 deletions

View File

@@ -1,2 +1 @@
DIST httrack-3.48.21.tar.gz 1805754 BLAKE2B a73c8210b3710a7eacce1e60556e302bb947d3195054bf8a664caba6e3c0c3fe42887fce9b30b7a9bc81afea1409d1ee389bf84218aa6ed33fa995660874f9d4 SHA512 1cf98225488e8d9570bb55c48ef1a04dcd48184f2285497c6fb4beaeb28d3ce4751c85783253baa73de1bd21c4bf01b0acd6beede77373c2f622a4124dc19246
DIST httrack-3.49.2.tar.gz 1835116 BLAKE2B 4073b70268bcea8acf0a9ac10deed14764ccd405c82f1b9f48dc74d3dbef130161234b59e70e72305a195d21155474831e8359eea9b96d275481a69b1c1ff561 SHA512 84a13a776b278533f7f0635ebd764387c3399b01c0644d8af9b46fc8112dc3c6e568c17969d4f6c2db32b5474344c39f86cf51957c09eb807ebe305a554ba5c8

View File

@@ -1,47 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit eutils
DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
HOMEPAGE="http://www.httrack.com/"
SRC_URI="http://mirror.httrack.com/historical/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
<dev-libs/openssl-1.1.0:="
DEPEND="${RDEPEND}"
DOCS=( AUTHORS README greetings.txt history.txt )
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.48.13-minizip.patch
}
src_configure() {
econf $(use_enable static-libs static) \
--docdir=/usr/share/doc/${PF} \
--htmldir=/usr/share/doc/${PF}/html
}
src_install() {
default
# Make webhttrack work despite FEATURES=nodoc cutting
# all of /usr/share/doc/ away (bug #493376)
if has nodoc ${FEATURES} ; then
dodir /usr/share/${PF}/
mv "${D}"/usr/share/{doc/,}${PF}/html || die
rm "${D}"/usr/share/httrack/html || die
dosym /usr/share/${PF}/html /usr/share/httrack/html
fi
find "${ED}" -type f -name '*.la' -delete || die
}

View File

@@ -1,49 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit eutils
DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
HOMEPAGE="http://www.httrack.com/"
SRC_URI="http://mirror.httrack.com/historical/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="libressl static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
!libressl? ( <dev-libs/openssl-1.1.0:= )
libressl? ( dev-libs/libressl )
"
DEPEND="${RDEPEND}"
DOCS=( AUTHORS README greetings.txt history.txt )
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.48.13-minizip.patch
}
src_configure() {
econf $(use_enable static-libs static) \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--htmldir=${EPREFIX}/usr/share/doc/${PF}/html
}
src_install() {
default
# Make webhttrack work despite FEATURES=nodoc cutting
# all of /usr/share/doc/ away (bug #493376)
if has nodoc ${FEATURES} ; then
dodir /usr/share/${PF}/
mv "${D}"/usr/share/{doc/,}${PF}/html || die
rm "${D}"/usr/share/httrack/html || die
dosym /usr/share/${PF}/html /usr/share/httrack/html
fi
find "${ED}" -type f -name '*.la' -delete || die
}