Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 267219 Details for
Bug 360479
sys-apps/ack: gentoo filetype patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch adding gentoo support for the versions of ack in the current tree
ack-gentoo-filetypes.patch (text/plain), 3.58 KB, created by
Henning Schild
on 2011-03-25 22:52:52 UTC
(
hide
)
Description:
patch adding gentoo support for the versions of ack in the current tree
Filename:
MIME Type:
Creator:
Henning Schild
Created:
2011-03-25 22:52:52 UTC
Size:
3.58 KB
patch
obsolete
>--- /usr/portage/sys-apps/ack/ack-1.92.ebuild 2010-05-06 09:03:06.000000000 +0200 >+++ ack-1.92-r1.ebuild 2011-03-25 23:36:20.298741002 +0100 >@@ -2,6 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ack-1.92.ebuild,v 1.3 2010/05/06 07:03:06 tove Exp $ > >+EAPI=2 > inherit perl-module bash-completion > > DESCRIPTION="ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code" >@@ -19,6 +20,8 @@ > dev-lang/perl" > RDEPEND="${DEPEND}" > >+PATCHES=( "${FILESDIR}"/"${P}"-gentoo-filetypes.patch ) >+ > src_install() { > perl-module_src_install > dobashcompletion etc/ack.bash_completion.sh >--- /usr/portage/sys-apps/ack/ack-1.94.ebuild 2011-03-09 18:16:11.000000000 +0100 >+++ ack-1.94-r1.ebuild 2011-03-25 23:42:16.678741000 +0100 >@@ -20,6 +20,8 @@ > DEPEND=">=dev-perl/File-Next-1.02" > RDEPEND="${DEPEND}" > >+PATCHES=( "${FILESDIR}"/"${P}"-gentoo-filetypes.patch ) >+ > src_install() { > perl-module_src_install > dobashcompletion etc/ack.bash_completion.sh >diff -Nru /usr/portage/sys-apps/ack/files/ack-1.92-gentoo-filetypes.patch files/ack-1.92-gentoo-filetypes.patch >--- /usr/portage/sys-apps/ack/files/ack-1.92-gentoo-filetypes.patch 1970-01-01 01:00:00.000000000 +0100 >+++ files/ack-1.92-gentoo-filetypes.patch 2011-03-25 23:26:21.858741000 +0100 >@@ -0,0 +1,24 @@ >+Index: ack-1.92/ack-help-types.txt >+=================================================================== >+--- ack-1.92.orig/ack-help-types.txt >++++ ack-1.92/ack-help-types.txt >+@@ -20,6 +20,7 @@ Note that some extensions may appear in >+ --[no]elisp .el >+ --[no]erlang .erl .hrl >+ --[no]fortran .f .f77 .f90 .f95 .f03 .for .ftn .fpp >++ --[no]gentoo .eclass .ebuild >+ --[no]haskell .hs .lhs >+ --[no]hh .h >+ --[no]html .htm .html .shtml .xhtml >+Index: ack-1.92/Ack.pm >+=================================================================== >+--- ack-1.92.orig/Ack.pm >++++ ack-1.92/Ack.pm >+@@ -85,6 +85,7 @@ BEGIN { >+ erlang => [qw( erl hrl )], >+ fortran => [qw( f f77 f90 f95 f03 for ftn fpp )], >+ haskell => [qw( hs lhs )], >++ gentoo => [qw( eclass ebuild )], >+ hh => [qw( h )], >+ html => [qw( htm html shtml xhtml )], >+ java => [qw( java properties )], >diff -Nru /usr/portage/sys-apps/ack/files/ack-1.94-gentoo-filetypes.patch files/ack-1.94-gentoo-filetypes.patch >--- /usr/portage/sys-apps/ack/files/ack-1.94-gentoo-filetypes.patch 1970-01-01 01:00:00.000000000 +0100 >+++ files/ack-1.94-gentoo-filetypes.patch 2011-03-25 23:42:11.498741002 +0100 >@@ -0,0 +1,24 @@ >+Index: ack-1.94/Ack.pm >+=================================================================== >+--- ack-1.94.orig/Ack.pm >++++ ack-1.94/Ack.pm >+@@ -87,6 +87,7 @@ BEGIN { >+ elisp => [qw( el )], >+ erlang => [qw( erl hrl )], >+ fortran => [qw( f f77 f90 f95 f03 for ftn fpp )], >++ gentoo => [qw( eclass ebuild )], >+ go => [qw( go )], >+ haskell => [qw( hs lhs )], >+ hh => [qw( h )], >+Index: ack-1.94/ack-help-types.txt >+=================================================================== >+--- ack-1.94.orig/ack-help-types.txt >++++ ack-1.94/ack-help-types.txt >+@@ -22,6 +22,7 @@ Note that some extensions may appear in >+ --[no]elisp .el >+ --[no]erlang .erl .hrl >+ --[no]fortran .f .f77 .f90 .f95 .f03 .for .ftn .fpp >++ --[no]gentoo .eclass .ebuild >+ --[no]go .go >+ --[no]haskell .hs .lhs >+ --[no]hh .h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 360479
: 267219