wok-next diff ruby-rspec-expectations/receipt @ rev 21110

subversion: update dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 04:06:27 2019 +0200 (2019-01-11)
parents efc1e4b02968
children
line diff
     1.1 --- a/ruby-rspec-expectations/receipt	Sat Aug 18 16:19:00 2018 +0300
     1.2 +++ b/ruby-rspec-expectations/receipt	Fri Jan 11 04:06:27 2019 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="ruby-rspec-expectations"
     1.7 -VERSION="3.8.1"
     1.8 +VERSION="3.8.2"
     1.9  CATEGORY="ruby"
    1.10  SHORT_DESC="Express expected outcomes of a code example"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -14,6 +14,8 @@
    1.13  WGET_URL="http://rubygems.org/downloads/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="ruby-dev"
    1.16 +COPY_std="@ruby"
    1.17 +DEPENDS_std="ruby ruby-diff-lcs ruby-rspec-support"
    1.18  
    1.19  compile_rules() {
    1.20  	gem install \
    1.21 @@ -24,8 +26,3 @@
    1.22  		$src/$TARBALL &&
    1.23  	fix gem
    1.24  }
    1.25 -
    1.26 -genpkg_rules() {
    1.27 -	copy @ruby
    1.28 -	DEPENDS="ruby ruby-diff-lcs ruby-rspec-support"
    1.29 -}