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/capistrano/
Date: Thu, 11 Apr 2019 18:29:21
Message-Id: 1555007035.66238ab7af231a739b9bf6d882a55e39b646f8c5.graaff@gentoo
1 commit: 66238ab7af231a739b9bf6d882a55e39b646f8c5
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 11 18:23:55 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 11 18:23:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66238ab7
7
8 dev-ruby/capistrano: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/capistrano/Manifest | 2 --
14 dev-ruby/capistrano/capistrano-3.10.1.ebuild | 40 ----------------------------
15 dev-ruby/capistrano/capistrano-3.10.2.ebuild | 40 ----------------------------
16 3 files changed, 82 deletions(-)
17
18 diff --git a/dev-ruby/capistrano/Manifest b/dev-ruby/capistrano/Manifest
19 index b0a2729d7e2..353aa20e60d 100644
20 --- a/dev-ruby/capistrano/Manifest
21 +++ b/dev-ruby/capistrano/Manifest
22 @@ -1,4 +1,2 @@
23 DIST capistrano-2.15.5.gem 132096 BLAKE2B bbaa6bd482cf9bbe7aa01540aa5dab3f32401ffa1476d9057bb8ad420194f1ab2c32d8e744d7c982ebece5c4b5369133dc8378b7adf54c78732f9cb249db2a9e SHA512 10168080c7481ec6fc6f918ac90a3b1ce8f2b36f77411375e33cc915b02d5196ab061ac47e767edd724c82cffd1c2ad0a23ba1f0519cf1f2aae5b429167b19ff
24 -DIST capistrano-3.10.1.gem 77824 BLAKE2B 548c86c0740703a5b0b92890806411221ea7a9942776d88fc999ce998e3cf5842d809e293d05111ce44cb849719900c7335c43d3795d7147688d48d53a19a133 SHA512 6f3f11498d26c426da740873022767ded44e1be1aeadddd01772d1a5c43dcf2589d5cf2279625470e2e2733d60d3ec865a39640ad4a14b2ef9a64b3da2da579b
25 -DIST capistrano-3.10.2.gem 78336 BLAKE2B 782cf09f810fd91f4878e126c12d57d19b75c1ccdf3dfee7b2078904743bf51047d1f948e64e6c41460fdaf0a3a9e5a2b646bd6a797f8ce97bc29fab9ca9c533 SHA512 a7eadcd0b949baab2d6ad09c2243f71ec803f85b5c3cf455068d3b0889be30d0f6bbee4ef0bdf90b9c7ec6c3e01886d350fd8a70824366383f7dcc49f0a8c92e
26 DIST capistrano-3.11.0.gem 78336 BLAKE2B f4e3ac2c796aae12ca575e1b5f1e42d993ad13580d790c3cc392322c40486121d8dbd7bf0f0fa75c3ee59396c0dd91164b2112d30b4270b302a9f1556fe866bb SHA512 d8b635de223a0574c17dff6fdfe4007741f823e24f376cc22129b709d40792d02965b72465aeeb54560f22522dafe255f094bde9a23aa259bca9d4933585e212
27
28 diff --git a/dev-ruby/capistrano/capistrano-3.10.1.ebuild b/dev-ruby/capistrano/capistrano-3.10.1.ebuild
29 deleted file mode 100644
30 index 4f29f3288d2..00000000000
31 --- a/dev-ruby/capistrano/capistrano-3.10.1.ebuild
32 +++ /dev/null
33 @@ -1,40 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -USE_RUBY="ruby22 ruby23 ruby24"
39 -
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 -
42 -RUBY_FAKEGEM_TASK_DOC=""
43 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
44 -
45 -inherit ruby-fakegem
46 -
47 -DESCRIPTION="A distributed application deployment system"
48 -HOMEPAGE="http://capistranorb.com/"
49 -
50 -LICENSE="MIT"
51 -SLOT="3"
52 -KEYWORDS="~amd64"
53 -IUSE=""
54 -
55 -ruby_add_rdepend "
56 - >=dev-ruby/airbrussh-1.0.0
57 - >=dev-ruby/sshkit-1.9:0
58 - >=dev-ruby/rake-10.0.0
59 - dev-ruby/i18n:*
60 - !!<dev-ruby/capistrano-2.15.5-r2"
61 -ruby_add_bdepend "
62 - test? ( dev-ruby/mocha )"
63 -
64 -all_ruby_prepare() {
65 - # Avoid specs that depend on capistrano already being installed
66 - rm -f spec/lib/capistrano/doctor/gems_doctor_spec.rb || die
67 -}
68 -
69 -pkg_postinst() {
70 - einfo "Capistrano 3.1 has some breaking changes. Please check the CHANGELOG: http://goo.gl/SxB0lr"
71 - einfo "If you're upgrading Capistrano from 2.x, we recommend to read the upgrade guide: http://goo.gl/4536kB"
72 - einfo "The 'deploy:restart' hook for passenger applications is now in a separate gem called capistrano-passenger. Just add it to your Gemfile and require it in your Capfile."
73 -}
74
75 diff --git a/dev-ruby/capistrano/capistrano-3.10.2.ebuild b/dev-ruby/capistrano/capistrano-3.10.2.ebuild
76 deleted file mode 100644
77 index 4f29f3288d2..00000000000
78 --- a/dev-ruby/capistrano/capistrano-3.10.2.ebuild
79 +++ /dev/null
80 @@ -1,40 +0,0 @@
81 -# Copyright 1999-2018 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=6
85 -USE_RUBY="ruby22 ruby23 ruby24"
86 -
87 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
88 -
89 -RUBY_FAKEGEM_TASK_DOC=""
90 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
91 -
92 -inherit ruby-fakegem
93 -
94 -DESCRIPTION="A distributed application deployment system"
95 -HOMEPAGE="http://capistranorb.com/"
96 -
97 -LICENSE="MIT"
98 -SLOT="3"
99 -KEYWORDS="~amd64"
100 -IUSE=""
101 -
102 -ruby_add_rdepend "
103 - >=dev-ruby/airbrussh-1.0.0
104 - >=dev-ruby/sshkit-1.9:0
105 - >=dev-ruby/rake-10.0.0
106 - dev-ruby/i18n:*
107 - !!<dev-ruby/capistrano-2.15.5-r2"
108 -ruby_add_bdepend "
109 - test? ( dev-ruby/mocha )"
110 -
111 -all_ruby_prepare() {
112 - # Avoid specs that depend on capistrano already being installed
113 - rm -f spec/lib/capistrano/doctor/gems_doctor_spec.rb || die
114 -}
115 -
116 -pkg_postinst() {
117 - einfo "Capistrano 3.1 has some breaking changes. Please check the CHANGELOG: http://goo.gl/SxB0lr"
118 - einfo "If you're upgrading Capistrano from 2.x, we recommend to read the upgrade guide: http://goo.gl/4536kB"
119 - einfo "The 'deploy:restart' hook for passenger applications is now in a separate gem called capistrano-passenger. Just add it to your Gemfile and require it in your Capfile."
120 -}