diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 13:44:11 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 13:44:11 +0000 |
commit | b17d42c238efd5feba9d815f045fefc57d6e37a5 (patch) | |
tree | 04b1c78b7c05cffa2ad9551fc7b5a1770e332db7 | |
parent | Cleanup unused patches. (diff) | |
download | gentoo-2-b17d42c238efd5feba9d815f045fefc57d6e37a5.tar.gz gentoo-2-b17d42c238efd5feba9d815f045fefc57d6e37a5.tar.bz2 gentoo-2-b17d42c238efd5feba9d815f045fefc57d6e37a5.zip |
Cleanup unused patches.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r-- | dev-ruby/rails_autolink/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rails_autolink/files/rails_autolink-1.0.9-fixes.patch | 32 |
2 files changed, 5 insertions, 33 deletions
diff --git a/dev-ruby/rails_autolink/ChangeLog b/dev-ruby/rails_autolink/ChangeLog index 6de69aa05b09..fc3ea8cc19f0 100644 --- a/dev-ruby/rails_autolink/ChangeLog +++ b/dev-ruby/rails_autolink/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rails_autolink # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails_autolink/ChangeLog,v 1.6 2014/08/05 16:00:32 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails_autolink/ChangeLog,v 1.7 2014/11/18 13:44:11 mrueg Exp $ + + 18 Nov 2014; Manuel Rüger <mrueg@gentoo.org> + -files/rails_autolink-1.0.9-fixes.patch: + Cleanup unused patches. 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> rails_autolink-1.1.5.ebuild, rails_autolink-1.1.6.ebuild: diff --git a/dev-ruby/rails_autolink/files/rails_autolink-1.0.9-fixes.patch b/dev-ruby/rails_autolink/files/rails_autolink-1.0.9-fixes.patch deleted file mode 100644 index a1a0a8a11dac..000000000000 --- a/dev-ruby/rails_autolink/files/rails_autolink-1.0.9-fixes.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 9bc8ce3c5bd1919df87ac7039b41de18e70bc64d Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= <flameeyes@flameeyes.eu> -Date: Fri, 25 Jan 2013 12:29:21 -0800 -Subject: [PATCH] lib: add to the whitelist the protocol schemes that are - tested for. -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Without this commit, the testsuite will simply fail. - -Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> ---- - lib/rails_autolink/helpers.rb | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/rails_autolink/helpers.rb b/lib/rails_autolink/helpers.rb -index 4f6cd8d..bec82c6 100644 ---- a/lib/rails_autolink/helpers.rb -+++ b/lib/rails_autolink/helpers.rb -@@ -71,7 +71,7 @@ module RailsAutolink - private - - AUTO_LINK_RE = %r{ -- (?: ((?:ed2k|ftp|http|https|irc|mailto|news|gopher|nntp|telnet|webcal|xmpp|callto|feed|svn|urn|aim|rsync|tag|ssh|sftp|rtsp|afs):)// | www\. ) -+ (?: ((?:ed2k|ftp|http|https|irc|mailto|news|gopher|nntp|telnet|webcal|xmpp|callto|feed|svn|urn|aim|rsync|tag|ssh|sftp|rtsp|afs|file|z39.50r|chrome|view-source:http):)// | www\. ) - [^\s<]+ - }x - --- -1.8.1.1 - |