Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 174014
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Fernando J. Pereda (RETIRED) <ferdy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Nicolas Boichat <nicolas@boichat.ch>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 174014 depends on: Show dependency tree
Bug 174014 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-04-10 10:15 0000
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
 }

------- Comment #1 From Fernando J. Pereda (RETIRED) 2007-04-10 17:09:56 0000 -------
Will do later today. Thanks.

------- Comment #2 From Fernando J. Pereda (RETIRED) 2007-04-10 18:08:21 0000 -------
InCVS stgit-0.12.1-r1 with a bit better approach.

Thanks !

- ferdy

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug