diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-08 14:48:57 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-08 16:13:11 +0000 |
| commit | 7dca502013f0ffb29e277e74668c6a4100952601 (patch) | |
| tree | 28d06eacc4a8570cb7401b160edcb5f32329b07e /recipes-support/ruby-shadow/ruby-shadow_git.bb | |
| parent | fd700f137c20c5f679a53f3ebe051c8294d2471e (diff) | |
| download | meta-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.bb | 31 |
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 @@ | |||
| 1 | SUMMARY = "Shadow Password Module" | ||
| 2 | HOMEPAGE = "https://github.com/apalmblad/ruby-shadow" | ||
| 3 | LICENSE = "PD" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eee512aef6667f19c00b841db708cfeb" | ||
| 5 | |||
| 6 | PV = "2.5.1" | ||
| 7 | |||
| 8 | SRC_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 | |||
| 12 | SRCREV = "f135b3fd52d0a638f2eb9b17a8952a7f0f317688" | ||
| 13 | |||
| 14 | inherit ruby | ||
| 15 | |||
| 16 | GEM_NAME = "ruby-shadow" | ||
| 17 | GEM_SPEC_FILE = "ruby-shadow.gemspec" | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | ruby \ | ||
| 21 | shadow \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS:${PN} += " \ | ||
| 25 | ruby \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RUBY_INSTALL_GEMS = "ruby-shadow-${PV}.gem" | ||
| 29 | FILES:${PN}-dbg += "/usr/lib*/ruby/gems/*/gems/ruby-shadow-${PV}/.debug/shadow.so" | ||
| 30 | |||
| 31 | INSANE_SKIP:${PN} += "ldflags textrel" | ||
