Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-augeas/files/
Date: Thu, 29 Sep 2016 20:33:28
Message-Id: 1475181196.88007b287ce80cd9da88008698cfe52181bca8d7.monsieurp@gentoo
1 commit: 88007b287ce80cd9da88008698cfe52181bca8d7
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 21 17:01:52 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 20:33:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88007b28
7
8 dev-ruby/ruby-augeas: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/2380
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-ruby/ruby-augeas/files/ruby-augeas-0.4.1-libxml2.patch | 11 -----------
15 1 file changed, 11 deletions(-)
16
17 diff --git a/dev-ruby/ruby-augeas/files/ruby-augeas-0.4.1-libxml2.patch b/dev-ruby/ruby-augeas/files/ruby-augeas-0.4.1-libxml2.patch
18 deleted file mode 100644
19 index e8464c2..00000000
20 --- a/dev-ruby/ruby-augeas/files/ruby-augeas-0.4.1-libxml2.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- ext/augeas/extconf.rb.~1~ 2012-10-26 10:39:01.240720232 +0200
24 -+++ ext/augeas/extconf.rb 2012-10-26 10:53:12.413324140 +0200
25 -@@ -27,4 +27,8 @@
26 - raise "augeas-devel not installed"
27 - end
28 -
29 -+unless pkg_config("libxml-2.0")
30 -+ raise "libxml2-devel not installed"
31 -+end
32 -+
33 - create_makefile(extension_name)