Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189624 Details for
Bug 267665
[patch] app-portage/gentoolkit-dev-0.2.6.9 omits ".ebuild" from ChangeLog entries
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixes the missing .ebuild for CVS case
echangelog-0.2.6.9-missing.ebuild.patch (text/plain), 534 bytes, created by
Peter Alfredsen (RETIRED)
on 2009-04-27 16:31:08 UTC
(
hide
)
Description:
fixes the missing .ebuild for CVS case
Filename:
MIME Type:
Creator:
Peter Alfredsen (RETIRED)
Created:
2009-04-27 16:31:08 UTC
Size:
534 bytes
patch
obsolete
>--- /usr/bin/echangelog.old 2009-04-27 18:24:36.000000000 +0200 >+++ /usr/bin/echangelog 2009-04-27 18:24:43.000000000 +0200 >@@ -25,11 +25,11 @@ > > my %vcs = ( cvs => { diff => "cvs -f diff -U0", > status => "cvs -fn up", > add => "cvs -f add", > skip => 6, >- regex => qr/^Index: (([^\/]*?)\.ebuild)\s*$/ }, >+ regex => qr/^Index: ()(([^\/]*?)\.ebuild)\s*$/ }, > svn => { diff => "svn diff -N", > status => "svn status", > add => "svn add", > skip => 6, > regex => qr/^Index: (([^\/]*?)\.ebuild)\s*$/ },
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 267665
: 189624