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: Wed, 07 Jul 2021 17:38:13
Message-Id: 1625679482.400778c2a753a60deb963d761d2a6a641b2c6ec2.graaff@gentoo
1 commit: 400778c2a753a60deb963d761d2a6a641b2c6ec2
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 7 08:57:11 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 7 17:38:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400778c2
7
8 dev-ruby/capistrano: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/capistrano/Manifest | 3 ---
14 dev-ruby/capistrano/capistrano-3.14.0.ebuild | 37 ----------------------------
15 dev-ruby/capistrano/capistrano-3.14.1.ebuild | 37 ----------------------------
16 dev-ruby/capistrano/capistrano-3.15.0.ebuild | 37 ----------------------------
17 4 files changed, 114 deletions(-)
18
19 diff --git a/dev-ruby/capistrano/Manifest b/dev-ruby/capistrano/Manifest
20 index 4a816191869..417e330d932 100644
21 --- a/dev-ruby/capistrano/Manifest
22 +++ b/dev-ruby/capistrano/Manifest
23 @@ -1,6 +1,3 @@
24 DIST capistrano-2.15.5.gem 132096 BLAKE2B bbaa6bd482cf9bbe7aa01540aa5dab3f32401ffa1476d9057bb8ad420194f1ab2c32d8e744d7c982ebece5c4b5369133dc8378b7adf54c78732f9cb249db2a9e SHA512 10168080c7481ec6fc6f918ac90a3b1ce8f2b36f77411375e33cc915b02d5196ab061ac47e767edd724c82cffd1c2ad0a23ba1f0519cf1f2aae5b429167b19ff
25 DIST capistrano-3.13.0.gem 69120 BLAKE2B 394f60d9a3acfef44eacef356908d10d5c7f64010d644fbae988e399b1b8cdd07c1d93b4a6a4894816dc94bcf61180a2bd5f4663b1f014a64ae07ffb82252a90 SHA512 fe7cba9ecfe54d9f8c557dd4e1f8b1ed1269c7aa1e8c687d55fb035b3666ff92ee93895610f0582d139dec56a78c84754208e2aa99d6fc3f4f46c3d45142e2d9
26 -DIST capistrano-3.14.0.gem 69120 BLAKE2B e9c503a43cdb5f943c84882cc728cf4004afae194a94de763872c8f20eec80a9b6fc05c723cbab0e5ee41d87cfca8947ea62a28ca1d32e6bd2b86f52d1ea859c SHA512 5f117a6efec1a35a188f1ea57f1738bc41bdf3614b77a61ca2e941480d36d74e392400543948a55c054871beb88563489115bb69fb34bfb9f0c32a371966cd42
27 -DIST capistrano-3.14.1.gem 69120 BLAKE2B 33e351a98aea540a5903f68be6fbdde8c104be5ca66de707963f0a3b5c3460a086b5656fbc1cf98e37bed1507fb98856821a0633c2b86694112f5d357dfe8186 SHA512 10071c5b2ccadfd41ca321f21731dca8bafcc8efbcbdaf8099c562188d1cf802bc8c3845644c3ba301e4d9954fd8ab2c9022ee734f580a8be55b6dd8918cf11b
28 -DIST capistrano-3.15.0.gem 69120 BLAKE2B 07887b773b9ec3570d9103a35880fe84b1205ce7a53b15584c98b0ea38e236816d68ccae261e35e4d79b09f7f6fe48d1f4fa9b2daf41350cb119345c7ff597c0 SHA512 087825839239f66f004c2c079a3b1d3553465c2ca4da8bc67e737fcfadf22b618ff70542ba5c255cc47e2047245aa5b57148432a68afcf48dedbe96e0257931c
29 DIST capistrano-3.16.0.gem 69120 BLAKE2B 3e1c4f639c2d5cd36ae305746f53e68350d5eee39fbd5c5ec828ea5b69f47a3a5f8b4e6f4b65de2e24717f71cf4a9443879fc3d076474ab020e2023372085180 SHA512 ec5aa465065cd115f0a1b7db06b7c68f2034e81feb3b814b730a6aca464756e545fd5c065ea941a3076bb637448e2a0f04aeb56de2578cdf22a6f208d27a2219
30
31 diff --git a/dev-ruby/capistrano/capistrano-3.14.0.ebuild b/dev-ruby/capistrano/capistrano-3.14.0.ebuild
32 deleted file mode 100644
33 index 8fbec0f004e..00000000000
34 --- a/dev-ruby/capistrano/capistrano-3.14.0.ebuild
35 +++ /dev/null
36 @@ -1,37 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -USE_RUBY="ruby24 ruby25 ruby26"
42 -
43 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
44 -
45 -RUBY_FAKEGEM_RECIPE_DOC="none"
46 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
47 -
48 -inherit ruby-fakegem
49 -
50 -DESCRIPTION="A distributed application deployment system"
51 -HOMEPAGE="https://capistranorb.com/"
52 -
53 -LICENSE="MIT"
54 -SLOT="3"
55 -KEYWORDS="~amd64"
56 -IUSE=""
57 -
58 -ruby_add_rdepend "
59 - >=dev-ruby/airbrussh-1.0.0
60 - >=dev-ruby/sshkit-1.9:0
61 - >=dev-ruby/rake-10.0.0
62 - dev-ruby/i18n:*"
63 -ruby_add_bdepend "
64 - test? ( dev-ruby/mocha )"
65 -
66 -all_ruby_prepare() {
67 - # Avoid specs that depend on capistrano already being installed
68 - rm -f spec/lib/capistrano/doctor/gems_doctor_spec.rb || die
69 -
70 - # Avoid specs that require a TTY
71 - sed -i -e '/asking for a variable/,/^ end/ s:^:#:' spec/integration/dsl_spec.rb || die
72 - rm -f spec/lib/capistrano/configuration/question_spec.rb || die
73 -}
74
75 diff --git a/dev-ruby/capistrano/capistrano-3.14.1.ebuild b/dev-ruby/capistrano/capistrano-3.14.1.ebuild
76 deleted file mode 100644
77 index d927d910300..00000000000
78 --- a/dev-ruby/capistrano/capistrano-3.14.1.ebuild
79 +++ /dev/null
80 @@ -1,37 +0,0 @@
81 -# Copyright 1999-2020 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=7
85 -USE_RUBY="ruby25 ruby26 ruby27"
86 -
87 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
88 -
89 -RUBY_FAKEGEM_RECIPE_DOC="none"
90 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
91 -
92 -inherit ruby-fakegem
93 -
94 -DESCRIPTION="A distributed application deployment system"
95 -HOMEPAGE="https://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 -ruby_add_bdepend "
108 - test? ( dev-ruby/mocha )"
109 -
110 -all_ruby_prepare() {
111 - # Avoid specs that depend on capistrano already being installed
112 - rm -f spec/lib/capistrano/doctor/gems_doctor_spec.rb || die
113 -
114 - # Avoid specs that require a TTY
115 - sed -i -e '/asking for a variable/,/^ end/ s:^:#:' spec/integration/dsl_spec.rb || die
116 - rm -f spec/lib/capistrano/configuration/question_spec.rb || die
117 -}
118
119 diff --git a/dev-ruby/capistrano/capistrano-3.15.0.ebuild b/dev-ruby/capistrano/capistrano-3.15.0.ebuild
120 deleted file mode 100644
121 index 5972f35d369..00000000000
122 --- a/dev-ruby/capistrano/capistrano-3.15.0.ebuild
123 +++ /dev/null
124 @@ -1,37 +0,0 @@
125 -# Copyright 1999-2021 Gentoo Authors
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=7
129 -USE_RUBY="ruby25 ruby26 ruby27"
130 -
131 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
132 -
133 -RUBY_FAKEGEM_RECIPE_DOC="none"
134 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
135 -
136 -inherit ruby-fakegem
137 -
138 -DESCRIPTION="A distributed application deployment system"
139 -HOMEPAGE="https://capistranorb.com/"
140 -
141 -LICENSE="MIT"
142 -SLOT="3"
143 -KEYWORDS="~amd64"
144 -IUSE=""
145 -
146 -ruby_add_rdepend "
147 - >=dev-ruby/airbrussh-1.0.0
148 - >=dev-ruby/sshkit-1.9:0
149 - >=dev-ruby/rake-10.0.0
150 - dev-ruby/i18n:*"
151 -ruby_add_bdepend "
152 - test? ( dev-ruby/mocha )"
153 -
154 -all_ruby_prepare() {
155 - # Avoid specs that depend on capistrano already being installed
156 - rm -f spec/lib/capistrano/doctor/gems_doctor_spec.rb || die
157 -
158 - # Avoid specs that require a TTY
159 - sed -i -e '/asking for a variable/,/^ end/ s:^:#:' spec/integration/dsl_spec.rb || die
160 - rm -f spec/lib/capistrano/configuration/question_spec.rb || die
161 -}