public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/i18n/
@ 2012-09-04 13:19 Michel Boaventura
  0 siblings, 0 replies; 5+ messages in thread
From: Michel Boaventura @ 2012-09-04 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4e092dbc5db1bbeec287d07f7df471d78b2c3993
Author:     Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Tue Sep  4 13:19:37 2012 +0000
Commit:     Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Tue Sep  4 13:19:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=4e092dbc

Bump dev-ruby/i18n version to 0.6.1

---
 dev-ruby/i18n/ChangeLog         |    7 +++++++
 dev-ruby/i18n/i18n-0.6.1.ebuild |   22 ++++++++++++++++++++++
 dev-ruby/i18n/metadata.xml      |    5 +++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/dev-ruby/i18n/ChangeLog b/dev-ruby/i18n/ChangeLog
new file mode 100644
index 0000000..a119aae
--- /dev/null
+++ b/dev-ruby/i18n/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for dev-ruby/bundler
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.41 2012/08/14 03:10:38 flameeyes Exp $
+
+*i18n-0.6.1 (04 Sep 2012)
+  04 Sep 2012; Michel Boaventura <michel.boaventura@gmail.com> +i18n-0.6.1.ebuild +ChangeLog +Manifest +metadata.xml:
+  Bump version

diff --git a/dev-ruby/i18n/i18n-0.6.1.ebuild b/dev-ruby/i18n/i18n-0.6.1.ebuild
new file mode 100644
index 0000000..90cf3d6
--- /dev/null
+++ b/dev-ruby/i18n/i18n-0.6.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+USE_RUBY="ruby18 jruby ree18 ruby19"
+
+RUBY_FAKEGEM_RECIPE_TEST="rake"
+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=1
+KEYWORDS="~amd64 ~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/mocha dev-ruby/test_declarative dev-ruby/rake )"

diff --git a/dev-ruby/i18n/metadata.xml b/dev-ruby/i18n/metadata.xml
new file mode 100644
index 0000000..8521361
--- /dev/null
+++ b/dev-ruby/i18n/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/i18n/
@ 2012-09-14 16:49 Michel Boaventura
  0 siblings, 0 replies; 5+ messages in thread
From: Michel Boaventura @ 2012-09-14 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     c090101b2d9710452ee57a224f880ad4b57052b7
Author:     Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Fri Sep 14 16:49:41 2012 +0000
Commit:     Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Fri Sep 14 16:49:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=c090101b

Fix dev-ruby/i18n-0.6.1 test failure

(Portage version: 2.1.11.9/git/Linux x86_64, unsigned Manifest commit)

---
 dev-ruby/i18n/i18n-0.6.1.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/i18n/i18n-0.6.1.ebuild b/dev-ruby/i18n/i18n-0.6.1.ebuild
index 90cf3d6..e4436b3 100644
--- a/dev-ruby/i18n/i18n-0.6.1.ebuild
+++ b/dev-ruby/i18n/i18n-0.6.1.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 USE_RUBY="ruby18 jruby ree18 ruby19"
 
-RUBY_FAKEGEM_RECIPE_TEST="rake"
+RUBY_FAKEGEM_RECIPE_TEST="test"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.textile README.textile"
 
 inherit ruby-fakegem
@@ -15,7 +15,7 @@ DESCRIPTION="Add Internationalization support to your Ruby application."
 HOMEPAGE="http://rails-i18n.org/"
 
 LICENSE="MIT"
-SLOT=1
+SLOT=0
 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/i18n/
@ 2012-09-18 18:31 Michel Boaventura
  0 siblings, 0 replies; 5+ messages in thread
From: Michel Boaventura @ 2012-09-18 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ad19e07bc3d5857b0e66e091de8c6e37b99a427c
Author:     Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Tue Sep 18 18:31:15 2012 +0000
Commit:     Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Tue Sep 18 18:31:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=ad19e07b

Change dev-ruby/i18n-0.6.1 SLOT to 0.6

