public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/joiner/
@ 2014-02-07 10:37 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2014-02-07 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     43665efe67eaec111473943321604bf5271f598a
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb  7 10:36:55 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 10:36:55 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=43665efe

Initial import. New dependency for thinking-sphinx.

Package-Manager: portage-2.2.7

---
 dev-ruby/joiner/ChangeLog           | 10 ++++++++++
 dev-ruby/joiner/Manifest            |  1 +
 dev-ruby/joiner/joiner-0.2.0.ebuild | 25 +++++++++++++++++++++++++
 dev-ruby/joiner/metadata.xml        |  5 +++++
 4 files changed, 41 insertions(+)

diff --git a/dev-ruby/joiner/ChangeLog b/dev-ruby/joiner/ChangeLog
new file mode 100644
index 0000000..7b7d1ef
--- /dev/null
+++ b/dev-ruby/joiner/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/joiner
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*joiner-0.2.0 (07 Feb 2014)
+
+  07 Feb 2014; Hans de Graaff <graaff@gentoo.org> +joiner-0.2.0.ebuild,
+  +metadata.xml:
+  Initial import. New dependency for thinking-sphinx.
+

diff --git a/dev-ruby/joiner/Manifest b/dev-ruby/joiner/Manifest
new file mode 100644
index 0000000..905b70e
--- /dev/null
+++ b/dev-ruby/joiner/Manifest
@@ -0,0 +1 @@
+DIST joiner-0.2.0.gem 9728 SHA256 b4ec1e9ef54b390b80b186825605eb85847653464549de6562aba708ee591169 SHA512 95099e50ec7231183abd37eba34530170d02d93ee2e6d164a76d80bd8ee590d95cf9001c887f3e12682335862229a5ffe4888a57e6197a61ed61ceb37e553acc WHIRLPOOL fb8834155530389107a308f9aa32a3a144923152698fa7ddfceb65a7841eab7f9a8c56360ce6d8abdfcf12092af89c273bc83c36a99da0a2e16a336e6a5b4797

