diff options
author | Julien Roy <julien@jroy.ca> | 2024-04-07 15:05:27 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-04-07 15:05:31 -0400 |
commit | 1821082e83dc018f658a4054d33a8640bf9ef8a3 (patch) | |
tree | 186fe2b18ce2a066c34de945a0c2b5f5d168e5ed /net-misc | |
parent | dev-vcs/gitahead: restore dropped package (diff) | |
download | guru-1821082e83dc018f658a4054d33a8640bf9ef8a3.tar.gz guru-1821082e83dc018f658a4054d33a8640bf9ef8a3.tar.bz2 guru-1821082e83dc018f658a4054d33a8640bf9ef8a3.zip |
net-misc/wayback_machine_downloader: restore dropped package
Dropped accidently by a6b3f15b1a76a2b066f9ff763fab5588bab902c6
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-misc')
3 files changed, 47 insertions, 0 deletions
diff --git a/net-misc/wayback_machine_downloader/metadata.xml b/net-misc/wayback_machine_downloader/metadata.xml new file mode 100644 index 000000000..42f6037d1 --- /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>benoit.dufour@mail.com</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 000000000..eb1784369 --- /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 000000000..5357630d1 --- /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" |