blob: f0cda7bd60fd25c263eb0d987f99cb7e8f37b7aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/kdar/kdar-1.3.0.ebuild,v 1.2 2005/01/01 11:46:55 eradicator Exp $
inherit kde
need-kde 3.2
DESCRIPTION="the KDE Disk Archiver"
HOMEPAGE="http://kdar.sourceforge.net/"
SRC_URI="mirror://sourceforge/kdar/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc ~amd64"
IUSE=""
DEPEND="${DEPEND}
>=app-arch/dar-2.1.0
>=app-arch/bzip2-1.0.2
>=sys-libs/zlib-1.1.4"
RDEPEND="${RDEPEND}
>=app-arch/dar-2.1.0"
|