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: Mon, 17 Apr 2017 09:36:20
Message-Id: 1492421767.728d3a31125374806a8fa3794870c285761814dc.graaff@gentoo
1 commit: 728d3a31125374806a8fa3794870c285761814dc
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 09:33:44 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 09:36:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728d3a31
7
8 dev-ruby/capistrano: cleanup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/capistrano/Manifest | 2 --
13 dev-ruby/capistrano/capistrano-3.3.5.ebuild | 35 -----------------------------
14 dev-ruby/capistrano/capistrano-3.4.0.ebuild | 34 ----------------------------
15 3 files changed, 71 deletions(-)
16
17 diff --git a/dev-ruby/capistrano/Manifest b/dev-ruby/capistrano/Manifest
18 index 6093d15a788..c1e5f7cb7ed 100644
19 --- a/dev-ruby/capistrano/Manifest
20 +++ b/dev-ruby/capistrano/Manifest
21 @@ -1,4 +1,2 @@
22 DIST capistrano-2.15.5.gem 132096 SHA256 3eb22ec58176918f44a71126b9bb8a1a34ae4efb99835eb72e187d03916604aa SHA512 10168080c7481ec6fc6f918ac90a3b1ce8f2b36f77411375e33cc915b02d5196ab061ac47e767edd724c82cffd1c2ad0a23ba1f0519cf1f2aae5b429167b19ff WHIRLPOOL 452b5977e08762e0f01822734517010228fd3398e6d5e19041483dae9a7f6bfb3d4940b15a20c3a3cd30205f62563c919b3057294cd82ccb99cb96abefcb8136
23 -DIST capistrano-3.3.5.gem 47616 SHA256 f828e1f08e0aefd4f1737c55d12d0cf7c9ffe8a6c310686d1fa2b03ccfaf7a8b SHA512 91f92dd2f60da4117c39b60b4a3c473fab13f1af8266f54d01706cb92f357a25c5b57bcfc93e532dea0b9aef628c162ca045bfc48feb94fb50b795db09598569 WHIRLPOOL af73d8870855c552ea2d48f8ce591febdf5efd5bf32c3eda88cd2712c7f66c7d765e959bf586e23de5339a05be83ccdf443cccb443d396394f9b314e69447659
24 -DIST capistrano-3.4.0.gem 46080 SHA256 b3895b116f0254e8321b668929ece792a9f936416ce740490033cf97a47f87f7 SHA512 dff61bbf673b752d0126b5ba8bf0b1470c27dd0e10c81e7180ab58d0bc98cdfdd330450edfa10c09829f5e43db3a56dbc76080b6503d3f9c70c779a96a57c296 WHIRLPOOL 6ecdc6b12c46f45b79940b5fd42925d52cc447220d03510b3956d68bd6c448d862290d673eb864e73b54f6ccb855de6fd749ebea941d84c7ed35208a38e4efae
25 DIST capistrano-3.4.1.gem 46080 SHA256 4b820c7ddfbeeee186180a04ffcb0158a4819ab12cf8c9eb6411d07a9fe1e338 SHA512 ef3b8735aa91137234937b5704a74b965be729581e71df9794324303dba60eacb91c66c1b38f8154f315cd4d17f98e8ab6f491cd1634b59b51b320f2244f6ae1 WHIRLPOOL a745c9a6b77996ce12da7d9107ce932620478ee4d3884347f92d622c396c80f9553f6995bb209ec4f517e35a498c5b6f4458f8e4b29e0b556973ff194da418a7
26
27 diff --git a/dev-ruby/capistrano/capistrano-3.3.5.ebuild b/dev-ruby/capistrano/capistrano-3.3.5.ebuild
28 deleted file mode 100644
29 index a63f5cd6bbd..00000000000
30 --- a/dev-ruby/capistrano/capistrano-3.3.5.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -USE_RUBY="ruby20 ruby21"
38 -
39 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
40 -
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="A distributed application deployment system"
47 -HOMEPAGE="http://capistranorb.com/"
48 -
49 -LICENSE="MIT"
50 -SLOT="3"
51 -KEYWORDS="~amd64"
52 -IUSE=""
53 -
54 -ruby_add_rdepend "
55 - >=dev-ruby/capistrano-stats-1.1.0:1
56 - >=dev-ruby/sshkit-1.3:0
57 - >=dev-ruby/rake-10.0.0
58 - dev-ruby/i18n:*
59 - !!<dev-ruby/capistrano-2.15.5-r2"
60 -ruby_add_bdepend "
61 - test? ( dev-ruby/mocha:0.12 )"
62 -
63 -pkg_postinst() {
64 - einfo "Capistrano 3.1 has some breaking changes. Please check the CHANGELOG: http://goo.gl/SxB0lr"
65 - einfo "If you're upgrading Capistrano from 2.x, we recommend to read the upgrade guide: http://goo.gl/4536kB"
66 - 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."
67 -}
68
69 diff --git a/dev-ruby/capistrano/capistrano-3.4.0.ebuild b/dev-ruby/capistrano/capistrano-3.4.0.ebuild
70 deleted file mode 100644
71 index ac6935884cc..00000000000
72 --- a/dev-ruby/capistrano/capistrano-3.4.0.ebuild
73 +++ /dev/null
74 @@ -1,34 +0,0 @@
75 -# Copyright 1999-2016 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -USE_RUBY="ruby20 ruby21"
80 -
81 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
82 -
83 -RUBY_FAKEGEM_TASK_DOC=""
84 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
85 -
86 -inherit ruby-fakegem
87 -
88 -DESCRIPTION="A distributed application deployment system"
89 -HOMEPAGE="http://capistranorb.com/"
90 -
91 -LICENSE="MIT"
92 -SLOT="3"
93 -KEYWORDS="~amd64"
94 -IUSE=""
95 -
96 -ruby_add_rdepend "
97 - >=dev-ruby/sshkit-1.3:0
98 - >=dev-ruby/rake-10.0.0
99 - dev-ruby/i18n:*
100 - !!<dev-ruby/capistrano-2.15.5-r2"
101 -ruby_add_bdepend "
102 - test? ( dev-ruby/mocha:0.12 )"
103 -
104 -pkg_postinst() {
105 - einfo "Capistrano 3.1 has some breaking changes. Please check the CHANGELOG: http://goo.gl/SxB0lr"
106 - einfo "If you're upgrading Capistrano from 2.x, we recommend to read the upgrade guide: http://goo.gl/4536kB"
107 - 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."
108 -}