home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.os.linux.gentoo      Stupid OS you gotta compile EVERYTHING      17,684 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 16,259 of 17,684   
   Nikos Chantziaras to All   
   Re: here-documents in ebuild   
   13 Apr 08 23:10:31   
   
   From: realnc@arcor.de   
      
   pk wrote:   
   > pk wrote:   
   > That seems indeed a bug. In the environment, the function becomes   
   >   
   > src_unpack ()   
   > {   
   >     unpack ${A} || die;   
   >     patch -l "${S}/src/misc-proc.c"  <     [snip]   
   > EOF   
   >  || die   
   > }   
   >   
   > Which is quite different from what's in the ebuild:   
   >   
   > src_unpack() {   
   >     unpack ${A} || die   
   >     # Patch to remove meta-generator tag with "ego-gratifying Easter egg":   
   >     patch -l "${S}/src/misc-proc.c" << EOF || die   
   >     [snip]   
   > EOF   
   > }   
      
   Gah, more bugs.  Actually, only the first line has an effect:   
      
      command << EOF   
      str1   
      str2   
      str3   
      EOF   
      
   Only str1 gets passed to command.  str2 and str3 are totally ignored :S   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca