Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 357947 - version bump to sys-apps/ack-1.94
Summary: version bump to sys-apps/ack-1.94
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rajiv Aaron Manglani (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-08 16:56 UTC by Rajiv Aaron Manglani (RETIRED)
Modified: 2011-03-09 17:16 UTC (History)
1 user (show)

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


Attachments
ack-1.94.ebuild (ack-1.94.ebuild,751 bytes, text/plain)
2011-03-08 17:07 UTC, Torsten Veller (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rajiv Aaron Manglani (RETIRED) gentoo-dev 2011-03-08 16:56:29 UTC
http://groups.google.com/group/ack-users/msg/2f895970ddc34bee


1.94        Mon Nov 15 22:38:48 CST 2010 
    [ENHANCEMENTS] 
    Added support for Go and Delphi. 
    Ignores Monotone's _MTN directories. 
    Added .xsl to the list of --xml files. 
1.93_02     Wed Oct  6 21:39:58 CDT 2010 
    [FIXES] 
    --man and --version now return with an exit code of 0.  They 
    used to exit with a 1. Thanks to Bo Borgerson. 
    [ENHANCEMENTS] 
    The --ignore-dir option now can ignore entire paths relative 
    to your current directory.  Thanks to Nick Hooey.  For example: 
        ack --ignore-dir=t/subsystem/test-data 
    Added --invert-file-match switch to negate the sense of the 
    -g/-G switches.  Thanks, Lars Dieckow. 
1.93_01     Sun Sep  5 16:00:29 CDT 2010 
    [FILE TYPE UPDATES] 
    Added --verilog, --vhdl and --clojure. 
    Files that match *.mk and *.mak as well as GNUmakefile are now included in 
    the ack filetype 'make' (issue 88). 
    Added RSpec's .spec type to the --ruby list. 
    [ENHANCEMENTS] 
    Updated the README to Markdown format.  Thanks to Mark Szymanski 
    for the idea. 
    Added docs for -r, -R, --recurse options. 
    Added new switch --color-lineno and environment variable ACK_COLOR_LINENO, 
    which allow setting the line number color.  (Marq Schneider) 
    Added option --show-types to output the types that ack considers 
    a file to have. (Torsten Blix) 
    'ack --count --no-filename regex' doesn't output a list of numbers but a 
    sum of all occurences. This is NOT what grep does but is the more sensible 
    behavior. 
    [FIXES] 
    Fixed ack misbehavior when using --match or not specifying a regex: 
        ack --match Sue 
        cat foo | ack --perl 
    Fixed issue 74: analog to grep, 'ack --count regex file' now 
    only outputs the number of found matches, if only one file is 
    given. 
    Fixed issue 76: Giving both --line and a regex (with --match) 
    now leads to an error. The same is true for -f or -g in conjunction 
    with --match. (Torsten Blix) 
    Fixed issue 80: Piping into ack --count now works as expected. 
    ack always returned 0 when piped into, no matter how many matches 
    where found. (Torsten Blix) 
    Fixed issue 81: .ackrc now ignores leading/trailing whitespace. 
    (Torsten Blix) 
-- 
Andy Lester => a...@petdance.com => www.theworkinggeek.com => AIM:petdance
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2011-03-08 17:07:26 UTC
Created attachment 265175 [details]
ack-1.94.ebuild

- EAPI 3 bump
- LICENSE: Artistic-2 only
- HOMEPAGE: http://betterthangrep.com/
- perl-module_pkg_postinst doesn't do anything
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2011-03-09 17:16:30 UTC
Committed.