commit:     a2d32671dfc172b4791b480f8333ff9b3adda7fb
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 14 14:15:11 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 08:33:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d32671

app-arch/atool: EAPI7 bump, use HTTPS

Closes: https://bugs.gentoo.org/683300
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-arch/atool/atool-0.39.0-r1.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

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 00000000000..29071b4b90a
--- /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"

Reply via email to