Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 214128

Summary: dev-libs/mini-xml-2.4 forgotten to unpack
Product: Gentoo Linux Reporter: Shunichi Fuji <palglowr>
Component: New packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Shunichi Fuji 2008-03-21 09:41:49 UTC
especial archive unpack is needed while override src_unpack().

Reproducible: Always

Steps to Reproduce:




diff --git a/mini-xml-2.4.ebuild b/mini-xml-2.4.ebuild
index 3791029..a4ce011 100644
--- a/mini-xml-2.4.ebuild
+++ b/mini-xml-2.4.ebuild
@@ -25,6 +25,8 @@ src_test() {
 }
 
 src_unpack() {
+       unpack "${A}"
+       cd "${S}"
        sed -i -e "s:755 -s:755:" Makefile.in || die "sed failed"
        rm configure
        eautoreconf
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-03-21 13:42:00 UTC
Fixed on Diego's request, thanks.