summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-08-02 01:37:50 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-08-02 01:37:50 +0000
commit573f305d8c6aa4d99a7bb8cd07c5032190c30b25 (patch)
tree749369ae0ccf006443fefb95daa8c2b6abbf0e72 /dev-ruby
parentAdd ruby21 support. (diff)
downloadgentoo-2-573f305d8c6aa4d99a7bb8cd07c5032190c30b25.tar.gz
gentoo-2-573f305d8c6aa4d99a7bb8cd07c5032190c30b25.tar.bz2
gentoo-2-573f305d8c6aa4d99a7bb8cd07c5032190c30b25.zip
Add ruby21 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/modernizr/ChangeLog7
-rw-r--r--dev-ruby/modernizr/modernizr-2.6.2.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ruby/modernizr/ChangeLog b/dev-ruby/modernizr/ChangeLog
index 7f419fa302bb..f65339b0bd43 100644
--- a/dev-ruby/modernizr/ChangeLog
+++ b/dev-ruby/modernizr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/modernizr
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/modernizr/ChangeLog,v 1.1 2013/12/13 12:31:46 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/modernizr/ChangeLog,v 1.2 2014/08/02 01:37:50 mrueg Exp $
+
+ 02 Aug 2014; Manuel Rüger <mrueg@gentoo.org> modernizr-2.6.2.ebuild:
+ Add ruby21 support.
*modernizr-2.6.2 (13 Dec 2013)
diff --git a/dev-ruby/modernizr/modernizr-2.6.2.ebuild b/dev-ruby/modernizr/modernizr-2.6.2.ebuild
index 80ba8f81f0c5..b82a5d318d1a 100644
--- a/dev-ruby/modernizr/modernizr-2.6.2.ebuild
+++ b/dev-ruby/modernizr/modernizr-2.6.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/modernizr/modernizr-2.6.2.ebuild,v 1.1 2013/12/13 12:31:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/modernizr/modernizr-2.6.2.ebuild,v 1.2 2014/08/02 01:37:50 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_TASK_DOC=""
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none"
inherit ruby-fakegem
-DESCRIPTION="Neatly packaged Modernizr JS assets for use in Sprockets or the Rails 3 asset pipeline."
+DESCRIPTION="Neatly packaged Modernizr JS assets for use in Sprockets or the Rails 3 asset pipeline"
HOMEPAGE="https://github.com/josh/ruby-modernizr"
LICENSE="MIT"