diff --git a/dev-ruby/joiner/joiner-0.2.0.ebuild b/dev-ruby/joiner/joiner-0.2.0.ebuild
new file mode 100644
index 0000000..c9465ee
--- /dev/null
+++ b/dev-ruby/joiner/joiner-0.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Builds ActiveRecord joins from association paths"
+HOMEPAGE="http://pat.github.io/thinking-sphinx"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activerecord-3.1.0 <dev-ruby/activerecord-4.1.0"
+
+# There are specs in the package but they require that MySQL support
+# has been set up for it, so we can't run them out of the box.

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


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/joiner/
@ 2014-06-30 16:21 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2014-06-30 16:21 UTC (permalink / raw
  To: gentoo-commits

commit:     edc58a80b5a0bc81f4d580023d408e60c98bebf9
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Jun 27 09:32:11 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 27 09:32:11 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=edc58a80

Add ruby20, ruby21.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/joiner/ChangeLog           | 3 +++
 dev-ruby/joiner/joiner-0.2.0.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/joiner/ChangeLog b/dev-ruby/joiner/ChangeLog
index 7b7d1ef..b79a124 100644
--- a/dev-ruby/joiner/ChangeLog
+++ b/dev-ruby/joiner/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Jun 2014; Hans de Graaff <graaff@gentoo.org> joiner-0.2.0.ebuild:
+  Add ruby20, ruby21.
+
 *joiner-0.2.0 (07 Feb 2014)
 
   07 Feb 2014; Hans de Graaff <graaff@gentoo.org> +joiner-0.2.0.ebuild,

diff --git a/dev-ruby/joiner/joiner-0.2.0.ebuild b/dev-ruby/joiner/joiner-0.2.0.ebuild
index c9465ee..cb68e51 100644
--- a/dev-ruby/joiner/joiner-0.2.0.ebuild
+++ b/dev-ruby/joiner/joiner-0.2.0.ebuild
@@ -3,7 +3,7 @@
 # $Header:  $
 
 EAPI=5
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/joiner/
@ 2015-03-11  6:33 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2015-03-11  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b62ee25bf4730647ea5918ada27f1566ca7fb253
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Mar 11 06:32:59 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 06:32:59 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=b62ee25b

Version bump.

Package-Manager: portage-2.2.14

 dev-ruby/joiner/ChangeLog           |  7 ++++++-
 dev-ruby/joiner/Manifest            |  1 +
 dev-ruby/joiner/joiner-0.3.4.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/joiner/ChangeLog b/dev-ruby/joiner/ChangeLog
index b79a124..80116eb 100644
--- a/dev-ruby/joiner/ChangeLog
+++ b/dev-ruby/joiner/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-ruby/joiner
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*joiner-0.3.4 (11 Mar 2015)
+
+  11 Mar 2015; Hans de Graaff <graaff@gentoo.org> +joiner-0.3.4.ebuild:
+  Version bump.
+
   27 Jun 2014; Hans de Graaff <graaff@gentoo.org> joiner-0.2.0.ebuild:
   Add ruby20, ruby21.
 

diff --git a/dev-ruby/joiner/Manifest b/dev-ruby/joiner/Manifest
index 905b70e..3105dcc 100644
--- a/dev-ruby/joiner/Manifest
+++ b/dev-ruby/joiner/Manifest
@@ -1 +1,2 @@
 DIST joiner-0.2.0.gem 9728 SHA256 b4ec1e9ef54b390b80b186825605eb85847653464549de6562aba708ee591169 SHA512 95099e50ec7231183abd37eba34530170d02d93ee2e6d164a76d80bd8ee590d95cf9001c887f3e12682335862229a5ffe4888a57e6197a61ed61ceb37e553acc WHIRLPOOL fb8834155530389107a308f9aa32a3a144923152698fa7ddfceb65a7841eab7f9a8c56360ce6d8abdfcf12092af89c273bc83c36a99da0a2e16a336e6a5b4797
+DIST joiner-0.3.4.gem 8704 SHA256 916fa74ff929be6df42e969fe1de5a54be534f358b19e2183b15e289edf0a7b0 SHA512 98134137d8f32fa4548ec55c318798a02f4678fe6ea0237ee4ffabdc7d312e9b0137cab9cb32311b7f9360f9d3494bb378801ac408c93e24605914f09b448a80 WHIRLPOOL 8aae28373cb874c53a4c596a0366fb485717eb28583cd630cdf3179c2cacf7d923add79762a2a64fb86066e3a07ae925b19ae8c3724907c213c6ae1b9a2bf2e6

diff --git a/dev-ruby/joiner/joiner-0.3.4.ebuild b/dev-ruby/joiner/joiner-0.3.4.ebuild
new file mode 100644
index 0000000..bc1e278
--- /dev/null
+++ b/dev-ruby/joiner/joiner-0.3.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Builds ActiveRecord joins from association paths"
+HOMEPAGE="http://pat.github.io/thinking-sphinx"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0.3"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activerecord-4.1.0"
+
+# There are specs in the package but they require that MySQL support
+# has been set up for it, so we can't run them out of the box.


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/joiner/
@ 2016-07-24  7:26 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2016-07-24  7:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f67d0e6e1848bc5b6b409c9689519d085d0245c8
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Jul 24 07:22:46 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 07:22:46 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=f67d0e6e

dev-ruby/joiner: add 0.3.4

Package-Manager: portage-2.2.28

 dev-ruby/joiner/joiner-0.3.4.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/joiner/joiner-0.3.4.ebuild b/dev-ruby/joiner/joiner-0.3.4.ebuild
index bc1e278..d6cba99 100644
--- a/dev-ruby/joiner/joiner-0.3.4.ebuild
+++ b/dev-ruby/joiner/joiner-0.3.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header:  $
+# $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""
@@ -19,7 +19,7 @@ KEYWORDS="~amd64"
 SLOT="0.3"
 IUSE=""
 
-ruby_add_rdepend ">=dev-ruby/activerecord-4.1.0"
+ruby_add_rdepend ">=dev-ruby/activerecord-4.1.0:*"
 
 # There are specs in the package but they require that MySQL support
 # has been set up for it, so we can't run them out of the box.


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/joiner/
@ 2016-08-14  6:10 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2016-08-14  6:10 UTC (permalink / raw
  To: gentoo-commits

commit:     4e8abd9e1eb076d19f7f140b36536c148fa23f45
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Aug 14 05:53:52 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 05:53:52 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=4e8abd9e

dev-ruby/joiner: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/joiner/Manifest            |  1 -
 dev-ruby/joiner/joiner-0.2.0.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/joiner/Manifest b/dev-ruby/joiner/Manifest
index 3105dcc..bb730b7 100644
--- a/dev-ruby/joiner/Manifest
+++ b/dev-ruby/joiner/Manifest
@@ -1,2 +1 @@
-DIST joiner-0.2.0.gem 9728 SHA256 b4ec1e9ef54b390b80b186825605eb85847653464549de6562aba708ee591169 SHA512 95099e50ec7231183abd37eba34530170d02d93ee2e6d164a76d80bd8ee590d95cf9001c887f3e12682335862229a5ffe4888a57e6197a61ed61ceb37e553acc WHIRLPOOL fb8834155530389107a308f9aa32a3a144923152698fa7ddfceb65a7841eab7f9a8c56360ce6d8abdfcf12092af89c273bc83c36a99da0a2e16a336e6a5b4797
 DIST joiner-0.3.4.gem 8704 SHA256 916fa74ff929be6df42e969fe1de5a54be534f358b19e2183b15e289edf0a7b0 SHA512 98134137d8f32fa4548ec55c318798a02f4678fe6ea0237ee4ffabdc7d312e9b0137cab9cb32311b7f9360f9d3494bb378801ac408c93e24605914f09b448a80 WHIRLPOOL 8aae28373cb874c53a4c596a0366fb485717eb28583cd630cdf3179c2cacf7d923add79762a2a64fb86066e3a07ae925b19ae8c3724907c213c6ae1b9a2bf2e6

diff --git a/dev-ruby/joiner/joiner-0.2.0.ebuild b/dev-ruby/joiner/joiner-0.2.0.ebuild
deleted file mode 100644
index cb68e51..0000000
--- a/dev-ruby/joiner/joiner-0.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Builds ActiveRecord joins from association paths"
-HOMEPAGE="http://pat.github.io/thinking-sphinx"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activerecord-3.1.0 <dev-ruby/activerecord-4.1.0"
-
-# There are specs in the package but they require that MySQL support
-# has been set up for it, so we can't run them out of the box.


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

end of thread, other threads:[~2016-08-14  6:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 16:21 [gentoo-commits] dev/graaff:master commit in: dev-ruby/joiner/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2016-08-14  6:10 Hans de Graaff
2016-07-24  7:26 Hans de Graaff
2015-03-11  6:33 Hans de Graaff
2014-02-07 10:37 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