[gentoo-commits] dev/mrueg:master commit in: dev-ruby/redis-activesupport/

2016-03-27 Thread Manuel Rüger
commit: a3f28c74615d915c0e76362b4d21c8d8e49aaa73
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 28 01:25:04 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 28 01:25:04 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a3f28c74

dev-ruby/redis-activesupport: Fix EXTRADOC variable

Package-Manager: portage-2.2.28

 dev-ruby/redis-activesupport/redis-activesupport-4.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/redis-activesupport/redis-activesupport-4.1.5.ebuild 
b/dev-ruby/redis-activesupport/redis-activesupport-4.1.5.ebuild
index bd6a8e4..b7b66e1 100644
--- a/dev-ruby/redis-activesupport/redis-activesupport-4.1.5.ebuild
+++ b/dev-ruby/redis-activesupport/redis-activesupport-4.1.5.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC="rdoc"
-RUBY_FAKEGEM_EXTRA_DOC="README.md"
+RUBY_FAKEGEM_EXTRADOC="README.md"
 
 inherit ruby-fakegem
 



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/redis-activesupport/

2016-03-27 Thread Manuel Rüger
commit: a62fec0ea27f2c629bc34e5cadc3a0bbdb334322
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 28 01:12:45 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 28 01:12:45 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a62fec0e

dev-ruby/redis-activesupport: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/redis-activesupport/Manifest  |  1 +
 dev-ruby/redis-activesupport/metadata.xml  |  8 +
 .../redis-activesupport-4.1.5.ebuild   | 38 ++
 3 files changed, 47 insertions(+)

diff --git a/dev-ruby/redis-activesupport/Manifest 
b/dev-ruby/redis-activesupport/Manifest
new file mode 100644
index 000..c3d2e67
--- /dev/null
+++ b/dev-ruby/redis-activesupport/Manifest
@@ -0,0 +1 @@
+DIST redis-activesupport-4.1.5.gem 11776 SHA256 
ef9f7ba261f7d5bc0e3a4890055cdf94fd4e2e034ea34342f8c206f1979fc383 SHA512 
b8b25394f8297f1e80b511804ccdeebf4b835d8ce1166320bb4120c4bc814dc9e3ff936816bf2b93a276f7513177d68388c0bfa19a1e41cea5228b15a11cafbb
 WHIRLPOOL 
e934c0450b19d89281062816e5fc813be0c7090fd255f021eabe6c0fa21f055b5d5efbb335fd2e07a30469f734a84990c47bac5c67a140d9261dc2f208bd8d52

diff --git a/dev-ruby/redis-activesupport/metadata.xml 
b/dev-ruby/redis-activesupport/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/redis-activesupport/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/redis-activesupport/redis-activesupport-4.1.5.ebuild 
b/dev-ruby/redis-activesupport/redis-activesupport-4.1.5.ebuild
new file mode 100644
index 000..bd6a8e4
--- /dev/null
+++ b/dev-ruby/redis-activesupport/redis-activesupport-4.1.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC="rdoc"
+RUBY_FAKEGEM_EXTRA_DOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Redis store for ActiveSupport"
+HOMEPAGE="https://rubygems.org/gems/redis-activesupport 
http://redis-store.org/redis-activesupport;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/activesupport-3
+   >=dev-ruby/redis-store-1.1.0
+   =dev-ruby/bundler-1.3
+#  =dev-ruby/connection_pool-1.2.0
+#  =dev-ruby/minitest-4.2
+#  =dev-ruby/mocha-0.14.0
+#  =dev-ruby/rake-10
+#  dev-ruby/redis-store-testing"
+
+RESTRICT="test"