public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/will_paginate/
@ 2012-05-31  1:11 Michel Boaventura
  0 siblings, 0 replies; 4+ messages in thread
From: Michel Boaventura @ 2012-05-31  1:11 UTC (permalink / raw
  To: gentoo-commits

commit:     910800e9031365e83e3f9054e6614dc75a079217
Author:     Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Thu May 31 01:11:42 2012 +0000
Commit:     Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Thu May 31 01:11:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=910800e9

Adding rails as dependency to will_paginate

(Portage version: 2.1.10.63/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 dev-ruby/will_paginate/ChangeLog                  |    7 +++++++
 dev-ruby/will_paginate/will_paginate-3.0.3.ebuild |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
index 4c8d673..a886c26 100644
--- a/dev-ruby/will_paginate/ChangeLog
+++ b/dev-ruby/will_paginate/ChangeLog
@@ -2,8 +2,15 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*will_paginate-3.0.3 (30 May 2012)
+
 *will_paginate-3.0.3 (27 May 2012)
 
+  30 May 2012; Michel Boaventura <michel.boaventura@gmail.com> +Changelog,
+  +Manifest, +will_paginate-3.0.3.ebuild:
+  Putting back rails dependency and removing jruby for now, since some tests
+  are failing.
+
   27 May 2012; Michel Boaventura <michel.boaventura@gmail.com>  +ChangeLog,
   +Manifest, +metadata.xml, +will_paginate-3.0.3.ebuild:
   Bump version to 3.0.3, remove rails dependency, since will_paginate doesn't

diff --git a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
index f54a2b4..04ad52b 100644
--- a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=2
-USE_RUBY="ruby18 ree18 ruby19 jruby"
+USE_RUBY="ruby18 ree18 ruby19"
 
 RUBY_FAKEGEM_TASK_TEST="spec"
 
@@ -23,6 +23,6 @@ IUSE=""
 ruby_add_bdepend "
 	test? (
 		dev-ruby/rspec:2
-		dev-ruby/sqlite3
+		dev-ruby/rails:3
 		dev-ruby/mocha
 	)"



^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/will_paginate/
@ 2012-09-24 14:45 Hans de Graaff
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2012-09-24 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     fe2af9f541f8cbbc9f368e793f38647becbd4873
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Sep 24 14:45:24 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Sep 24 14:45:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=fe2af9f5

Moved to gentoo tree.

---
 dev-ruby/will_paginate/ChangeLog                  |   20 ---------------
 dev-ruby/will_paginate/metadata.xml               |    6 ----
 dev-ruby/will_paginate/will_paginate-3.0.3.ebuild |   28 ---------------------
 3 files changed, 0 insertions(+), 54 deletions(-)

diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
deleted file mode 100644
index 96e9f0e..0000000
--- a/dev-ruby/will_paginate/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for dev-ruby/will_paginate
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  16 Jun 2012; Hans de Graaff <graaff@gentoo.org> will_paginate-3.0.3.ebuild:
-  There is no rails:3 slot. Instead depend on any version of rails.
-
-*will_paginate-3.0.3 (30 May 2012)
-
-*will_paginate-3.0.3 (27 May 2012)
-
-  30 May 2012; Michel Boaventura <michel.boaventura@gmail.com> +Changelog,
-  +Manifest, +will_paginate-3.0.3.ebuild:
-  Putting back rails dependency and removing jruby for now, since some tests
-  are failing.
-
-  27 May 2012; Michel Boaventura <michel.boaventura@gmail.com>  +ChangeLog,
-  +Manifest, +metadata.xml, +will_paginate-3.0.3.ebuild:
-  Bump version to 3.0.3, remove rails dependency, since will_paginate doesn't
-  need rails to work and add ruby-sqlite3 test dependency.

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

diff --git a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
deleted file mode 100644
index d1a9040..0000000
--- a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 ruby19"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="http://github.com/mislav/will_paginate/"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "
-	test? (
-		dev-ruby/rspec:2
-		=dev-ruby/rails-3*
-		dev-ruby/mocha
-	)"


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/will_paginate/
@ 2012-06-16  3:46 Hans de Graaff
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2012-06-16  3:46 UTC (permalink / raw
  To: gentoo-commits

commit:     07fd527183a9085818cfac52ca3a369c0e3b3995
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Jun 16 03:46:00 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 03:46:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=07fd5271

There is no rails:3 slot. Instead depend on any version of rails.

(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/will_paginate/ChangeLog                  |    5 ++++-
 dev-ruby/will_paginate/will_paginate-3.0.3.ebuild |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
index a886c26..96e9f0e 100644
--- a/dev-ruby/will_paginate/ChangeLog
+++ b/dev-ruby/will_paginate/ChangeLog
@@ -1,7 +1,10 @@
-# ChangeLog for dev-ruby/dm-core
+# ChangeLog for dev-ruby/will_paginate
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jun 2012; Hans de Graaff <graaff@gentoo.org> will_paginate-3.0.3.ebuild:
+  There is no rails:3 slot. Instead depend on any version of rails.
+
 *will_paginate-3.0.3 (30 May 2012)
 
 *will_paginate-3.0.3 (27 May 2012)

diff --git a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
index 04ad52b..d1a9040 100644
--- a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
@@ -23,6 +23,6 @@ IUSE=""
 ruby_add_bdepend "
 	test? (
 		dev-ruby/rspec:2
-		dev-ruby/rails:3
+		=dev-ruby/rails-3*
 		dev-ruby/mocha
 	)"



^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/will_paginate/
@ 2012-05-27 18:02 Michel Boaventura
  0 siblings, 0 replies; 4+ messages in thread
From: Michel Boaventura @ 2012-05-27 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d7065b53aa0c22715868f53f0167488ea43163d9
Author:     Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Sun May 27 18:02:21 2012 +0000
Commit:     Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Sun May 27 18:02:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=d7065b53

Bump will_paginate to 3.0.3

(Portage version: 2.1.10.63/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 dev-ruby/will_paginate/ChangeLog                  |   10 +++++++
 dev-ruby/will_paginate/metadata.xml               |    6 ++++
 dev-ruby/will_paginate/will_paginate-3.0.3.ebuild |   28 +++++++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/ChangeLog
new file mode 100644
index 0000000..4c8d673
--- /dev/null
+++ b/dev-ruby/will_paginate/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/dm-core
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*will_paginate-3.0.3 (27 May 2012)
+
+  27 May 2012; Michel Boaventura <michel.boaventura@gmail.com>  +ChangeLog,
+  +Manifest, +metadata.xml, +will_paginate-3.0.3.ebuild:
+  Bump version to 3.0.3, remove rails dependency, since will_paginate doesn't
+  need rails to work and add ruby-sqlite3 test dependency.

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

diff --git a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
new file mode 100644
index 0000000..f54a2b4
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+USE_RUBY="ruby18 ree18 ruby19 jruby"
+
+RUBY_FAKEGEM_TASK_TEST="spec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="http://github.com/mislav/will_paginate/"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "
+	test? (
+		dev-ruby/rspec:2
+		dev-ruby/sqlite3
+		dev-ruby/mocha
+	)"



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

end of thread, other threads:[~2012-09-24 14:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31  1:11 [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/will_paginate/ Michel Boaventura
  -- strict thread matches above, loose matches on Subject: below --
2012-09-24 14:45 Hans de Graaff
2012-06-16  3:46 Hans de Graaff
2012-05-27 18:02 Michel Boaventura

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