commit: 1821082e83dc018f658a4054d33a8640bf9ef8a3 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sun Apr 7 19:05:27 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Apr 7 19:05:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1821082e
net-misc/wayback_machine_downloader: restore dropped package Dropped accidently by a6b3f15b1a76a2b066f9ff763fab5588bab902c6 Signed-off-by: Julien Roy <julien <AT> jroy.ca> net-misc/wayback_machine_downloader/metadata.xml | 15 +++++++++++++++ .../wayback_machine_downloader-2.3.0.ebuild | 16 ++++++++++++++++ .../wayback_machine_downloader-2.3.1.ebuild | 16 ++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/net-misc/wayback_machine_downloader/metadata.xml b/net-misc/wayback_machine_downloader/metadata.xml new file mode 100644 index 0000000000..42f6037d1e --- /dev/null +++ b/net-misc/wayback_machine_downloader/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>BenoƮt Dufour</name> + <email>[email protected]</email> + </maintainer> + <upstream> + <bugs-to>https://github.com/hartator/wayback-machine-downloader/issues</bugs-to> + <remote-id type="github">hartator/wayback-machine-downloader</remote-id> + </upstream> + <longdescription lang="en"> + 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. + </longdescription> +</pkgmetadata> diff --git a/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.0.ebuild b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.0.ebuild new file mode 100644 index 0000000000..eb1784369f --- /dev/null +++ b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +USE_RUBY="ruby26 ruby27 ruby30" + +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" 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 0000000000..5357630d1f --- /dev/null +++ b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby26 ruby27 ruby30" + +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"
