summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-10-30 15:53:52 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-10-30 15:53:52 +0000
commit8bf03685914a47fba66384b6d42f0a5447a10e80 (patch)
tree5b3ac6035916853993781e64f6e9288dda119721 /dev-ruby/mocha
parentversion bump (diff)
downloadgentoo-2-8bf03685914a47fba66384b6d42f0a5447a10e80.tar.gz
gentoo-2-8bf03685914a47fba66384b6d42f0a5447a10e80.tar.bz2
gentoo-2-8bf03685914a47fba66384b6d42f0a5447a10e80.zip
Drop jruby target.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/mocha')
-rw-r--r--dev-ruby/mocha/ChangeLog10
-rw-r--r--dev-ruby/mocha/mocha-0.10.5-r1.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-0.10.5-r2.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-0.10.5.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-0.11.4-r1.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-0.11.4.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-0.12.10-r1.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-0.12.10.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-0.12.7.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-0.13.3-r1.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-0.13.3-r2.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-0.13.3.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-0.14.0.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-1.0.0.ebuild4
-rw-r--r--dev-ruby/mocha/mocha-1.1.0.ebuild4
15 files changed, 37 insertions, 29 deletions
diff --git a/dev-ruby/mocha/ChangeLog b/dev-ruby/mocha/ChangeLog
index 738a74031f3a..69c394405009 100644
--- a/dev-ruby/mocha/ChangeLog
+++ b/dev-ruby/mocha/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-ruby/mocha
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.121 2014/08/25 16:13:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.122 2014/10/30 15:53:52 mrueg Exp $
+
+ 30 Oct 2014; Manuel Rüger <mrueg@gentoo.org> mocha-0.10.5-r1.ebuild,
+ mocha-0.10.5-r2.ebuild, mocha-0.10.5.ebuild, mocha-0.11.4-r1.ebuild,
+ mocha-0.11.4.ebuild, mocha-0.12.10-r1.ebuild, mocha-0.12.10.ebuild,
+ mocha-0.12.7.ebuild, mocha-0.13.3-r1.ebuild, mocha-0.13.3-r2.ebuild,
+ mocha-0.13.3.ebuild, mocha-0.14.0.ebuild, mocha-1.0.0.ebuild,
+ mocha-1.1.0.ebuild:
+ Drop jruby target.
25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> mocha-0.10.5-r1.ebuild,
mocha-0.12.10.ebuild, mocha-0.13.3-r1.ebuild:
diff --git a/dev-ruby/mocha/mocha-0.10.5-r1.ebuild b/dev-ruby/mocha/mocha-0.10.5-r1.ebuild
index 0c6be0be2f52..e3f3a6d4284a 100644
--- a/dev-ruby/mocha/mocha-0.10.5-r1.ebuild
+++ b/dev-ruby/mocha/mocha-0.10.5-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.10.5-r1.ebuild,v 1.7 2014/08/25 16:13:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.10.5-r1.ebuild,v 1.8 2014/10/30 15:53:52 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 "
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-0.10.5-r2.ebuild b/dev-ruby/mocha/mocha-0.10.5-r2.ebuild
index 6f747f9b333b..5b1ae0f86ff0 100644
--- a/dev-ruby/mocha/mocha-0.10.5-r2.ebuild
+++ b/dev-ruby/mocha/mocha-0.10.5-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.10.5-r2.ebuild,v 1.3 2014/08/13 18:43:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.10.5-r2.ebuild,v 1.4 2014/10/30 15:53:52 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 "
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-0.10.5.ebuild b/dev-ruby/mocha/mocha-0.10.5.ebuild
index c3b7e8b519a2..9bb2777ff0fc 100644
--- a/dev-ruby/mocha/mocha-0.10.5.ebuild
+++ b/dev-ruby/mocha/mocha-0.10.5.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.10.5.ebuild,v 1.16 2014/04/22 03:29:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.10.5.ebuild,v 1.17 2014/10/30 15:53:52 mrueg Exp $
EAPI=4
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19 "
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-0.11.4-r1.ebuild b/dev-ruby/mocha/mocha-0.11.4-r1.ebuild
index 261874a90b5c..866b5616affc 100644
--- a/dev-ruby/mocha/mocha-0.11.4-r1.ebuild
+++ b/dev-ruby/mocha/mocha-0.11.4-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.11.4-r1.ebuild,v 1.3 2014/08/13 18:43:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.11.4-r1.ebuild,v 1.4 2014/10/30 15:53:52 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 "
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-0.11.4.ebuild b/dev-ruby/mocha/mocha-0.11.4.ebuild
index be6fbc042fbd..481c59185018 100644
--- a/dev-ruby/mocha/mocha-0.11.4.ebuild
+++ b/dev-ruby/mocha/mocha-0.11.4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.11.4.ebuild,v 1.17 2014/04/22 03:29:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.11.4.ebuild,v 1.18 2014/10/30 15:53:52 mrueg Exp $
EAPI=4
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19 "
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-0.12.10-r1.ebuild b/dev-ruby/mocha/mocha-0.12.10-r1.ebuild
index 56340c0dcba4..cebe759e80b3 100644
--- a/dev-ruby/mocha/mocha-0.12.10-r1.ebuild
+++ b/dev-ruby/mocha/mocha-0.12.10-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.10-r1.ebuild,v 1.2 2014/08/13 18:43:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.10-r1.ebuild,v 1.3 2014/10/30 15:53:52 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 jruby ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-0.12.10.ebuild b/dev-ruby/mocha/mocha-0.12.10.ebuild
index 1f15627d8439..e0df4792a5c8 100644
--- a/dev-ruby/mocha/mocha-0.12.10.ebuild
+++ b/dev-ruby/mocha/mocha-0.12.10.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.10.ebuild,v 1.13 2014/08/25 16:13:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.10.ebuild,v 1.14 2014/10/30 15:53:52 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 jruby ruby20"
+USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-0.12.7.ebuild b/dev-ruby/mocha/mocha-0.12.7.ebuild
index 0d8f569bc890..fa37fb998d5d 100644
--- a/dev-ruby/mocha/mocha-0.12.7.ebuild
+++ b/dev-ruby/mocha/mocha-0.12.7.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.7.ebuild,v 1.14 2014/04/22 03:29:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.7.ebuild,v 1.15 2014/10/30 15:53:52 mrueg Exp $
EAPI=4
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19 "
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-0.13.3-r1.ebuild b/dev-ruby/mocha/mocha-0.13.3-r1.ebuild
index 6cbd19307bce..cd4e2a0c3aad 100644
--- a/dev-ruby/mocha/mocha-0.13.3-r1.ebuild
+++ b/dev-ruby/mocha/mocha-0.13.3-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3-r1.ebuild,v 1.13 2014/08/25 16:13:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3-r1.ebuild,v 1.14 2014/10/30 15:53:52 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 "
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-0.13.3-r2.ebuild b/dev-ruby/mocha/mocha-0.13.3-r2.ebuild
index e9bd5281f6d4..0510cc708d37 100644
--- a/dev-ruby/mocha/mocha-0.13.3-r2.ebuild
+++ b/dev-ruby/mocha/mocha-0.13.3-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3-r2.ebuild,v 1.2 2014/08/13 18:43:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3-r2.ebuild,v 1.3 2014/10/30 15:53:52 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 "
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-0.13.3.ebuild b/dev-ruby/mocha/mocha-0.13.3.ebuild
index a4379852071f..574c33887314 100644
--- a/dev-ruby/mocha/mocha-0.13.3.ebuild
+++ b/dev-ruby/mocha/mocha-0.13.3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3.ebuild,v 1.11 2014/04/22 03:29:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3.ebuild,v 1.12 2014/10/30 15:53:52 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19 "
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-0.14.0.ebuild b/dev-ruby/mocha/mocha-0.14.0.ebuild
index c7f10b9a8fe3..ec335b28511d 100644
--- a/dev-ruby/mocha/mocha-0.14.0.ebuild
+++ b/dev-ruby/mocha/mocha-0.14.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.14.0.ebuild,v 1.8 2014/08/12 18:38:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.14.0.ebuild,v 1.9 2014/10/30 15:53:52 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 "
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-1.0.0.ebuild b/dev-ruby/mocha/mocha-1.0.0.ebuild
index 95d83b032265..245add6851b4 100644
--- a/dev-ruby/mocha/mocha-1.0.0.ebuild
+++ b/dev-ruby/mocha/mocha-1.0.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.0.0.ebuild,v 1.2 2014/08/12 18:38:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.0.0.ebuild,v 1.3 2014/10/30 15:53:52 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 "
RUBY_FAKEGEM_TASK_TEST="test:units"
diff --git a/dev-ruby/mocha/mocha-1.1.0.ebuild b/dev-ruby/mocha/mocha-1.1.0.ebuild
index f2b56dd20acd..f3ad55ca71d7 100644
--- a/dev-ruby/mocha/mocha-1.1.0.ebuild
+++ b/dev-ruby/mocha/mocha-1.1.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild,v 1.3 2014/08/12 18:38:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild,v 1.4 2014/10/30 15:53:52 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 "
RUBY_FAKEGEM_TASK_TEST="test:units"