| Summary: | bitkeeper-3.0.1-r2.ebuild (Bugfix/Update) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Evan Powers <powers.161> |
| Component: | New packages | Assignee: | David Holm (RETIRED) <dholm> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | enhancement | CC: | mholzer, powers.161 |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
patch 3.0.1-r1 -> 3.0.1-r2
patch ChangeLog to official format |
||
Created attachment 12375 [details, diff]
patch 3.0.1-r1 -> 3.0.1-r2
Created attachment 12376 [details, diff]
patch ChangeLog to official format
I don't know if anyone cares about this, but this patch reorders the ChangeLog
into the official format.
Suggested ChangeLog entry:
*bitkeeper-3.0.1-r2 (DATE)
DATE; FIRST LAST <EMAIL> bitkeeper-3.0.1-r2.ebuild:
Minor patch to symlink commands into /usr/bin instead of adding /opt/${P} to PATH;
this reflects the behavior of the official installer and resolves bug #18247. Patch was
submitted in #21638 by Evan Powers (powers.161@osu.edu).
I added your changes and updated the ebuild to 3.0.2 as 3.0.1 is no longer available. Please confirm that it works and that bug #18247 has been resolved, thanks. it's in portage |
This revision symlinks user commands into /usr/bin instead of adding /opt/${P} to the PATH via /etc/env.d/10bitkeeper as done in previous revisions. This change has the side effect of resolving bug #18247, "man puts bitkeeper cmp in config file", which describes how emerging sys-apps/man causes CMP in /etc/man.conf to reference BK's cmp rather than /usr/bin/cmp. It might be wise to mark this ebuild stable, because of the sys-apps/man upgrade bug. Since the patch is so trivial, I feel comfortable suggesting that.