commit:     a62fec0ea27f2c629bc34e5cadc3a0bbdb334322
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 01:12:45 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 01:12:45 2016 +0000
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 0000000..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 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/redis-activesupport/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer>
+               <email>mr...@gentoo.org</email>
+               <name>Manuel Rüger</name>
+       </maintainer>
+</pkgmetadata>

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 0000000..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-5
+       >=dev-ruby/activesupport-3
+       >=dev-ruby/redis-store-1.1.0
+       <dev-ruby/redis-store-1.2"
+
+#ruby_add_bdepend ">=dev-ruby/bundler-1.3
+#      <dev-ruby/bundler-2
+#      >=dev-ruby/connection_pool-1.2.0
+#      <dev-ruby/connection_pool-1.3
+#      >=dev-ruby/minitest-4.2
+#      <dev-ruby/minitest-5
+#      >=dev-ruby/mocha-0.14.0
+#      <dev-ruby/mocha-0.15
+#      >=dev-ruby/rake-10
+#      dev-ruby/redis-store-testing"
+
+RESTRICT="test"

Reply via email to