guru/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.1.ebuild
Andrew Ammerlaan 5d5c638685
net-misc/wayback_machine_downloader: drop UnusedInherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-12-15 12:15:09 +01:00

17 lines
363 B
Bash

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