Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: dev-ruby/redis-activesupport/
Date: Mon, 28 Mar 2016 01:13:42
Message-Id: 1459127565.a62fec0ea27f2c629bc34e5cadc3a0bbdb334322.mrueg@gentoo
1 commit: a62fec0ea27f2c629bc34e5cadc3a0bbdb334322
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 01:12:45 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 01:12:45 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a62fec0e
7
8 dev-ruby/redis-activesupport: Initial version
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/redis-activesupport/Manifest | 1 +
13 dev-ruby/redis-activesupport/metadata.xml | 8 +++++
14 .../redis-activesupport-4.1.5.ebuild | 38 ++++++++++++++++++++++
15 3 files changed, 47 insertions(+)
16
17 diff --git a/dev-ruby/redis-activesupport/Manifest b/dev-ruby/redis-activesupport/Manifest
18 new file mode 100644
19 index 0000000..c3d2e67
20 --- /dev/null
21 +++ b/dev-ruby/redis-activesupport/Manifest
22 @@ -0,0 +1 @@
23 +DIST redis-activesupport-4.1.5.gem 11776 SHA256 ef9f7ba261f7d5bc0e3a4890055cdf94fd4e2e034ea34342f8c206f1979fc383 SHA512 b8b25394f8297f1e80b511804ccdeebf4b835d8ce1166320bb4120c4bc814dc9e3ff936816bf2b93a276f7513177d68388c0bfa19a1e41cea5228b15a11cafbb WHIRLPOOL e934c0450b19d89281062816e5fc813be0c7090fd255f021eabe6c0fa21f055b5d5efbb335fd2e07a30469f734a84990c47bac5c67a140d9261dc2f208bd8d52
24
25 diff --git a/dev-ruby/redis-activesupport/metadata.xml b/dev-ruby/redis-activesupport/metadata.xml
26 new file mode 100644
27 index 0000000..bfcb697
28 --- /dev/null
29 +++ b/dev-ruby/redis-activesupport/metadata.xml
30 @@ -0,0 +1,8 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer>
35 + <email>mrueg@g.o</email>
36 + <name>Manuel Rüger</name>
37 + </maintainer>
38 +</pkgmetadata>
39
40 diff --git a/dev-ruby/redis-activesupport/redis-activesupport-4.1.5.ebuild b/dev-ruby/redis-activesupport/redis-activesupport-4.1.5.ebuild
41 new file mode 100644
42 index 0000000..bd6a8e4
43 --- /dev/null
44 +++ b/dev-ruby/redis-activesupport/redis-activesupport-4.1.5.ebuild
45 @@ -0,0 +1,38 @@
46 +# Copyright 1999-2016 Gentoo Foundation
47 +# Distributed under the terms of the GNU General Public License v2
48 +# $Id$
49 +
50 +EAPI=5
51 +
52 +USE_RUBY="ruby20 ruby21 ruby22"
53 +
54 +RUBY_FAKEGEM_TASK_DOC="rdoc"
55 +RUBY_FAKEGEM_EXTRA_DOC="README.md"
56 +
57 +inherit ruby-fakegem
58 +
59 +DESCRIPTION="Redis store for ActiveSupport"
60 +HOMEPAGE="https://rubygems.org/gems/redis-activesupport http://redis-store.org/redis-activesupport"
61 +
62 +LICENSE="MIT"
63 +SLOT="0"
64 +KEYWORDS="~amd64"
65 +IUSE=""
66 +
67 +ruby_add_rdepend "<dev-ruby/activesupport-5
68 + >=dev-ruby/activesupport-3
69 + >=dev-ruby/redis-store-1.1.0
70 + <dev-ruby/redis-store-1.2"
71 +
72 +#ruby_add_bdepend ">=dev-ruby/bundler-1.3
73 +# <dev-ruby/bundler-2
74 +# >=dev-ruby/connection_pool-1.2.0
75 +# <dev-ruby/connection_pool-1.3
76 +# >=dev-ruby/minitest-4.2
77 +# <dev-ruby/minitest-5
78 +# >=dev-ruby/mocha-0.14.0
79 +# <dev-ruby/mocha-0.15
80 +# >=dev-ruby/rake-10
81 +# dev-ruby/redis-store-testing"
82 +
83 +RESTRICT="test"