* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-romkan: ruby-romkan-0.4-r5.ebuild ChangeLog
@ 2013-10-30 4:13 Manuel Rueger (mrueg)
0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-10-30 4:13 UTC (permalink / raw
To: gentoo-commits
mrueg 13/10/30 04:13:05
Modified: ChangeLog
Added: ruby-romkan-0.4-r5.ebuild
Log:
Add ruby20 target.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.40 dev-ruby/ruby-romkan/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 14 Aug 2013 06:53:54 -0000 1.39
+++ ChangeLog 30 Oct 2013 04:13:05 -0000 1.40
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-romkan
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.39 2013/08/14 06:53:54 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.40 2013/10/30 04:13:05 mrueg Exp $
+
+*ruby-romkan-0.4-r5 (30 Oct 2013)
+
+ 30 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +ruby-romkan-0.4-r5.ebuild:
+ Add ruby20 target.
14 Aug 2013; Hans de Graaff <graaff@gentoo.org> -ruby-romkan-0.4-r2.ebuild:
Cleanup.
1.1 dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?rev=1.1&content-type=text/plain
Index: ruby-romkan-0.4-r5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v 1.1 2013/10/30 04:13:05 mrueg Exp $
EAPI=5
# jruby
USE_RUBY="ruby18 ruby19 ruby20"
inherit ruby-ng
DESCRIPTION="A Romaji <-> Kana conversion library for Ruby"
HOMEPAGE="http://0xcc.net/ruby-romkan/"
SRC_URI="http://0xcc.net/ruby-romkan/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DOCS="ChangeLog *.rd"
RUBY_PATCHES=( "${FILESDIR}/${PN}-ruby19.patch" )
each_ruby_test() {
${RUBY} -I. -Ke test.rb < /dev/null || die "test failed"
}
each_ruby_install() {
doruby romkan.rb
}
all_ruby_install() {
dodoc ${DOCS}
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-romkan: ruby-romkan-0.4-r5.ebuild ChangeLog
@ 2014-10-11 0:13 Manuel Rueger (mrueg)
0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-10-11 0:13 UTC (permalink / raw
To: gentoo-commits
mrueg 14/10/11 00:13:21
Modified: ruby-romkan-0.4-r5.ebuild ChangeLog
Log:
Add ruby21 target.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.3 dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?r1=1.2&r2=1.3
Index: ruby-romkan-0.4-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-romkan-0.4-r5.ebuild 5 Apr 2014 17:57:57 -0000 1.2
+++ ruby-romkan-0.4-r5.ebuild 11 Oct 2014 00:13:21 -0000 1.3
@@ -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/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v 1.2 2014/04/05 17:57:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v 1.3 2014/10/11 00:13:21 mrueg Exp $
EAPI=5
# jruby
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
inherit ruby-ng
1.42 dev-ruby/ruby-romkan/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 5 Apr 2014 17:57:57 -0000 1.41
+++ ChangeLog 11 Oct 2014 00:13:21 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-romkan
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.41 2014/04/05 17:57:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.42 2014/10/11 00:13:21 mrueg Exp $
+
+ 11 Oct 2014; Manuel Rüger <mrueg@gentoo.org> ruby-romkan-0.4-r5.ebuild:
+ Add ruby21 target.
05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> ruby-romkan-0.4-r4.ebuild,
ruby-romkan-0.4-r5.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-romkan: ruby-romkan-0.4-r5.ebuild ChangeLog
@ 2015-08-03 12:55 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-08-03 12:55 UTC (permalink / raw
To: gentoo-commits
ago 15/08/03 12:55:23
Modified: ruby-romkan-0.4-r5.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #552436
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?r1=1.6&r2=1.7
Index: ruby-romkan-0.4-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby-romkan-0.4-r5.ebuild 28 Jul 2015 07:35:09 -0000 1.6
+++ ruby-romkan-0.4-r5.ebuild 3 Aug 2015 12:55:23 -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/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v 1.6 2015/07/28 07:35:09 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v 1.7 2015/08/03 12:55:23 ago Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -12,7 +12,7 @@
SRC_URI="http://0xcc.net/ruby-romkan/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DOCS="ChangeLog *.rd"
1.46 dev-ruby/ruby-romkan/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 28 Jul 2015 07:35:09 -0000 1.45
+++ ChangeLog 3 Aug 2015 12:55:23 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-romkan
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.45 2015/07/28 07:35:09 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.46 2015/08/03 12:55:23 ago Exp $
+
+ 03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> ruby-romkan-0.4-r5.ebuild:
+ Stable for amd64, wrt bug #552436
28 Jul 2015; Tobias Klausmann <klausman@gentoo.org>
ruby-romkan-0.4-r5.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-romkan: ruby-romkan-0.4-r5.ebuild ChangeLog
@ 2015-08-04 13:23 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-08-04 13:23 UTC (permalink / raw
To: gentoo-commits
zlogene 15/08/04 13:23:20
Modified: ruby-romkan-0.4-r5.ebuild ChangeLog
Log:
ia64 stable wrt bug #552436
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
Revision Changes Path
1.8 dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?r1=1.7&r2=1.8
Index: ruby-romkan-0.4-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ruby-romkan-0.4-r5.ebuild 3 Aug 2015 12:55:23 -0000 1.7
+++ ruby-romkan-0.4-r5.ebuild 4 Aug 2015 13:23:20 -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/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v 1.7 2015/08/03 12:55:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v 1.8 2015/08/04 13:23:20 zlogene Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -12,7 +12,7 @@
SRC_URI="http://0xcc.net/ruby-romkan/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DOCS="ChangeLog *.rd"
1.47 dev-ruby/ruby-romkan/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 3 Aug 2015 12:55:23 -0000 1.46
+++ ChangeLog 4 Aug 2015 13:23:20 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-romkan
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.46 2015/08/03 12:55:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.47 2015/08/04 13:23:20 zlogene Exp $
+
+ 04 Aug 2015; Mikle Kolyada <zlogene@gentoo.org> ruby-romkan-0.4-r5.ebuild:
+ ia64 stable wrt bug #552436
03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> ruby-romkan-0.4-r5.ebuild:
Stable for amd64, wrt bug #552436
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-romkan: ruby-romkan-0.4-r5.ebuild ChangeLog
@ 2015-08-06 7:24 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-08-06 7:24 UTC (permalink / raw
To: gentoo-commits
ago 15/08/06 07:24:22
Modified: ruby-romkan-0.4-r5.ebuild ChangeLog
Log:
Stable for x86, wrt bug #552436
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild?r1=1.8&r2=1.9
Index: ruby-romkan-0.4-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ruby-romkan-0.4-r5.ebuild 4 Aug 2015 13:23:20 -0000 1.8
+++ ruby-romkan-0.4-r5.ebuild 6 Aug 2015 07:24:22 -0000 1.9
@@ -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/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v 1.8 2015/08/04 13:23:20 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v 1.9 2015/08/06 07:24:22 ago Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -12,7 +12,7 @@
SRC_URI="http://0xcc.net/ruby-romkan/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DOCS="ChangeLog *.rd"
1.48 dev-ruby/ruby-romkan/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 4 Aug 2015 13:23:20 -0000 1.47
+++ ChangeLog 6 Aug 2015 07:24:22 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-romkan
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.47 2015/08/04 13:23:20 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.48 2015/08/06 07:24:22 ago Exp $
+
+ 06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> ruby-romkan-0.4-r5.ebuild:
+ Stable for x86, wrt bug #552436
04 Aug 2015; Mikle Kolyada <zlogene@gentoo.org> ruby-romkan-0.4-r5.ebuild:
ia64 stable wrt bug #552436
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-08-06 7:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 13:23 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-romkan: ruby-romkan-0.4-r5.ebuild ChangeLog Mikle Kolyada (zlogene)
-- strict thread matches above, loose matches on Subject: below --
2015-08-06 7:24 Agostino Sarubbo (ago)
2015-08-03 12:55 Agostino Sarubbo (ago)
2014-10-11 0:13 Manuel Rueger (mrueg)
2013-10-30 4:13 Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox