Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/atool/
Date: Sun, 17 Nov 2019 22:10:27
Message-Id: 1574028562.ea97163b82ac713816703fc66ad1ef6088419ce6.radhermit@gentoo
1 commit: ea97163b82ac713816703fc66ad1ef6088419ce6
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 21:38:31 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 22:09:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea97163b
7
8 app-arch/atool: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-arch/atool/atool-0.39.0.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/app-arch/atool/atool-0.39.0.ebuild b/app-arch/atool/atool-0.39.0.ebuild
16 deleted file mode 100644
17 index a6badc7cca4..00000000000
18 --- a/app-arch/atool/atool-0.39.0.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="4"
25 -
26 -DESCRIPTION="a script for managing file archives of various types"
27 -HOMEPAGE="https://www.nongnu.org/atool/"
28 -SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2+"
31 -SLOT="0"
32 -KEYWORDS="amd64 ppc x86"
33 -IUSE=""
34 -
35 -DEPEND="dev-lang/perl"
36 -RDEPEND="${DEPEND}
37 - !app-text/adiff"