# ChangeLog for xfce-extra/xarchiver
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xarchiver/ChangeLog,v 1.7 2006/12/16 08:11:15 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xarchiver/ChangeLog,v 1.8 2006/12/20 02:20:52 nichoj Exp $
+
+*xarchiver-0.4.6 (20 Dec 2006)
+
+ 20 Dec 2006; Joshua Nichols <nichoj@gentoo.org>
+ -xarchiver-0.4.2_rc2.ebuild, -xarchiver-0.4.2_rc2-r1.ebuild,
+ +xarchiver-0.4.6.ebuild:
+ Version bump. Improvements suggested by Sideris Michael <msid@daemons.gr> on
+ bug #158610. Compression related use flags now depend on both packages for
+ compressing and decompressing. Pruned release candidates.
16 Dec 2006; Peter Weller <welp@gentoo.org> xarchiver-0.4.2_rc2-r1.ebuild:
Added 'Any of many' dep for rar / unrar and arj / unarj wrt bug 157879
--- /dev/null
+MD5 9700305deef4e2b6878697bd18bd2dd9 xarchiver-0.4.6.tar.bz2 616101
+RMD160 73e951ef9dd1cd6eb347eb0bb96ef8cb7eede602 xarchiver-0.4.6.tar.bz2 616101
+SHA256 24e26057d1c5754ee0fd32dd2b1ccc1c7f114ce452eef3b7c3928e3e29c79666 xarchiver-0.4.6.tar.bz2 616101
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild,v 1.1 2006/12/20 02:20:52 nichoj Exp $
+
+inherit xfce44
+
+DESCRIPTION="Xfce4 archiver"
+HOMEPAGE="http://xarchiver.xfce.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="7zip ace arj lha rar rpm zip"
+
+DEPEND="dev-util/intltool
+ >=x11-libs/gtk+-2.6
+ >=dev-libs/glib-2.6
+ zip? ( app-arch/unzip
+ app-arch/zip )
+ ace? ( app-arch/unace
+ dev-libs/ace )
+ rar? ( app-arch/rar )
+ 7zip? ( app-arch/p7zip )
+ rpm? ( app-arch/rpm )
+ arj? ( app-arch/arj
+ app-arch/unarj )
+ lha? ( app-arch/lha )"