From: Michael Mair-Keimberger Date: Sun, 14 Apr 2019 14:15:11 +0000 (+0200) Subject: app-arch/atool: EAPI7 bump, use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a2d32671dfc172b4791b480f8333ff9b3adda7fb;p=gentoo.git app-arch/atool: EAPI7 bump, use HTTPS Closes: https://bugs.gentoo.org/683300 Signed-off-by: Michael Mair-Keimberger Signed-off-by: David Seifert --- diff --git a/app-arch/atool/atool-0.39.0-r1.ebuild b/app-arch/atool/atool-0.39.0-r1.ebuild new file mode 100644 index 000000000000..29071b4b90aa --- /dev/null +++ b/app-arch/atool/atool-0.39.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Script for managing file archives of various types" +HOMEPAGE="https://www.nongnu.org/atool/" +SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND} + !app-text/adiff"