diff options
author | Peter Weller <welp@gentoo.org> | 2006-12-20 10:54:51 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2006-12-20 10:54:51 +0000 |
commit | a8def25e888d0a3d39c9d017e76864a8a41bfdcd (patch) | |
tree | cd62f94f2579aedb61c993ead2437e61d947f521 /xfce-extra/xarchiver | |
parent | Add berlios to thirdpartymirrors. (diff) | |
download | gentoo-2-a8def25e888d0a3d39c9d017e76864a8a41bfdcd.tar.gz gentoo-2-a8def25e888d0a3d39c9d017e76864a8a41bfdcd.tar.bz2 gentoo-2-a8def25e888d0a3d39c9d017e76864a8a41bfdcd.zip |
Fixed various issues within the ebuild. Bug #158610
(Portage version: 2.1.1-r2)
Diffstat (limited to 'xfce-extra/xarchiver')
-rw-r--r-- | xfce-extra/xarchiver/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/xarchiver/xarchiver-0.4.6.ebuild | 16 |
2 files changed, 11 insertions, 10 deletions
diff --git a/xfce-extra/xarchiver/ChangeLog b/xfce-extra/xarchiver/ChangeLog index 1d8006d4f9db..e8b5c38ab2b5 100644 --- a/xfce-extra/xarchiver/ChangeLog +++ b/xfce-extra/xarchiver/ChangeLog @@ -1,6 +1,9 @@ # 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.9 2006/12/20 07:24:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xarchiver/ChangeLog,v 1.10 2006/12/20 10:54:51 welp Exp $ + + 20 Dec 2006; Peter Weller <welp@gentoo.org> xarchiver-0.4.6.ebuild: + Fixed various issues within the ebuild. Bug #158610 20 Dec 2006; Jeroen Roovers <jer@gentoo.org> xarchiver-0.4.6.ebuild: Removing ~hppa as we are back on x86/amd64 dependency for rar USE flag. diff --git a/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild b/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild index a99e7d69c557..55958b3d6b6e 100644 --- a/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild +++ b/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild @@ -1,6 +1,6 @@ # 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.2 2006/12/20 07:24:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild,v 1.3 2006/12/20 10:54:51 welp Exp $ inherit xfce44 @@ -13,14 +13,12 @@ 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 ) + >=dev-libs/glib-2.6" +RDEPEND="${DEPEND} + zip? ( || ( app-arch/unzip app-arch/zip ) ) + ace? ( app-arch/unace ) + rar? ( || ( app-arch/unrar app-arch/rar ) ) 7zip? ( app-arch/p7zip ) rpm? ( app-arch/rpm ) - arj? ( app-arch/arj - app-arch/unarj ) + arj? ( || ( app-arch/arj app-arch/unarj ) ) lha? ( app-arch/lha )" |