Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256308 - [new ebuild] dev-util/commithooks
Summary: [new ebuild] dev-util/commithooks
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://software.complete.org/software...
Whiteboard: sunrise suggested
Keywords: EBUILD, InVCS
Depends on:
Blocks:
 
Reported: 2009-01-25 13:49 UTC by Dennis Schridde
Modified: 2016-10-30 15:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed ebuild (commithooks-0.5.0.ebuild,1.68 KB, text/plain)
2009-01-25 15:28 UTC, Dennis Schridde
Details
Improved ebuild (commithooks-0.5.0.ebuild,1.71 KB, text/plain)
2009-02-02 07:37 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2009-01-25 13:49:43 UTC
It would be nice to have an ebuild for dev-util/commithooks.

"""This is a collection of scripts to process commit actions from different version control systems (VCS) and inject the results into different bug-tracking systems (BTS), sometimes closing bugs as a result."""

I will probably attach an own ebuild later, so do not close this bugreport too quickly with WONTFIX...

Reproducible: Always
Comment 1 Dennis Schridde 2009-01-25 13:50:45 UTC
Helpful website: http://www.terdmonk.com/trac+post-commit-hooks+with+git
Comment 2 Dennis Schridde 2009-01-25 15:28:02 UTC
Created attachment 179686 [details]
Proposed ebuild
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2009-01-25 17:54:37 UTC
Instead of:

-e "s/^BASE=.*$/BASE=\/usr\/share\/${PN}\/vcs-hooks/" \

you can use:

-e "s,^BASE=.*$,BASE=/usr/share/${PN}/vcs-hooks," \

Note different separator (, instead of /) -- that makes it more readable.
Comment 4 Dennis Schridde 2009-02-02 07:37:16 UTC
Created attachment 180662 [details]
Improved ebuild

Implemented your change and made sure to download the 0.5.0 version. (Untagged, thus fetching the last commit belonging to that version.)
For an -9999 ebuild just remove the EGIT_TREE="..." line.
Comment 5 Nado 2016-10-30 15:24:48 UTC
Moved to https://github.com/jgoerzen/commithooks and officially unmaintained, no fork on GH, I haven’t looked anywhere else since last commit is already 6y old.
Is it worthy making an ebuild for an unmaintained app ?