public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/thinking-sphinx/
Date: Thu, 24 Apr 2014 09:55:15 +0000 (UTC)	[thread overview]
Message-ID: <1398333226.1d0c874b832e10bcccf994bd413ce0b3aee27f06.graaff@gentoo> (raw)

commit:     1d0c874b832e10bcccf994bd413ce0b3aee27f06
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Apr 24 09:53:46 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 09:53:46 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=1d0c874b

Version bump.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/thinking-sphinx/ChangeLog                 |  6 +++++
 dev-ruby/thinking-sphinx/Manifest                  |  1 +
 .../thinking-sphinx/thinking-sphinx-3.1.1.ebuild   | 30 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-ruby/thinking-sphinx/ChangeLog b/dev-ruby/thinking-sphinx/ChangeLog
index 21a286d..528eb0c 100644
--- a/dev-ruby/thinking-sphinx/ChangeLog
+++ b/dev-ruby/thinking-sphinx/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*thinking-sphinx-3.1.1 (24 Apr 2014)
+
+  24 Apr 2014; Hans de Graaff <graaff@gentoo.org>
+  +thinking-sphinx-3.1.1.ebuild:
+  Version bump.
+
   27 Feb 2014; Hans de Graaff <graaff@gentoo.org> thinking-sphinx-3.1.0.ebuild:
   Use a separate SLOT for thinking sphinx 3.1.
 

diff --git a/dev-ruby/thinking-sphinx/Manifest b/dev-ruby/thinking-sphinx/Manifest
index d05a634..8d78c08 100644
--- a/dev-ruby/thinking-sphinx/Manifest
+++ b/dev-ruby/thinking-sphinx/Manifest
@@ -1,3 +1,4 @@
 DIST thinking-sphinx-2.0.14.gem 157184 SHA256 0109c4e081e5cde60c148875585358d21c1144c1d4a1fc05f39450273e27f94f SHA512 5325763f0dd8709a5a707a0369c8426a19bb93c807bffa7dc9308b9584ec891509bd1afa754af53a84243f7527071b2b0c2fe7d85cdf3b1b48ef64c0d83d0d6b WHIRLPOOL d90a76faedc8d8d7ea7d7ca7c4dc5be5d6c42ebd2e79a642bc64e386a37e9f9c7d74d12eef208e3834173dda3ad7d46af05fee066b59d0b4a8eaf8b8118da5d3
 DIST thinking-sphinx-3.0.6.gem 94720 SHA256 1b3ebead66c711802c91c8c70195207ae13e896344e3ae1c850f4df37c846224 SHA512 914b7cd3d4a4c962a60a4b53985cffc082779f85aa9784131b31a65b01f3e92ab961ad435f8eb059820c66363ef1af436782c1a4fdf09a9f8411154daf634f66 WHIRLPOOL e81773d033512b25ad301bbff9ed79460e1c2a9546a9a072c8344ed7cf3f767afaf2ab6d5ef22478444055f5568b1e2ad698950840e3b4da46a55c5b065c6dae
 DIST thinking-sphinx-3.1.0.gem 97280 SHA256 929d9f126a5e02ce41ee470fc9d265c50b542555ec9813173fc8f430f89e9edf SHA512 1e7f9acc23fec6e46aad5dff84fccc3bc3caa53078c4a1b424d5c9ecc5f8c31d8b1c71e5722c31e480b3a29357187c91befcb59d43fbf5683f0bfa30e6ff2c11 WHIRLPOOL 0676002f0d2b96d083142c8065b58101978952f6d6d190cc267efafdabea7ae395d392bfffcc3200307adf34bcd2149c9246a32ad9725b9b06b754d10ef79ea9
+DIST thinking-sphinx-3.1.1.gem 95232 SHA256 d8cc7bac782078158b6944bd2ad9a27b3354090ad68e2c470591a2cda7bc61bc SHA512 da8ec735f1f5252001dd3c74b6bbb15525a4696ac53d0ececaaa6607bafb29f6b676698216d399ffbb4c04fa881a10831d1b455363dbc9964d8c5a9808ff0067 WHIRLPOOL 1a0b52045b6cdb198fe6fc3f6b9ee881496f90af4ce7e94a5ed36d12b9cd83c791980514a739d38143f162673105b5702d6a70f6dc1ef69dece99739240dcdba

diff --git a/dev-ruby/thinking-sphinx/thinking-sphinx-3.1.1.ebuild b/dev-ruby/thinking-sphinx/thinking-sphinx-3.1.1.ebuild
new file mode 100644
index 0000000..9e99148
--- /dev/null
+++ b/dev-ruby/thinking-sphinx/thinking-sphinx-3.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="HISTORY README.textile"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon."
+HOMEPAGE="http://freelancing-god.github.com/ts/en/"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="3.1"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activerecord-3.1.0
+	>=dev-ruby/builder-2.1.2
+	>=dev-ruby/joiner-0.2.0
+	>=dev-ruby/middleware-0.1.0
+	>=dev-ruby/innertube-1.0.2
+	>=dev-ruby/riddle-1.5.11"
+
+# There are specs and features but not all files are present so they
+# don't run. We also need additional unpackaged dependencies for this.


             reply	other threads:[~2014-04-24  9:55 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-24  9:55 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-01 20:07 [gentoo-commits] dev/graaff:master commit in: dev-ruby/thinking-sphinx/ Hans de Graaff
2016-09-01 20:07 Hans de Graaff
2016-08-08  5:35 Hans de Graaff
2016-07-24  7:26 Hans de Graaff
2016-07-24  7:26 Hans de Graaff
2015-06-05  5:30 Hans de Graaff
2015-06-05  5:30 Hans de Graaff
2015-05-22 16:12 Hans de Graaff
2015-05-22 16:12 Hans de Graaff
2014-07-02  9:04 Hans de Graaff
2014-02-27 11:13 Hans de Graaff
2014-02-07 10:41 Hans de Graaff
2014-02-07 10:37 Hans de Graaff
2013-12-16 10:38 Hans de Graaff
2013-07-24  9:19 Hans de Graaff
2013-01-11 14:54 Hans de Graaff
2013-01-11 14:54 Hans de Graaff
2012-09-17  8:59 Hans de Graaff
2012-06-29 14:33 Hans de Graaff
2012-03-13  8:31 Hans de Graaff
2011-12-04 14:18 Hans de Graaff
2011-12-04  8:16 Hans de Graaff
2011-12-04  8:16 Hans de Graaff
2011-10-14 12:30 Hans de Graaff
2011-09-16 12:21 Hans de Graaff
2011-09-16 12:20 Hans de Graaff
2011-07-13  8:35 Hans de Graaff
2011-06-29 14:12 Hans de Graaff
2011-06-28 12:23 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1398333226.1d0c874b832e10bcccf994bd413ce0b3aee27f06.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox