* [gentoo-commits] gentoo-x86 commit in dev-ruby/text-hyphen: ChangeLog text-hyphen-1.4.1-r1.ebuild
@ 2015-04-24 7:13 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2015-04-24 7:13 UTC (permalink / raw
To: gentoo-commits
graaff 15/04/24 07:13:57
Modified: ChangeLog text-hyphen-1.4.1-r1.ebuild
Log:
Use test-unit:2 to avoid test failures, fixing bug 547326.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.66 dev-ruby/text-hyphen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 19 Apr 2015 09:52:45 -0000 1.65
+++ ChangeLog 24 Apr 2015 07:13:57 -0000 1.66
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/text-hyphen
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.65 2015/04/19 09:52:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.66 2015/04/24 07:13:57 graaff Exp $
+
+ 24 Apr 2015; Hans de Graaff <graaff@gentoo.org> text-hyphen-1.4.1-r1.ebuild:
+ Use test-unit:2 to avoid test failures, fixing bug 547326.
19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> text-hyphen-1.4.1-r1.ebuild:
Stable for x86, wrt bug #546968
1.7 dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild?r1=1.6&r2=1.7
Index: text-hyphen-1.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- text-hyphen-1.4.1-r1.ebuild 19 Apr 2015 09:52:45 -0000 1.6
+++ text-hyphen-1.4.1-r1.ebuild 24 Apr 2015 07:13:57 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild,v 1.6 2015/04/19 09:52:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild,v 1.7 2015/04/24 07:13:57 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -25,4 +25,9 @@
)
test? (
>=dev-ruby/hoe-2.8.0
+ dev-ruby/test-unit:2
)"
+
+all_ruby_prepare() {
+ sed -i -e '2igem "test-unit", ">= 2.0"' test/test_*.rb || die
+}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/text-hyphen: ChangeLog text-hyphen-1.4.1-r1.ebuild
@ 2015-04-26 7:28 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2015-04-26 7:28 UTC (permalink / raw
To: gentoo-commits
jer 15/04/26 07:28:02
Modified: ChangeLog text-hyphen-1.4.1-r1.ebuild
Log:
Stable for HPPA (bug #546968).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.67 dev-ruby/text-hyphen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 24 Apr 2015 07:13:57 -0000 1.66
+++ ChangeLog 26 Apr 2015 07:28:02 -0000 1.67
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/text-hyphen
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.66 2015/04/24 07:13:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.67 2015/04/26 07:28:02 jer Exp $
+
+ 26 Apr 2015; Jeroen Roovers <jer@gentoo.org> text-hyphen-1.4.1-r1.ebuild:
+ Stable for HPPA (bug #546968).
24 Apr 2015; Hans de Graaff <graaff@gentoo.org> text-hyphen-1.4.1-r1.ebuild:
Use test-unit:2 to avoid test failures, fixing bug 547326.
1.8 dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild?r1=1.7&r2=1.8
Index: text-hyphen-1.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- text-hyphen-1.4.1-r1.ebuild 24 Apr 2015 07:13:57 -0000 1.7
+++ text-hyphen-1.4.1-r1.ebuild 26 Apr 2015 07:28:02 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild,v 1.7 2015/04/24 07:13:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild,v 1.8 2015/04/26 07:28:02 jer Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 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] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/text-hyphen: ChangeLog text-hyphen-1.4.1-r1.ebuild
@ 2015-05-08 15:58 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2015-05-08 15:58 UTC (permalink / raw
To: gentoo-commits
jer 15/05/08 15:58:19
Modified: ChangeLog text-hyphen-1.4.1-r1.ebuild
Log:
Stable for PPC64 (bug #546968).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.69 dev-ruby/text-hyphen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 26 Apr 2015 16:58:52 -0000 1.68
+++ ChangeLog 8 May 2015 15:58:19 -0000 1.69
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/text-hyphen
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.68 2015/04/26 16:58:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.69 2015/05/08 15:58:19 jer Exp $
+
+ 08 May 2015; Jeroen Roovers <jer@gentoo.org> text-hyphen-1.4.1-r1.ebuild:
+ Stable for PPC64 (bug #546968).
26 Apr 2015; Pacho Ramos <pacho@gentoo.org> text-hyphen-1.4.1-r1.ebuild:
ppc stable wrt bug #546968
1.10 dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild?r1=1.9&r2=1.10
Index: text-hyphen-1.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- text-hyphen-1.4.1-r1.ebuild 26 Apr 2015 16:58:52 -0000 1.9
+++ text-hyphen-1.4.1-r1.ebuild 8 May 2015 15:58:19 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild,v 1.9 2015/04/26 16:58:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild,v 1.10 2015/05/08 15:58:19 jer Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 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] 3+ messages in thread
end of thread, other threads:[~2015-05-08 15:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-26 7:28 [gentoo-commits] gentoo-x86 commit in dev-ruby/text-hyphen: ChangeLog text-hyphen-1.4.1-r1.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2015-05-08 15:58 Jeroen Roovers (jer)
2015-04-24 7:13 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox