# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils xfce44 versionator xfce44_beta MY_PV="$(replace_version_separator 4 '')" MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Xarchiver is a GTK2 _only_ frontend to rar, zip, bzip2, tar, gzip and rpm for Xfce" HOMEPAGE="http://xarchiver.xfce.org/" SRC_URI="http://www.xfce.org/archive/xfce-${XFCE_MASTER_VERSION}/src/${MY_P}${COMPRESS}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="ace rar bzip2 7z zip rpm" DEPEND=">=x11-libs/gtk+-2.6 ace? ( app-arch/unace ) rar? ( app-arch/rar ) bzip2? ( app-arch/bzip2 ) 7z? ( app-arch/p7zip ) zip? ( app-arch/zip ) rpm? ( app-arch/rpm )"