net-misc/wayback_machine_downloader: restore dropped package

Dropped accidently by a6b3f15b1a

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-04-07 15:05:27 -04:00
parent c838e00fcd
commit 1821082e83
3 changed files with 47 additions and 0 deletions

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"