From 426bffc3af1463690b25245e1ca2378349d115f5 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Thu, 6 Dec 2012 02:38:17 +0000 Subject: fixed typo in patchname (Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED) --- app-portage/eix/ChangeLog | 6 +++++- app-portage/eix/files/eix-0.2.5-commentlines.patch | 11 ----------- app-portage/eix/files/eix-0.27.5-commentlines.patch | 11 +++++++++++ 3 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 app-portage/eix/files/eix-0.2.5-commentlines.patch create mode 100644 app-portage/eix/files/eix-0.27.5-commentlines.patch (limited to 'app-portage') diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index d4af76c384fc..ce0c6557650b 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/eix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.436 2012/12/05 21:26:03 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.437 2012/12/06 02:38:17 axs Exp $ + + 06 Dec 2012; Ian Stakenvicius + -files/eix-0.2.5-commentlines.patch, +files/eix-0.27.5-commentlines.patch: + fixed typo in patch filename *eix-0.27.5-r1 (05 Dec 2012) diff --git a/app-portage/eix/files/eix-0.2.5-commentlines.patch b/app-portage/eix/files/eix-0.2.5-commentlines.patch deleted file mode 100644 index 797ce8ea0d78..000000000000 --- a/app-portage/eix/files/eix-0.2.5-commentlines.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/portage/mask_list.cc -+++ src/portage/mask_list.cc -@@ -36,7 +36,7 @@ bool - MaskList::add_file(const char *file, Mask::Type mask_type, bool recursive, bool keep_commentlines) - { - vector lines; -- if(!pushback_lines(file, &lines, false, recursive, (keep_commentlines ? -1 : 0))) { -+ if(!pushback_lines(file, &lines, false, recursive, (keep_commentlines ? -1 : 1))) { - return false; - } - bool added(false), finishcomment(false); diff --git a/app-portage/eix/files/eix-0.27.5-commentlines.patch b/app-portage/eix/files/eix-0.27.5-commentlines.patch new file mode 100644 index 000000000000..797ce8ea0d78 --- /dev/null +++ b/app-portage/eix/files/eix-0.27.5-commentlines.patch @@ -0,0 +1,11 @@ +--- src/portage/mask_list.cc ++++ src/portage/mask_list.cc +@@ -36,7 +36,7 @@ bool + MaskList::add_file(const char *file, Mask::Type mask_type, bool recursive, bool keep_commentlines) + { + vector lines; +- if(!pushback_lines(file, &lines, false, recursive, (keep_commentlines ? -1 : 0))) { ++ if(!pushback_lines(file, &lines, false, recursive, (keep_commentlines ? -1 : 1))) { + return false; + } + bool added(false), finishcomment(false); -- cgit v1.2.3-65-gdbad