diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 13:52:54 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 13:52:54 +0000 |
commit | 410446fde000606ebdfeffa64ef6fd31025cbe4c (patch) | |
tree | 50eb0a40453857c6c521a10db2c98f64c9d04632 /dev-ruby | |
parent | Cleanup unused patches. (diff) | |
download | gentoo-2-410446fde000606ebdfeffa64ef6fd31025cbe4c.tar.gz gentoo-2-410446fde000606ebdfeffa64ef6fd31025cbe4c.tar.bz2 gentoo-2-410446fde000606ebdfeffa64ef6fd31025cbe4c.zip |
Cleanup unused patches.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/gherkin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/gherkin/files/gherkin-2.3.10-no-werror.patch | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-ruby/gherkin/ChangeLog b/dev-ruby/gherkin/ChangeLog index fbe98df4099c..139e9902e859 100644 --- a/dev-ruby/gherkin/ChangeLog +++ b/dev-ruby/gherkin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/gherkin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.74 2014/11/16 18:15:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.75 2014/11/18 13:52:54 mrueg Exp $ + + 18 Nov 2014; Manuel Rüger <mrueg@gentoo.org> + -files/gherkin-2.3.10-no-werror.patch: + Cleanup unused patches. 16 Nov 2014; Agostino Sarubbo <ago@gentoo.org> gherkin-2.11.6.ebuild: Stable for ppc64, wrt bug #493780 diff --git a/dev-ruby/gherkin/files/gherkin-2.3.10-no-werror.patch b/dev-ruby/gherkin/files/gherkin-2.3.10-no-werror.patch deleted file mode 100644 index 644a46a388d7..000000000000 --- a/dev-ruby/gherkin/files/gherkin-2.3.10-no-werror.patch +++ /dev/null @@ -1,22 +0,0 @@ -commit 1a46a428b4c92982124a8081623db9d56f6a28d7 -Author: Hans de Graaff <hans@degraaff.org> -Date: Thu Jun 2 11:46:22 2011 +0200 - - Don't use -Werror in production code. - - Using -Werror will break compilation when new versions of gcc are - introduced since new warnings are added for every new version. - -diff --git a/tasks/compile.rake b/tasks/compile.rake -index 57cd90f..01e9b55 100755 ---- a/tasks/compile.rake -+++ b/tasks/compile.rake -@@ -72,7 +72,7 @@ langs.each do |i18n| - io.write(<<-EOF) - require 'mkmf' - CONFIG['warnflags'].gsub!(/-Wshorten-64-to-32/, '') if CONFIG['warnflags'] --$CFLAGS << ' -O0 -Wall -Werror' if CONFIG['CC'] =~ /gcc/ -+$CFLAGS << ' -O0 -Wall' if CONFIG['CC'] =~ /gcc/ - dir_config("gherkin_lexer_#{i18n.underscored_iso_code}") - have_library("c", "main") - create_makefile("gherkin_lexer_#{i18n.underscored_iso_code}") |