summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-08-18 18:45:05 +0000
committerHans de Graaff <graaff@gentoo.org>2013-08-18 18:45:05 +0000
commitcae1c837147192ae0186b89a8dd4313b27a1549c (patch)
tree782a03ee854ee523328092822db90b579ac17bb6 /dev-ruby
parentCleanup. (diff)
downloadgentoo-2-cae1c837147192ae0186b89a8dd4313b27a1549c.tar.gz
gentoo-2-cae1c837147192ae0186b89a8dd4313b27a1549c.tar.bz2
gentoo-2-cae1c837147192ae0186b89a8dd4313b27a1549c.zip
Move minitest 5.x to a separate slot because rails will depend on a specific major version now.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/minitest/ChangeLog6
-rw-r--r--dev-ruby/minitest/minitest-5.0.6.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/minitest/ChangeLog b/dev-ruby/minitest/ChangeLog
index 2c0d68524b87..7618bafdc135 100644
--- a/dev-ruby/minitest/ChangeLog
+++ b/dev-ruby/minitest/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/minitest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.126 2013/08/18 18:43:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.127 2013/08/18 18:45:05 graaff Exp $
+
+ 18 Aug 2013; Hans de Graaff <graaff@gentoo.org> minitest-5.0.6.ebuild:
+ Move minitest 5.x to a separate slot because rails will depend on a specific
+ major version now.
18 Aug 2013; Hans de Graaff <graaff@gentoo.org> -minitest-4.5.0.ebuild,
-minitest-4.7.0.ebuild, -minitest-5.0.3.ebuild:
diff --git a/dev-ruby/minitest/minitest-5.0.6.ebuild b/dev-ruby/minitest/minitest-5.0.6.ebuild
index 9e39d46d57c4..6e1c50586b18 100644
--- a/dev-ruby/minitest/minitest-5.0.6.ebuild
+++ b/dev-ruby/minitest/minitest-5.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.0.6.ebuild,v 1.2 2013/07/17 06:41:49 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.0.6.ebuild,v 1.3 2013/08/18 18:45:05 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 jruby"
@@ -16,7 +16,7 @@ DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and s
HOMEPAGE="https://github.com/seattlerb/minitest"
LICENSE="MIT"
-SLOT="0"
+SLOT="5"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"