Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 162890
Collapse All | Expand All

(-)/usr/portage/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild (-4 / +2 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild,v 1.8 2007/01/06 18:55:40 nichoj Exp $
3
# $Header: $
4
4
5
inherit xfce44
5
inherit xfce44
6
6
Lines 9-24 Link Here
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
10
10
11
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
11
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
12
IUSE="7zip ace arj debug lha rar rpm zip"
12
IUSE="7zip arj debug lha rar zip"
13
13
14
DEPEND="dev-util/intltool
14
DEPEND="dev-util/intltool
15
	>=x11-libs/gtk+-2.6
15
	>=x11-libs/gtk+-2.6
16
	>=dev-libs/glib-2.6"
16
	>=dev-libs/glib-2.6"
17
RDEPEND="${DEPEND}
17
RDEPEND="${DEPEND}
18
	zip? ( app-arch/unzip app-arch/zip )
18
	zip? ( app-arch/unzip app-arch/zip )
19
	ace? ( app-arch/unace )
20
	rar? ( || ( app-arch/rar app-arch/unrar ) )
19
	rar? ( || ( app-arch/rar app-arch/unrar ) )
21
	7zip? ( app-arch/p7zip )
20
	7zip? ( app-arch/p7zip )
22
	rpm? ( app-arch/rpm )
23
	arj? ( || ( app-arch/arj app-arch/unarj ) )
21
	arj? ( || ( app-arch/arj app-arch/unarj ) )
24
	lha? ( app-arch/lha )"
22
	lha? ( app-arch/lha )"

Return to bug 162890