<?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>174014</bug_id>
          
          <creation_ts>2007-04-10 10:15 0000</creation_ts>
          <short_desc>dev-util/stgit-0.12.1: install bash completion file</short_desc>
          <delta_ts>2007-04-10 18:08:21 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>Ebuilds</component>
          <version>2006.0</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>nicolas@boichat.ch</reporter>
          <assigned_to>ferdy@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>nicolas@boichat.ch</who>
            <bug_when>2007-04-10 10:15:15 0000</bug_when>
            <thetext>stgit-0.12.1.ebuild does not install the bash completion file provided in the package. This patch fixes this:

--- /usr/portage/dev-util/stgit/stgit-0.12.1.ebuild	2007-04-04 19:22:39.000000000 +0800
+++ stgit-0.12.1-r1.ebuild	2007-04-10 18:06:00.000000000 +0800
@@ -22,4 +22,6 @@
 	dodir /usr/share/doc/${PF}
 	mv ${D}/usr/share/${PN}/examples ${D}/usr/share/doc/${PF}
 	rmdir ${D}/usr/share/doc/${PN}
+	dodir /usr/share/bash-completion
+	cp contrib/stgit-completion.bash ${D}/usr/share/bash-completion/stgit
 }</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ferdy@gentoo.org</who>
            <bug_when>2007-04-10 17:09:56 0000</bug_when>
            <thetext>Will do later today. Thanks.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ferdy@gentoo.org</who>
            <bug_when>2007-04-10 18:08:21 0000</bug_when>
            <thetext>InCVS stgit-0.12.1-r1 with a bit better approach.

Thanks !

- ferdy</thetext>
          </long_desc>
      
    </bug>

</bugzilla>