<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>31014</bug_id>
          
          <creation_ts>2003-10-12 22:29 0000</creation_ts>
          <short_desc>emerge phpdocs-0.26 fails because of bad ebuild</short_desc>
          <delta_ts>2003-10-13 11:44:12 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          <bug_file_loc>http://csociety-ftp.ecn.purdue.edu/pub/gentoo-portage/app-vim/phpdocs/phpdocs-0.26.ebuild</bug_file_loc>
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>Salgar@gmx.net</reporter>
          <assigned_to>mholzer@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>Salgar@gmx.net</who>
            <bug_when>2003-10-12 22:29:54 0000</bug_when>
            <thetext>Theres an linebreak in the ebuild that should not be there I think.
See app-vim/phpdocs/phpdocs-0.26.ebuild line 15/16.

Reproducible: Always
Steps to Reproduce:
1. emerge phpdocs

Actual Results:  
emerge failed

Expected Results:  
emerge without errors =)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>lanius@gentoo.org</who>
            <bug_when>2003-10-13 03:07:32 0000</bug_when>
            <thetext>which linebreak do you mean? please attach a patch.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>Salgar@gmx.net</who>
            <bug_when>2003-10-13 10:01:25 0000</bug_when>
            <thetext>Ah i got it.
There a \013(shown as ^M in vi) in the ebuild which sometimes gets lost during
rsync (don&apos;t ask me why!?)

This should fix it:
15,16c15
&lt;       sed -i &apos;s/
&lt; $//&apos; ${S}/plugin/phpdoc.vim || die &quot;sed failed&quot;
---
&gt;       sed -i &apos;s/\r$//&apos; ${S}/plugin/phpdoc.vim || die &quot;sed failed&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mholzer@gentoo.org</who>
            <bug_when>2003-10-13 11:44:12 0000</bug_when>
            <thetext>fixed in cvs</thetext>
          </long_desc>
      
    </bug>

</bugzilla>