summaryrefslogtreecommitdiffstats
path: root/recipes-support/ruby-shadow/ruby-shadow_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-04-08 14:48:57 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-08 16:13:11 +0000
commit7dca502013f0ffb29e277e74668c6a4100952601 (patch)
tree28d06eacc4a8570cb7401b160edcb5f32329b07e /recipes-support/ruby-shadow/ruby-shadow_git.bb
parentfd700f137c20c5f679a53f3ebe051c8294d2471e (diff)
downloadmeta-cloud-services-7dca502013f0ffb29e277e74668c6a4100952601.tar.gz
ruby-shadow: remove unmaintained recipe
ruby-shadow is broken with Ruby 4.0 (struct rb_io API change) and the upstream project is abandoned. The only consumer was puppet, which uses it as an optional feature and no longer lists it as a dependency. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-support/ruby-shadow/ruby-shadow_git.bb')
-rw-r--r--recipes-support/ruby-shadow/ruby-shadow_git.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-support/ruby-shadow/ruby-shadow_git.bb b/recipes-support/ruby-shadow/ruby-shadow_git.bb
deleted file mode 100644
index c9251aa..0000000
--- a/recipes-support/ruby-shadow/ruby-shadow_git.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1SUMMARY = "Shadow Password Module"
2HOMEPAGE = "https://github.com/apalmblad/ruby-shadow"
3LICENSE = "PD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=eee512aef6667f19c00b841db708cfeb"
5
6PV = "2.5.1"
7
8SRC_URI = "git://github.com/apalmblad/ruby-shadow.git;branch=master;protocol=https \
9 file://0001-shadow-update-to-ruby-3.x-str-routines.patch \
10 file://extconf.rb"
11
12SRCREV = "f135b3fd52d0a638f2eb9b17a8952a7f0f317688"
13
14inherit ruby
15
16GEM_NAME = "ruby-shadow"
17GEM_SPEC_FILE = "ruby-shadow.gemspec"
18
19DEPENDS += " \
20 ruby \
21 shadow \
22"
23
24RDEPENDS:${PN} += " \
25 ruby \
26"
27
28RUBY_INSTALL_GEMS = "ruby-shadow-${PV}.gem"
29FILES:${PN}-dbg += "/usr/lib*/ruby/gems/*/gems/ruby-shadow-${PV}/.debug/shadow.so"
30
31INSANE_SKIP:${PN} += "ldflags textrel"