mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 01:03:18 +02:00
dev-ruby: add ruby22 support
This commit is contained in:
parent
f761d6e42b
commit
3f23ace669
6 changed files with 12 additions and 43 deletions
|
|
@ -1,10 +1,9 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby20 ruby21"
|
||||
USE_RUBY="ruby21 ruby22"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby20 ruby21"
|
||||
USE_RUBY="ruby21 ruby22"
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="vendor"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
DIST protected_attributes-1.1.3.gem 15360 SHA256 e3bf636ae271a55005271a6bfa1b5aca884d7448d56a638f8ea28241a5bef7bd SHA512 78f0b9071f89d8e96d1706045e5af1a90256977f33c00d19fcce2f91c53bbcd27fcd20242f918cb763e2599e4cb7afd085d07c7c00186f54bde94e19f526d84c WHIRLPOOL e2f435f0ca2ad46721164c621627bdbbd25770e2ffd3214d3080d37f40ff47e9fee7ae49f0824523fbe56b895f5c06fd7f4ec2bb6401d5f17dd26a517027536e
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby20 ruby21"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Protect attributes from mass assignment"
|
||||
HOMEPAGE="https://github.com/rails/protected_attributes"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="|| ( dev-ruby/activemodel:4.0 dev-ruby/activemodel:4.1 dev-ruby/activemodel:4.2 )"
|
||||
|
||||
#dev deps:
|
||||
#|| ( dev-ruby/actionpack:4.0 dev-ruby/actionpack:4.1 dev-ruby/actionpack:4.2 )
|
||||
# || ( dev-ruby/activerecord:4.0 dev-ruby/activerecord:4.1 dev-ruby/activerecord:4.2 )
|
||||
# || ( dev-ruby/railties:4.0 dev-ruby/railties:4.1 dev-ruby/railties:4.2 )
|
||||
# dev-ruby/sqlite3
|
||||
# dev-ruby/mocha:=
|
||||
#"
|
||||
|
|
@ -1,10 +1,9 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby20 ruby21"
|
||||
USE_RUBY="ruby21 ruby22"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby21 ruby22"
|
||||
|
||||
USE_RUBY="ruby21"
|
||||
inherit ruby-ng
|
||||
|
||||
DESCRIPTION="Web-based application for effective reporting writing"
|
||||
|
|
|
|||
Loading…
Reference in a new issue