[arch-commits] Commit in rubygems/trunk (PKGBUILD no-crash-if-missing-rdoc.patch)

Anatol Pomozov anatolik at archlinux.org
Fri Jun 14 15:16:09 UTC 2019


    Date: Friday, June 14, 2019 @ 15:16:09
  Author: anatolik
Revision: 356135

upgpkg: rubygems 3.0.4-1

Modified:
  rubygems/trunk/PKGBUILD
Deleted:
  rubygems/trunk/no-crash-if-missing-rdoc.patch

--------------------------------+
 PKGBUILD                       |    9 ++-------
 no-crash-if-missing-rdoc.patch |   14 --------------
 2 files changed, 2 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-14 15:05:27 UTC (rev 356134)
+++ PKGBUILD	2019-06-14 15:16:09 UTC (rev 356135)
@@ -2,7 +2,7 @@
 
 pkgname=rubygems
 pkgdesc='Package management framework for Ruby'
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 arch=(any)
 url='https://rubygems.org/'
@@ -12,17 +12,12 @@
 backup=(etc/gemrc)
 checkdepends=(rake)
 source=(rubygems-$pkgver.zip::https://github.com/rubygems/rubygems/archive/v${pkgver}.zip
-	no-crash-if-missing-rdoc.patch
 	gemrc)
-sha512sums=('3c73bae27a6bc687b959988787bd4ca033bd0878695e693b9e8919cc10cbb58fcbfdaa83c3528947a60611561cf9f18f536b68b1c76288ec7f6a3045dc3ba42e'
-            '0a5f03fc9de0fc4aa4d234d7baf2ffe6dba56850e94ccfba4d73495b0c18aa012ae195e1a0f7aaefb1205a1539a66242d47712dd8d8ae93fc46b9e16af6f91ba'
+sha512sums=('628d93691689e61934734b43c14dca37cde285235711e96894690125c0e1bc73d5730764432994b28c17f113ba65b1e48eac5f23a4f02e4debc2f8763a5dab43'
             '8cafd14d414ee3c16aa94f79072bc6c100262f925dc1300e785846c3fabbbbffc1356b8e2223af5684e3340c55032d41231179ffa948bb12e01dbae0f4131911')
 
 prepare() {
   cd rubygems-${pkgver}
-
-  # workaround for https://github.com/rubygems/rubygems/issues/2483
-  patch -p1 < ../no-crash-if-missing-rdoc.patch
 }
 
 check() {

Deleted: no-crash-if-missing-rdoc.patch
===================================================================
--- no-crash-if-missing-rdoc.patch	2019-06-14 15:05:27 UTC (rev 356134)
+++ no-crash-if-missing-rdoc.patch	2019-06-14 15:16:09 UTC (rev 356135)
@@ -1,14 +0,0 @@
-diff --git a/lib/rubygems/rdoc.rb b/lib/rubygems/rdoc.rb
-index dfaf7c55..4e16fbb8 100644
---- a/lib/rubygems/rdoc.rb
-+++ b/lib/rubygems/rdoc.rb
-@@ -18,7 +18,7 @@ begin
-   module Gem
-     RDoc = ::RDoc::RubygemsHook
-   end
-+
-+  Gem.done_installing(&Gem::RDoc.method(:generation_hook))
- rescue LoadError
- end
--
--Gem.done_installing(&Gem::RDoc.method(:generation_hook))



More information about the arch-commits mailing list