Bug 112054 - twiki ebuild should require unzip to be installed
Bug#: 112054 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: web-apps@gentoo.org Reported By: david@edeca.net
Component: Ebuilds
URL: 
Summary: twiki ebuild should require unzip to be installed
Keywords:  
Status Whiteboard: 
Opened: 2005-11-10 01:44 0000
Description:   Opened: 2005-11-10 01:44 0000
Without unzip installed, twiki fails to install.  This could be confusing for  
people.  
  
">>> Unpacking source...  
>>> Unpacking TWiki20041030beta.zip to /var/tmp/portage/twiki-20041030-r1/work  
/usr/lib/portage/bin/ebuild.sh: line 371: unzip: command not found"  
 
I suggest modifying RDEPEND so that it depends on app-arch/unzip too. 

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Bartosz Przybylski 2005-11-10 02:03:32 0000 -------
Its no difference which version of unzip is that, so this little change in
ebuild should take care of everything.

--- CUT ---

RDEPEND=">=dev-lang/perl-5.8
                perl-core/CGI
                dev-perl/libnet
                >=app-text/rcs-5.7
                sys-apps/diffutils
                virtual/cron
                =net-www/apache-1*
# apache2 is not supported, see twiki documentation
                app-arch/unzip"
--- CUT ---

------- Comment #2 From Renat Lumpau 2005-11-10 06:05:32 0000 -------
Fixed in CVS, thanks.