* [gentoo-commits] gentoo-x86 commit in dev-ruby/minitest: ChangeLog minitest-1.7.2.ebuild
@ 2010-10-03 8:42 Hans de Graaff (graaff)
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2010-10-03 8:42 UTC (permalink / raw
To: gentoo-commits
graaff 10/10/03 08:42:32
Modified: ChangeLog
Added: minitest-1.7.2.ebuild
Log:
Version bump.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.25 dev-ruby/minitest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 29 Sep 2010 21:39:47 -0000 1.24
+++ ChangeLog 3 Oct 2010 08:42:32 -0000 1.25
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/minitest
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.24 2010/09/29 21:39:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.25 2010/10/03 08:42:32 graaff Exp $
+
+*minitest-1.7.2 (03 Oct 2010)
+
+ 03 Oct 2010; Hans de Graaff <graaff@gentoo.org> +minitest-1.7.2.ebuild:
+ Version bump.
29 Sep 2010; Brent Baude <ranger@gentoo.org> minitest-1.5.0.ebuild:
Marking minitest-1.5.0 ppc64 for bug 321043
1.1 dev-ruby/minitest/minitest-1.7.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?rev=1.1&content-type=text/plain
Index: minitest-1.7.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v 1.1 2010/10/03 08:42:32 graaff Exp $
EAPI=2
# jruby → tests fail, reported upstream
# http://rubyforge.org/tracker/index.php?func=detail&aid=27657&group_id=1040&atid=4097
USE_RUBY="ruby18 ruby19 ree18 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
inherit ruby-fakegem
DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit."
HOMEPAGE="http://rubyforge.org/projects/bfts"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
ruby_add_bdepend "
doc? ( dev-ruby/hoe )
test? (
virtual/ruby-test-unit
dev-ruby/hoe
)"
each_ruby_test() {
case ${RUBY} in
*jruby)
eqawarn "Skipping tests on JRuby, bug 321055."
;;
*)
each_fakegem_test
;;
esac
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/minitest: ChangeLog minitest-1.7.2.ebuild
@ 2010-10-10 13:26 Tobias Klausmann (klausman)
0 siblings, 0 replies; 5+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-10-10 13:26 UTC (permalink / raw
To: gentoo-commits
klausman 10/10/10 13:26:37
Modified: ChangeLog minitest-1.7.2.ebuild
Log:
Keyworded on alpha, bug #325465
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Revision Changes Path
1.26 dev-ruby/minitest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 3 Oct 2010 08:42:32 -0000 1.25
+++ ChangeLog 10 Oct 2010 13:26:37 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/minitest
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.25 2010/10/03 08:42:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.26 2010/10/10 13:26:37 klausman Exp $
+
+ 10 Oct 2010; Tobias Klausmann <klausman@gentoo.org> minitest-1.7.2.ebuild:
+ Keyworded on alpha, bug #325465
*minitest-1.7.2 (03 Oct 2010)
1.2 dev-ruby/minitest/minitest-1.7.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?r1=1.1&r2=1.2
Index: minitest-1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- minitest-1.7.2.ebuild 3 Oct 2010 08:42:32 -0000 1.1
+++ minitest-1.7.2.ebuild 10 Oct 2010 13:26:37 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v 1.1 2010/10/03 08:42:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v 1.2 2010/10/10 13:26:37 klausman Exp $
EAPI=2
# jruby → tests fail, reported upstream
@@ -19,7 +19,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
ruby_add_bdepend "
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/minitest: ChangeLog minitest-1.7.2.ebuild
@ 2010-12-27 20:20 Fabian Groffen (grobian)
0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2010-12-27 20:20 UTC (permalink / raw
To: gentoo-commits
grobian 10/12/27 20:20:55
Modified: ChangeLog minitest-1.7.2.ebuild
Log:
Marked ~x64-solaris
(Portage version: 2.2.01.17422-prefix/cvs/Darwin powerpc, RepoMan options: --force)
Revision Changes Path
1.27 dev-ruby/minitest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 10 Oct 2010 13:26:37 -0000 1.26
+++ ChangeLog 27 Dec 2010 20:20:55 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/minitest
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.26 2010/10/10 13:26:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.27 2010/12/27 20:20:55 grobian Exp $
+
+ 27 Dec 2010; Fabian Groffen <grobian@gentoo.org> minitest-1.7.2.ebuild:
+ Marked ~x64-solaris
10 Oct 2010; Tobias Klausmann <klausman@gentoo.org> minitest-1.7.2.ebuild:
Keyworded on alpha, bug #325465
1.3 dev-ruby/minitest/minitest-1.7.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?r1=1.2&r2=1.3
Index: minitest-1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- minitest-1.7.2.ebuild 10 Oct 2010 13:26:37 -0000 1.2
+++ minitest-1.7.2.ebuild 27 Dec 2010 20:20:55 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v 1.2 2010/10/10 13:26:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v 1.3 2010/12/27 20:20:55 grobian Exp $
EAPI=2
# jruby → tests fail, reported upstream
@@ -19,7 +19,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/minitest: ChangeLog minitest-1.7.2.ebuild
@ 2011-02-11 15:55 Hans de Graaff (graaff)
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2011-02-11 15:55 UTC (permalink / raw
To: gentoo-commits
graaff 11/02/11 15:55:53
Modified: ChangeLog minitest-1.7.2.ebuild
Log:
Drop ruby19 to create a stable candidate.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Revision Changes Path
1.30 dev-ruby/minitest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 28 Dec 2010 09:19:53 -0000 1.29
+++ ChangeLog 11 Feb 2011 15:55:53 -0000 1.30
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/minitest
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.29 2010/12/28 09:19:53 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.30 2011/02/11 15:55:53 graaff Exp $
+
+ 11 Feb 2011; Hans de Graaff <graaff@gentoo.org> minitest-1.7.2.ebuild:
+ Drop ruby19 to create a stable candidate.
*minitest-2.0.2 (28 Dec 2010)
1.4 dev-ruby/minitest/minitest-1.7.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?r1=1.3&r2=1.4
Index: minitest-1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- minitest-1.7.2.ebuild 27 Dec 2010 20:20:55 -0000 1.3
+++ minitest-1.7.2.ebuild 11 Feb 2011 15:55:53 -0000 1.4
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v 1.3 2010/12/27 20:20:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v 1.4 2011/02/11 15:55:53 graaff Exp $
EAPI=2
# jruby → tests fail, reported upstream
# http://rubyforge.org/tracker/index.php?func=detail&aid=27657&group_id=1040&atid=4097
-USE_RUBY="ruby18 ruby19 ree18 jruby"
+USE_RUBY="ruby18 ree18 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/minitest: ChangeLog minitest-1.7.2.ebuild
@ 2011-02-11 19:14 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-11 19:14 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/02/11 19:14:02
Modified: ChangeLog minitest-1.7.2.ebuild
Log:
Stable on amd64 wrt bug #354481
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.31 dev-ruby/minitest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 11 Feb 2011 15:55:53 -0000 1.30
+++ ChangeLog 11 Feb 2011 19:14:01 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/minitest
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.30 2011/02/11 15:55:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.31 2011/02/11 19:14:01 hwoarang Exp $
+
+ 11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> minitest-1.7.2.ebuild:
+ Stable on amd64 wrt bug #354481
11 Feb 2011; Hans de Graaff <graaff@gentoo.org> minitest-1.7.2.ebuild:
Drop ruby19 to create a stable candidate.
1.5 dev-ruby/minitest/minitest-1.7.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild?r1=1.4&r2=1.5
Index: minitest-1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- minitest-1.7.2.ebuild 11 Feb 2011 15:55:53 -0000 1.4
+++ minitest-1.7.2.ebuild 11 Feb 2011 19:14:01 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v 1.4 2011/02/11 15:55:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.7.2.ebuild,v 1.5 2011/02/11 19:14:01 hwoarang Exp $
EAPI=2
# jruby → tests fail, reported upstream
@@ -19,7 +19,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-02-11 19:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-03 8:42 [gentoo-commits] gentoo-x86 commit in dev-ruby/minitest: ChangeLog minitest-1.7.2.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2010-10-10 13:26 Tobias Klausmann (klausman)
2010-12-27 20:20 Fabian Groffen (grobian)
2011-02-11 15:55 Hans de Graaff (graaff)
2011-02-11 19:14 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox