Version bump. Improvements suggested by Sideris Michael <msid@daemons.gr> on bug...
authorJoshua Nichols <nichoj@gentoo.org>
Wed, 20 Dec 2006 02:20:52 +0000 (02:20 +0000)
committerJoshua Nichols <nichoj@gentoo.org>
Wed, 20 Dec 2006 02:20:52 +0000 (02:20 +0000)
Package-Manager: portage-2.1.2_rc2-r1

xfce-extra/xarchiver/ChangeLog
xfce-extra/xarchiver/files/digest-xarchiver-0.4.6 [new file with mode: 0644]
xfce-extra/xarchiver/xarchiver-0.4.6.ebuild [new file with mode: 0644]

index 75251812e678b3497114b5afe12767c54204d7ac..9dd5a8c5a8e40bfe553104d9a5f9a711caac292a 100644 (file)
@@ -1,6 +1,15 @@
 # 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
diff --git a/xfce-extra/xarchiver/files/digest-xarchiver-0.4.6 b/xfce-extra/xarchiver/files/digest-xarchiver-0.4.6
new file mode 100644 (file)
index 0000000..b7d7a3d
--- /dev/null
@@ -0,0 +1,3 @@
+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
diff --git a/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild b/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild
new file mode 100644 (file)
index 0000000..45e16e0
--- /dev/null
@@ -0,0 +1,26 @@
+# 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 )"