Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/httrack/
Date: Fri, 31 Jan 2020 18:36:34
Message-Id: 1580495744.1b9ebc191fb6af7c408753bcdb87d16f515709f1.sping@gentoo
1 commit: 1b9ebc191fb6af7c408753bcdb87d16f515709f1
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 31 18:35:44 2020 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 31 18:35:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9ebc19
7
8 www-client/httrack: Drop old + de-warn AbsoluteSymlink
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12
13 www-client/httrack/Manifest | 1 -
14 www-client/httrack/httrack-3.48.21-r1.ebuild | 47 --------------------------
15 www-client/httrack/httrack-3.48.21-r2.ebuild | 49 ----------------------------
16 3 files changed, 97 deletions(-)
17
18 diff --git a/www-client/httrack/Manifest b/www-client/httrack/Manifest
19 index 18de6602713..fdce299d894 100644
20 --- a/www-client/httrack/Manifest
21 +++ b/www-client/httrack/Manifest
22 @@ -1,2 +1 @@
23 -DIST httrack-3.48.21.tar.gz 1805754 BLAKE2B a73c8210b3710a7eacce1e60556e302bb947d3195054bf8a664caba6e3c0c3fe42887fce9b30b7a9bc81afea1409d1ee389bf84218aa6ed33fa995660874f9d4 SHA512 1cf98225488e8d9570bb55c48ef1a04dcd48184f2285497c6fb4beaeb28d3ce4751c85783253baa73de1bd21c4bf01b0acd6beede77373c2f622a4124dc19246
24 DIST httrack-3.49.2.tar.gz 1835116 BLAKE2B 4073b70268bcea8acf0a9ac10deed14764ccd405c82f1b9f48dc74d3dbef130161234b59e70e72305a195d21155474831e8359eea9b96d275481a69b1c1ff561 SHA512 84a13a776b278533f7f0635ebd764387c3399b01c0644d8af9b46fc8112dc3c6e568c17969d4f6c2db32b5474344c39f86cf51957c09eb807ebe305a554ba5c8
25
26 diff --git a/www-client/httrack/httrack-3.48.21-r1.ebuild b/www-client/httrack/httrack-3.48.21-r1.ebuild
27 deleted file mode 100644
28 index 41e48ba58f8..00000000000
29 --- a/www-client/httrack/httrack-3.48.21-r1.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -
37 -inherit eutils
38 -
39 -DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
40 -HOMEPAGE="http://www.httrack.com/"
41 -SRC_URI="http://mirror.httrack.com/historical/${P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
46 -IUSE="static-libs"
47 -
48 -RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
49 - <dev-libs/openssl-1.1.0:="
50 -DEPEND="${RDEPEND}"
51 -
52 -DOCS=( AUTHORS README greetings.txt history.txt )
53 -
54 -src_prepare() {
55 - epatch "${FILESDIR}"/${PN}-3.48.13-minizip.patch
56 -}
57 -
58 -src_configure() {
59 - econf $(use_enable static-libs static) \
60 - --docdir=/usr/share/doc/${PF} \
61 - --htmldir=/usr/share/doc/${PF}/html
62 -}
63 -
64 -src_install() {
65 - default
66 -
67 - # Make webhttrack work despite FEATURES=nodoc cutting
68 - # all of /usr/share/doc/ away (bug #493376)
69 - if has nodoc ${FEATURES} ; then
70 - dodir /usr/share/${PF}/
71 - mv "${D}"/usr/share/{doc/,}${PF}/html || die
72 -
73 - rm "${D}"/usr/share/httrack/html || die
74 - dosym /usr/share/${PF}/html /usr/share/httrack/html
75 - fi
76 -
77 - find "${ED}" -type f -name '*.la' -delete || die
78 -}
79
80 diff --git a/www-client/httrack/httrack-3.48.21-r2.ebuild b/www-client/httrack/httrack-3.48.21-r2.ebuild
81 deleted file mode 100644
82 index 2440c4e29ea..00000000000
83 --- a/www-client/httrack/httrack-3.48.21-r2.ebuild
84 +++ /dev/null
85 @@ -1,49 +0,0 @@
86 -# Copyright 1999-2019 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI="5"
90 -
91 -inherit eutils
92 -
93 -DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
94 -HOMEPAGE="http://www.httrack.com/"
95 -SRC_URI="http://mirror.httrack.com/historical/${P}.tar.gz"
96 -
97 -LICENSE="GPL-3"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
100 -IUSE="libressl static-libs"
101 -
102 -RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
103 - !libressl? ( <dev-libs/openssl-1.1.0:= )
104 - libressl? ( dev-libs/libressl )
105 - "
106 -DEPEND="${RDEPEND}"
107 -
108 -DOCS=( AUTHORS README greetings.txt history.txt )
109 -
110 -src_prepare() {
111 - epatch "${FILESDIR}"/${PN}-3.48.13-minizip.patch
112 -}
113 -
114 -src_configure() {
115 - econf $(use_enable static-libs static) \
116 - --docdir=${EPREFIX}/usr/share/doc/${PF} \
117 - --htmldir=${EPREFIX}/usr/share/doc/${PF}/html
118 -}
119 -
120 -src_install() {
121 - default
122 -
123 - # Make webhttrack work despite FEATURES=nodoc cutting
124 - # all of /usr/share/doc/ away (bug #493376)
125 - if has nodoc ${FEATURES} ; then
126 - dodir /usr/share/${PF}/
127 - mv "${D}"/usr/share/{doc/,}${PF}/html || die
128 -
129 - rm "${D}"/usr/share/httrack/html || die
130 - dosym /usr/share/${PF}/html /usr/share/httrack/html
131 - fi
132 -
133 - find "${ED}" -type f -name '*.la' -delete || die
134 -}