diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-10-31 13:08:45 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-10-31 13:08:45 +0000 |
commit | ef0081b79333c4808dd9a7489459c49d27c21ffb (patch) | |
tree | 5f6438b226c5480716626232c40b15424ae82a3e /rox-extra | |
parent | Added alternative to app-arch/unrar (Bug #244985) (diff) | |
download | historical-ef0081b79333c4808dd9a7489459c49d27c21ffb.tar.gz historical-ef0081b79333c4808dd9a7489459c49d27c21ffb.tar.bz2 historical-ef0081b79333c4808dd9a7489459c49d27c21ffb.zip |
Added alternative to app-arch/unrar (Bug #244983), plus version cleanup
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/archive/ChangeLog | 6 | ||||
-rw-r--r-- | rox-extra/archive/archive-2.1-r2.ebuild | 30 | ||||
-rw-r--r-- | rox-extra/archive/archive-2.2.ebuild | 4 |
3 files changed, 7 insertions, 33 deletions
diff --git a/rox-extra/archive/ChangeLog b/rox-extra/archive/ChangeLog index cd9dc7a057cc..43bbf0eeacd3 100644 --- a/rox-extra/archive/ChangeLog +++ b/rox-extra/archive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for rox-extra/archive # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/archive/ChangeLog,v 1.20 2008/08/30 19:57:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/archive/ChangeLog,v 1.21 2008/10/31 13:08:45 lack Exp $ + + 31 Oct 2008; Jim Ramsay <lack@gentoo.org> -archive-2.1-r2.ebuild, + archive-2.2.ebuild: + Added alternative to app-arch/unrar (Bug #244983), plus version cleanup 30 Aug 2008; Markus Meier <maekke@gentoo.org> archive-2.2.ebuild: x86 stable, bug #236057 diff --git a/rox-extra/archive/archive-2.1-r2.ebuild b/rox-extra/archive/archive-2.1-r2.ebuild deleted file mode 100644 index 499fe1254303..000000000000 --- a/rox-extra/archive/archive-2.1-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/archive/archive-2.1-r2.ebuild,v 1.3 2007/11/16 15:03:23 drac Exp $ - -ROX_LIB_VER=2.0.0 -inherit rox - -DESCRIPTION="Archive is a simple archiver for ROX Desktop" -HOMEPAGE="http://rox.sourceforge.net/" -SRC_URI="mirror://sourceforge/rox/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -IUSE="bzip2 compress rar uuencode zip ace rpm cpio" - -RDEPEND="virtual/gzip - app-arch/tar - bzip2? ( app-arch/bzip2 ) - compress? ( app-arch/ncompress ) - rar? ( app-arch/rar ) - uuencode? ( app-arch/sharutils ) - zip? ( app-arch/unzip app-arch/zip ) - ace? ( app-arch/unace ) - rpm? ( app-arch/rpm app-arch/cpio ) - cpio? ( app-arch/cpio )" - -APPNAME=Archive -APPCATEGORY="Utility;Archiving" diff --git a/rox-extra/archive/archive-2.2.ebuild b/rox-extra/archive/archive-2.2.ebuild index 0acb7093db84..3df0c6a98ba6 100644 --- a/rox-extra/archive/archive-2.2.ebuild +++ b/rox-extra/archive/archive-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/archive/archive-2.2.ebuild,v 1.5 2008/08/30 19:57:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/archive/archive-2.2.ebuild,v 1.6 2008/10/31 13:08:45 lack Exp $ ROX_LIB_VER=2.0.0 inherit rox-0install @@ -20,7 +20,7 @@ RDEPEND="virtual/gzip app-arch/lzma-utils bzip2? ( app-arch/bzip2 ) compress? ( app-arch/ncompress ) - rar? ( app-arch/unrar ) + rar? ( || ( app-arch/unrar app-arch/rar ) ) uuencode? ( app-arch/sharutils ) zip? ( app-arch/unzip app-arch/zip ) ace? ( app-arch/unace ) |