[arch-commits] Commit in ruby-hoe/trunk (PKGBUILD ruby27.patch)

Levente Polyak anthraxx at archlinux.org
Thu Jan 21 01:40:26 UTC 2021


    Date: Thursday, January 21, 2021 @ 01:40:25
  Author: anthraxx
Revision: 824054

upgpkg: ruby-hoe 3.22.3-1

Modified:
  ruby-hoe/trunk/PKGBUILD
Deleted:
  ruby-hoe/trunk/ruby27.patch

--------------+
 PKGBUILD     |   17 +++++------------
 ruby27.patch |   21 ---------------------
 2 files changed, 5 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-21 01:34:25 UTC (rev 824053)
+++ PKGBUILD	2021-01-21 01:40:25 UTC (rev 824054)
@@ -4,9 +4,9 @@
 
 _gemname=hoe
 pkgname=ruby-${_gemname}
-_gitcommit=c5bb62f78193e8dcb734d412c38791ce6f74773c
-pkgver=3.20.0
-pkgrel=4
+_gitcommit=c50be1641440a5fd821c5438219a9a88e189461c
+pkgver=3.22.3
+pkgrel=1
 pkgdesc='Hoe is a rake/rubygems helper for project Rakefiles'
 url='https://www.zenspider.com/projects/hoe.html'
 arch=('any')
@@ -15,10 +15,8 @@
 makedepends=('git' 'ruby-rdoc' 'ruby-rake')
 checkdepends=('ruby-minitest')
 options=('!emptydirs')
-source=("git+https://github.com/seattlerb/hoe#commit=${_gitcommit}"
-        ruby27.patch)
-sha512sums=('SKIP'
-            'ec5e34b53fafc72fb6d9af3aa79dc1509632c390668a97db807d370759a6f0bdfe328933b648d35dedcc9662f94d6f1f99a2b982a037b49d354592a86f782a57')
+source=("git+https://github.com/seattlerb/hoe#commit=${_gitcommit}")
+sha512sums=('SKIP')
 
 pkgver() {
   cd ${_gemname}
@@ -25,11 +23,6 @@
   grep 'VERSION = "' lib/hoe.rb|sed -E 's|.*"(.+)"|\1|'
 }
 
-prepare() {
-  cd ${_gemname}
-  patch -p1 < ../ruby27.patch
-}
-
 build() {
   cd ${_gemname}
   rake gem

Deleted: ruby27.patch
===================================================================
--- ruby27.patch	2021-01-21 01:34:25 UTC (rev 824053)
+++ ruby27.patch	2021-01-21 01:40:25 UTC (rev 824054)
@@ -1,21 +0,0 @@
-commit d8e33cd84ae01ca281d497e390101c79e03f70a1
-Author: Anatol Pomozov <anatol.pomozov at gmail.com>
-Date:   Wed Dec 25 15:35:42 2019 -0800
-
-    Fix ruby 2.7 keyword parameter warning
-    
-    warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
-
-diff --git a/lib/hoe/debug.rb b/lib/hoe/debug.rb
-index 8bfdcf1..67be47b 100644
---- a/lib/hoe/debug.rb
-+++ b/lib/hoe/debug.rb
-@@ -91,7 +91,7 @@ module Hoe::Debug
-       begin
-         sh "#{DIFF} -du Manifest.txt #{f}", verbose
-       ensure
--        rm f, verbose
-+        rm f, **verbose
-       end
-     end
-   end



More information about the arch-commits mailing list