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 C4E82138350 for ; Fri, 1 May 2020 18:15:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12859E08EC; Fri, 1 May 2020 18:15:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E34A0E08EC for ; Fri, 1 May 2020 18:15:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8C77F34EEDA for ; Fri, 1 May 2020 18:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 431242B for ; Fri, 1 May 2020 18:15:09 +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: <1588356887.6d4309e7853b60517462986c23fb52eca40a51b3.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/metadata.xml net-misc/wayback_machine_downloader/wayback_machine_downloader-2.2.1.ebuild X-VCS-Directories: net-misc/wayback_machine_downloader/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 6d4309e7853b60517462986c23fb52eca40a51b3 X-VCS-Branch: dev Date: Fri, 1 May 2020 18:15:09 +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: 7ca8fca5-d616-4e62-a31e-dea950caba69 X-Archives-Hash: 1c7755b0c06bd61404229d073f727cfc commit: 6d4309e7853b60517462986c23fb52eca40a51b3 Author: Alessandro Barbieri gmail com> AuthorDate: Fri May 1 17:49:06 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri May 1 18:14:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d4309e7 net-misc/wayback_machine_downloader: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> net-misc/wayback_machine_downloader/Manifest | 1 + net-misc/wayback_machine_downloader/metadata.xml | 15 +++++++++++++++ .../wayback_machine_downloader-2.2.1.ebuild | 17 +++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/net-misc/wayback_machine_downloader/Manifest b/net-misc/wayback_machine_downloader/Manifest new file mode 100644 index 0000000..8d9c39a --- /dev/null +++ b/net-misc/wayback_machine_downloader/Manifest @@ -0,0 +1 @@ +DIST wayback_machine_downloader-2.2.1.gem 10240 BLAKE2B 88bcd40fb9773d45a63708fbf0f04583d9ee0da2f6e20ccf86433fb9e451473985c9ede6c67334ec1a98ad62a5330fc09e89b06e3838e15460fd452b336f2aa6 SHA512 3fc562f8c910b64287267cb8e06427ef223a0a0b1e1830bb82f9aca54b843f8933d13247920ad30b9b955bcfc0a7882cea0ff6b45c9bfa9e96790e058bb0f7bc diff --git a/net-misc/wayback_machine_downloader/metadata.xml b/net-misc/wayback_machine_downloader/metadata.xml new file mode 100644 index 0000000..68ff633 --- /dev/null +++ b/net-misc/wayback_machine_downloader/metadata.xml @@ -0,0 +1,15 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/hartator/wayback-machine-downloader/issues + hartator/wayback-machine-downloader + + +Download an entire website from the Wayback Machine. Wayback Machine by Internet Archive (archive.org) is an awesome tool to view any website at any point of time but lacks an export feature. Wayback Machine Downloader brings exactly this. + + diff --git a/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.2.1.ebuild b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.2.1.ebuild new file mode 100644 index 0000000..d63cee2 --- /dev/null +++ b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.2.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +USE_RUBY="ruby24 ruby25 ruby26 ruby27" + +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" +#requires network +RESTRICT="test"