mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
net-misc/wayback_machine_downloader: restore dropped package
Dropped accidently by a6b3f15b1a76a2b066f9ff763fab5588bab902c6 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
parent
c838e00fcd
commit
1821082e83
15
net-misc/wayback_machine_downloader/metadata.xml
Normal file
15
net-misc/wayback_machine_downloader/metadata.xml
Normal 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>
|
@ -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"
|
@ -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"
|
Loading…
x
Reference in New Issue
Block a user