Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bundler/
Date: Thu, 26 Dec 2019 07:19:22
Message-Id: 1577344751.85e9a084ee583715216aa410e6b74f66a550484b.graaff@gentoo
1 commit: 85e9a084ee583715216aa410e6b74f66a550484b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 07:18:56 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 07:19:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e9a084
7
8 dev-ruby/bundler: add 2.1.2
9
10 Also add a new 1.17.3-r1 revision to avoid file collisions
11 on binstubs when both versions must be installed.
12
13 Package-Manager: Portage-2.3.79, Repoman-2.3.16
14 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
15
16 dev-ruby/bundler/Manifest | 1 +
17 dev-ruby/bundler/bundler-1.17.3-r1.ebuild | 34 +++++++++++++++++++++++++++++++
18 dev-ruby/bundler/bundler-2.1.2.ebuild | 32 +++++++++++++++++++++++++++++
19 3 files changed, 67 insertions(+)
20
21 diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
22 index b69b3e34dfb..d639f5ec404 100644
23 --- a/dev-ruby/bundler/Manifest
24 +++ b/dev-ruby/bundler/Manifest
25 @@ -1 +1,2 @@
26 DIST bundler-1.17.3.gem 364032 BLAKE2B 81e097156a593e4ec85a2353aa6c62143d9aad120c22c5f76423c6c5f4e4d33206c8ef41c64e54ea53eb610a0d865beba19d3c033e8f65913564963319bb523f SHA512 658de4228bc12fa5ca6ce335f76fff773f64da9f3d12f5097b4fd28d4c4f4d2a5bf12dce761b3d95432c5ea6a5aafae895df87c26660a4567db8b682aff48c02
27 +DIST bundler-2.1.2.gem 396800 BLAKE2B 20540af4873f968412ddec542379a97b200d86a66b5e69ff9f2f57140063e49dd2ee52ed03e2fbaa1a8da8a3e12d0d4d2e3468031afdaee09a6aeed9910aeb60 SHA512 2a3b42fa2c6f40998c900eaf9d81d6417970f3daa572e4f1c5cc954fd8ce1e3cacbda0dc9b77d44b2fa756cfb1e72838ef3edee1812881198bbe8c946017e22b
28
29 diff --git a/dev-ruby/bundler/bundler-1.17.3-r1.ebuild b/dev-ruby/bundler/bundler-1.17.3-r1.ebuild
30 new file mode 100644
31 index 00000000000..024b1f86f52
32 --- /dev/null
33 +++ b/dev-ruby/bundler/bundler-1.17.3-r1.ebuild
34 @@ -0,0 +1,34 @@
35 +# Copyright 1999-2019 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=6
39 +
40 +USE_RUBY="ruby23 ruby24 ruby25 ruby26"
41 +
42 +# The specs require a number of gems to be installed in a temporary
43 +# directory, but this requires network access. They also don't work
44 +# when run with a path that contains "-".
45 +RUBY_FAKEGEM_RECIPE_TEST="none"
46 +
47 +# No documentation task
48 +RUBY_FAKEGEM_TASK_DOC=""
49 +RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
50 +
51 +RUBY_FAKEGEM_BINDIR="exe"
52 +RUBY_FAKEGEM_BINWRAP=""
53 +
54 +RUBY_FAKEGEM_EXTRAINSTALL="man"
55 +
56 +inherit ruby-fakegem
57 +
58 +DESCRIPTION="An easy way to vendor gem dependencies"
59 +HOMEPAGE="https://github.com/carlhuda/bundler"
60 +
61 +LICENSE="MIT"
62 +SLOT="0"
63 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 +IUSE="+doc test"
65 +
66 +ruby_add_rdepend virtual/rubygems
67 +
68 +RDEPEND+=" dev-vcs/git"
69
70 diff --git a/dev-ruby/bundler/bundler-2.1.2.ebuild b/dev-ruby/bundler/bundler-2.1.2.ebuild
71 new file mode 100644
72 index 00000000000..d7b0c12648b
73 --- /dev/null
74 +++ b/dev-ruby/bundler/bundler-2.1.2.ebuild
75 @@ -0,0 +1,32 @@
76 +# Copyright 1999-2019 Gentoo Authors
77 +# Distributed under the terms of the GNU General Public License v2
78 +
79 +EAPI=7
80 +
81 +USE_RUBY="ruby24 ruby25 ruby26"
82 +
83 +# The specs require a number of gems to be installed in a temporary
84 +# directory, but this requires network access. They also don't work
85 +# when run with a path that contains "-".
86 +RUBY_FAKEGEM_RECIPE_TEST="none"
87 +
88 +# No documentation task
89 +RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
90 +
91 +RUBY_FAKEGEM_BINDIR="exe"
92 +
93 +RUBY_FAKEGEM_EXTRAINSTALL="man"
94 +
95 +inherit ruby-fakegem
96 +
97 +DESCRIPTION="An easy way to vendor gem dependencies"
98 +HOMEPAGE="https://github.com/carlhuda/bundler"
99 +
100 +LICENSE="MIT"
101 +SLOT="$(ver_cut 1)"
102 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
103 +IUSE="+doc test"
104 +
105 +ruby_add_rdepend virtual/rubygems
106 +
107 +RDEPEND+=" dev-vcs/git !!<dev-ruby/bundler-1.17.3-r1:0"