* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.6.4.ebuild
@ 2013-03-10 8:45 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2013-03-10 8:45 UTC (permalink / raw
To: gentoo-commits
graaff 13/03/10 08:45:59
Modified: ChangeLog
Added: i18n-0.6.4.ebuild
Log:
Version bump.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.52 dev-ruby/i18n/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 16 Jan 2013 01:08:23 -0000 1.51
+++ ChangeLog 10 Mar 2013 08:45:59 -0000 1.52
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/i18n
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.51 2013/01/16 01:08:23 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.52 2013/03/10 08:45:59 graaff Exp $
+
+*i18n-0.6.4 (10 Mar 2013)
+
+ 10 Mar 2013; Hans de Graaff <graaff@gentoo.org> +i18n-0.6.4.ebuild:
+ Version bump.
16 Jan 2013; Rick Farina <zerochaos@gentoo.org> i18n-0.4.2.ebuild,
i18n-0.5.0-r1.ebuild, i18n-0.6.0-r1.ebuild, i18n-0.6.1.ebuild:
1.1 dev-ruby/i18n/i18n-0.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.6.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.6.4.ebuild?rev=1.1&content-type=text/plain
Index: i18n-0.6.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.4.ebuild,v 1.1 2013/03/10 08:45:59 graaff Exp $
EAPI=4
USE_RUBY="ruby18 jruby ree18 ruby19"
RUBY_FAKEGEM_RECIPE_TEST="test"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.textile README.textile"
inherit ruby-fakegem
DESCRIPTION="Add Internationalization support to your Ruby application."
HOMEPAGE="http://rails-i18n.org/"
LICENSE="MIT"
SLOT="0.6"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "test? ( dev-ruby/activesupport dev-ruby/mocha dev-ruby/test_declarative )"
each_ruby_test() {
${RUBY} -w -Ilib -Itest test/all.rb
}
all_ruby_prepare() {
#Bundler isn't really necessary here, and it doesn't work with jruby
sed -i -e "15s/require 'bundler\/setup'//" test/test_helper.rb || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.6.4.ebuild
@ 2013-11-05 7:00 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2013-11-05 7:00 UTC (permalink / raw
To: gentoo-commits
graaff 13/11/05 07:00:14
Modified: ChangeLog
Removed: i18n-0.6.4.ebuild
Log:
Cleanup.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.56 dev-ruby/i18n/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 14 Aug 2013 06:39:56 -0000 1.55
+++ ChangeLog 5 Nov 2013 07:00:14 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/i18n
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.55 2013/08/14 06:39:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.56 2013/11/05 07:00:14 graaff Exp $
+
+ 05 Nov 2013; Hans de Graaff <graaff@gentoo.org> -i18n-0.6.4.ebuild:
+ Cleanup.
*i18n-0.6.5 (14 Aug 2013)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-05 7:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-10 8:45 [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.6.4.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2013-11-05 7:00 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