diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-12-20 02:20:52 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-12-20 02:20:52 +0000 |
commit | 491069dc4dc5ced9cac47acc6355e198a9da5ff1 (patch) | |
tree | 02e606abd44d9917b27fc53d20c9b216d60d2682 /xfce-extra/xarchiver | |
parent | Don't use egamesinstall (diff) | |
download | historical-491069dc4dc5ced9cac47acc6355e198a9da5ff1.tar.gz historical-491069dc4dc5ced9cac47acc6355e198a9da5ff1.tar.bz2 historical-491069dc4dc5ced9cac47acc6355e198a9da5ff1.zip |
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.
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'xfce-extra/xarchiver')
-rw-r--r-- | xfce-extra/xarchiver/ChangeLog | 11 | ||||
-rw-r--r-- | xfce-extra/xarchiver/files/digest-xarchiver-0.4.6 | 3 | ||||
-rw-r--r-- | xfce-extra/xarchiver/xarchiver-0.4.6.ebuild | 26 |
3 files changed, 39 insertions, 1 deletions
diff --git a/xfce-extra/xarchiver/ChangeLog b/xfce-extra/xarchiver/ChangeLog index 75251812e678..9dd5a8c5a8e4 100644 --- a/xfce-extra/xarchiver/ChangeLog +++ b/xfce-extra/xarchiver/ChangeLog @@ -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 index 000000000000..b7d7a3d0049f --- /dev/null +++ b/xfce-extra/xarchiver/files/digest-xarchiver-0.4.6 @@ -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 index 000000000000..45e16e03e3af --- /dev/null +++ b/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild @@ -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 )" |