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 EE154158086 for ; Tue, 5 Oct 2021 21:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4263DE0907; Tue, 5 Oct 2021 21:24:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29AECE0907 for ; Tue, 5 Oct 2021 21:24:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A50A3431F3 for ; Tue, 5 Oct 2021 21:24:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64C1C138 for ; Tue, 5 Oct 2021 21:24:15 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1633469053.21553437e605f902c640e11432b8dcc1ae025da6.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/wayback_machine_downloader/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/wayback_machine_downloader/Manifest net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.1.ebuild X-VCS-Directories: net-misc/wayback_machine_downloader/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 21553437e605f902c640e11432b8dcc1ae025da6 X-VCS-Branch: dev Date: Tue, 5 Oct 2021 21:24:15 +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: b2f53ae9-9e65-42f9-a928-6e362d48aa54 X-Archives-Hash: f6cb33c025ae8693e071a3fe087faff5 commit: 21553437e605f902c640e11432b8dcc1ae025da6 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Oct 5 21:15:30 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Oct 5 21:24:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21553437 net-misc/wayback_machine_downloader: add 2.3.1 Signed-off-by: Alessandro Barbieri gmail.com> net-misc/wayback_machine_downloader/Manifest | 1 + .../wayback_machine_downloader-2.3.1.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/net-misc/wayback_machine_downloader/Manifest b/net-misc/wayback_machine_downloader/Manifest index 0a742dec4..5288839a4 100644 --- a/net-misc/wayback_machine_downloader/Manifest +++ b/net-misc/wayback_machine_downloader/Manifest @@ -1 +1,2 @@ DIST wayback_machine_downloader-2.3.0.gem 10752 BLAKE2B 6f6feeca8871800b5299da982ee24ce070fdf80075996a2c18bd7d20a8231c5ca195367d34fc2e2893c664c480aa4ae9876a594b319248c74fbb8aa8cd28e04f SHA512 f3723b9cb32473f14bfae4dd2fcd3b2470710ec34690ae93e4c66c6146eaa626e7e1275098895e74dfb0b30a12b1f567a89b4fdc5496b6eaaf52de8ff0ddbd44 +DIST wayback_machine_downloader-2.3.1.gem 10752 BLAKE2B a368d528fe9f0f09ccd6a34f10990239a2e162b092862d3212989103e7e9e4838bf9466705cdfb43ffda53eb18b47d49a18d56b28f7a3103855e24396d17a47e SHA512 382a2646323554d1409594bcb447b25459d37bb9bb6675f77db94304936cb8ebfa1d3492a81acbc59a192d1d676ee8b076e0ca5e0ebdfb1b3f2ae2fdddab0635 diff --git a/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.1.ebuild b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.1.ebuild new file mode 100644 index 000000000..c8c52a93b --- /dev/null +++ b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby26 ruby27 ruby30" + +inherit ruby-fakegem + +DESCRIPTION="Download an entire website from the Wayback Machine" +HOMEPAGE="https://github.com/hartator/wayback-machine-downloader" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="test" +PROPERTIES="test_network"