summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-26 02:11:23 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-26 02:11:23 +0000
commit8c4f7745ee738cb43e6380b04273bc169f5fa6c3 (patch)
treecb12972a2dcde589cceb638e24227e50a2b558fe /dev-ruby/right_http_connection
parentDrop jruby target. (diff)
downloadgentoo-2-8c4f7745ee738cb43e6380b04273bc169f5fa6c3.tar.gz
gentoo-2-8c4f7745ee738cb43e6380b04273bc169f5fa6c3.tar.bz2
gentoo-2-8c4f7745ee738cb43e6380b04273bc169f5fa6c3.zip
Drop jruby. Bump EAPI
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/right_http_connection')
-rw-r--r--dev-ruby/right_http_connection/ChangeLog6
-rw-r--r--dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild8
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-ruby/right_http_connection/ChangeLog b/dev-ruby/right_http_connection/ChangeLog
index 62c70c3dc7a3..e263ec270a3c 100644
--- a/dev-ruby/right_http_connection/ChangeLog
+++ b/dev-ruby/right_http_connection/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/right_http_connection
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 1.18 2014/04/18 13:54:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 1.19 2014/11/26 02:11:23 mrueg Exp $
+
+ 26 Nov 2014; Manuel Rüger <mrueg@gentoo.org>
+ right_http_connection-1.3.0.ebuild:
+ Drop jruby. Bump EAPI
18 Apr 2014; Hans de Graaff <graaff@gentoo.org>
right_http_connection-1.3.0.ebuild:
diff --git a/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild
index 866df6cceaef..4ce83c77b604 100644
--- a/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild
+++ b/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild,v 1.8 2014/04/18 13:54:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild,v 1.9 2014/11/26 02:11:23 mrueg Exp $
-EAPI=4
+EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
@@ -35,8 +35,6 @@ each_ruby_test() {
case ${RUBY} in
*ruby19)
;;
- *jruby)
- ;;
*)
${RUBY} -S cucumber features || die
;;