Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/atool/
Date: Mon, 15 Apr 2019 08:35:49
Message-Id: 1555317218.a2d32671dfc172b4791b480f8333ff9b3adda7fb.soap@gentoo
1 commit: a2d32671dfc172b4791b480f8333ff9b3adda7fb
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 14 14:15:11 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 08:33:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d32671
7
8 app-arch/atool: EAPI7 bump, use HTTPS
9
10 Closes: https://bugs.gentoo.org/683300
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 app-arch/atool/atool-0.39.0-r1.ebuild | 16 ++++++++++++++++
15 1 file changed, 16 insertions(+)
16
17 diff --git a/app-arch/atool/atool-0.39.0-r1.ebuild b/app-arch/atool/atool-0.39.0-r1.ebuild
18 new file mode 100644
19 index 00000000000..29071b4b90a
20 --- /dev/null
21 +++ b/app-arch/atool/atool-0.39.0-r1.ebuild
22 @@ -0,0 +1,16 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +DESCRIPTION="Script for managing file archives of various types"
29 +HOMEPAGE="https://www.nongnu.org/atool/"
30 +SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
31 +
32 +LICENSE="GPL-2+"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~x86"
35 +
36 +DEPEND="dev-lang/perl"
37 +RDEPEND="${DEPEND}
38 + !app-text/adiff"