(Portage version: 2.1.11.9/git/Linux x86_64, unsigned Manifest commit)

---
 dev-ruby/i18n/i18n-0.6.1.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-ruby/i18n/i18n-0.6.1.ebuild b/dev-ruby/i18n/i18n-0.6.1.ebuild
index e4436b3..5fabc3b 100644
--- a/dev-ruby/i18n/i18n-0.6.1.ebuild
+++ b/dev-ruby/i18n/i18n-0.6.1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Add Internationalization support to your Ruby application."
 HOMEPAGE="http://rails-i18n.org/"
 
 LICENSE="MIT"
-SLOT=0
+SLOT="0.6"
 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/i18n/
@ 2012-10-03 18:57 Michel Boaventura
  0 siblings, 0 replies; 5+ messages in thread
From: Michel Boaventura @ 2012-10-03 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c95b9eef7ab5f79f4cd13a77c28dfa61337d5bc2
Author:     Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Wed Oct  3 18:57:38 2012 +0000
Commit:     Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Wed Oct  3 18:57:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=c95b9eef

Fix tests on dev-ruby/i18n-0.6.1

(Portage version: 2.1.11.9/git/Linux x86_64, unsigned Manifest commit)

---
 dev-ruby/i18n/i18n-0.6.1.ebuild |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/dev-ruby/i18n/i18n-0.6.1.ebuild b/dev-ruby/i18n/i18n-0.6.1.ebuild
index 5fabc3b..562fa46 100644
--- a/dev-ruby/i18n/i18n-0.6.1.ebuild
+++ b/dev-ruby/i18n/i18n-0.6.1.ebuild
@@ -19,4 +19,13 @@ SLOT="0.6"
 KEYWORDS="~amd64 ~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/mocha dev-ruby/test_declarative dev-ruby/rake )"
+ruby_add_bdepend "test? ( 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 related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/i18n/
@ 2012-11-25  8:30 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2012-11-25  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     41cd464b1b445c6c55855f249aeef3e225d3a2b3
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Nov 24 13:46:29 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov 24 13:46:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=41cd464b

Moved to gentoo tree.

---
 dev-ruby/i18n/ChangeLog         |    7 -------
 dev-ruby/i18n/i18n-0.6.1.ebuild |   31 -------------------------------
 dev-ruby/i18n/metadata.xml      |    5 -----
 3 files changed, 0 insertions(+), 43 deletions(-)

diff --git a/dev-ruby/i18n/ChangeLog b/dev-ruby/i18n/ChangeLog
deleted file mode 100644
index a119aae..0000000
--- a/dev-ruby/i18n/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-# ChangeLog for dev-ruby/bundler
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.41 2012/08/14 03:10:38 flameeyes Exp $
-
-*i18n-0.6.1 (04 Sep 2012)
-  04 Sep 2012; Michel Boaventura <michel.boaventura@gmail.com> +i18n-0.6.1.ebuild +ChangeLog +Manifest +metadata.xml:
-  Bump version

diff --git a/dev-ruby/i18n/i18n-0.6.1.ebuild b/dev-ruby/i18n/i18n-0.6.1.ebuild
deleted file mode 100644
index 562fa46..0000000
--- a/dev-ruby/i18n/i18n-0.6.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-USE_RUBY="ruby18 jruby ree18 ruby19"
-
-RUBY_FAKEGEM_RECIPE_TEST="test"
-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 ~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/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
-}

diff --git a/dev-ruby/i18n/metadata.xml b/dev-ruby/i18n/metadata.xml
deleted file mode 100644
index 8521361..0000000
--- a/dev-ruby/i18n/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>ruby</herd>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-25  8:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-04 13:19 [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/i18n/ Michel Boaventura
  -- strict thread matches above, loose matches on Subject: below --
2012-09-14 16:49 Michel Boaventura
2012-09-18 18:31 Michel Boaventura
2012-10-03 18:57 Michel Boaventura
2012-11-25  8:30 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox