2012-03-26 10:11:53 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-04-06 10:02:37 +04:00
|
|
|
|
|
|
|
EAPI="4"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
DESCRIPTION="a script for managing file archives of various types"
|
|
|
|
HOMEPAGE="http://www.nongnu.org/atool/"
|
2016-06-05 20:29:46 +03:00
|
|
|
SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2012-07-11 11:02:22 +04:00
|
|
|
KEYWORDS="amd64 ppc x86"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2012-04-06 10:02:37 +04:00
|
|
|
DEPEND="dev-lang/perl"
|
|
|
|
RDEPEND="${DEPEND}
|
2012-02-06 16:39:49 +04:00
|
|
|
!app-text/adiff"
|