From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08C11138350 for ; Fri, 31 Jan 2020 18:36:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A7BAE0871; Fri, 31 Jan 2020 18:36:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12478E0871 for ; Fri, 31 Jan 2020 18:36:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6345A34E22D for ; Fri, 31 Jan 2020 18:36:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1FC07B for ; Fri, 31 Jan 2020 18:36:28 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1580495744.1b9ebc191fb6af7c408753bcdb87d16f515709f1.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/httrack/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/httrack/Manifest www-client/httrack/httrack-3.48.21-r1.ebuild www-client/httrack/httrack-3.48.21-r2.ebuild X-VCS-Directories: www-client/httrack/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 1b9ebc191fb6af7c408753bcdb87d16f515709f1 X-VCS-Branch: master Date: Fri, 31 Jan 2020 18:36:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1eb85752-7b78-40d7-9556-771e1f4d015c X-Archives-Hash: c2736059b32f8014229a392e9434b91b commit: 1b9ebc191fb6af7c408753bcdb87d16f515709f1 Author: Sebastian Pipping gentoo org> AuthorDate: Fri Jan 31 18:35:44 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Jan 31 18:35:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9ebc19 www-client/httrack: Drop old + de-warn AbsoluteSymlink Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20 www-client/httrack/Manifest | 1 - www-client/httrack/httrack-3.48.21-r1.ebuild | 47 -------------------------- www-client/httrack/httrack-3.48.21-r2.ebuild | 49 ---------------------------- 3 files changed, 97 deletions(-) diff --git a/www-client/httrack/Manifest b/www-client/httrack/Manifest index 18de6602713..fdce299d894 100644 --- a/www-client/httrack/Manifest +++ b/www-client/httrack/Manifest @@ -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 diff --git a/www-client/httrack/httrack-3.48.21-r1.ebuild b/www-client/httrack/httrack-3.48.21-r1.ebuild deleted file mode 100644 index 41e48ba58f8..00000000000 --- a/www-client/httrack/httrack-3.48.21-r1.ebuild +++ /dev/null @@ -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 -