summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2012-08-11 11:27:44 +0000
committerBenedikt Boehm <hollow@gentoo.org>2012-08-11 11:27:44 +0000
commitc9fde5bb72d3eba40e9e151603ef837d5c92ed18 (patch)
tree84def7fac04115986d87d3deb26537d5d725ba6a /dev-ruby/merb-core
parentStable for amd64, wrt bug #422227 (diff)
downloadhistorical-c9fde5bb72d3eba40e9e151603ef837d5c92ed18.tar.gz
historical-c9fde5bb72d3eba40e9e151603ef837d5c92ed18.tar.bz2
historical-c9fde5bb72d3eba40e9e151603ef837d5c92ed18.zip
add ruby19 support
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/merb-core')
-rw-r--r--dev-ruby/merb-core/ChangeLog7
-rw-r--r--dev-ruby/merb-core/merb-core-1.1.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/merb-core/ChangeLog b/dev-ruby/merb-core/ChangeLog
index 3825abff49ab..d634271490ad 100644
--- a/dev-ruby/merb-core/ChangeLog
+++ b/dev-ruby/merb-core/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/merb-core
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/ChangeLog,v 1.4 2010/11/17 18:40:36 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/ChangeLog,v 1.5 2012/08/11 11:23:17 hollow Exp $
+
+ 11 Aug 2012; Benedikt Böhm <hollow@gentoo.org> merb-core-1.1.3.ebuild:
+ add ruby19 support
17 Nov 2010; Hans de Graaff <graaff@gentoo.org> merb-core-1.1.3.ebuild:
Require rspec with USE=doc because the Rakefile depends on it. Fixes
diff --git a/dev-ruby/merb-core/merb-core-1.1.3.ebuild b/dev-ruby/merb-core/merb-core-1.1.3.ebuild
index a42fc013ffbc..9edfde25bdae 100644
--- a/dev-ruby/merb-core/merb-core-1.1.3.ebuild
+++ b/dev-ruby/merb-core/merb-core-1.1.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/merb-core-1.1.3.ebuild,v 1.3 2010/11/17 18:40:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/merb-core-1.1.3.ebuild,v 1.4 2012/08/11 11:23:17 hollow Exp $
EAPI="2"
-USE_RUBY="ruby18"
+USE_RUBY="ruby18 ruby19"
# Tools to generate docs are missing from gem distribution.
RUBY_FAKEGEM_TASK_DOC="doc:rdoc"