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