summaryrefslogtreecommitdiff
path: root/dev-ruby
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2025-08-19 15:00:35 +0200
committerHans de Graaff <graaff@gentoo.org>2025-08-20 17:53:10 +0200
commitfe2dcfa35ca4f0e46df621f54d33211cc572bfb2 (patch)
tree97dc44a5cede0838d4f187ece7405f0b92803765 /dev-ruby
parent7d1d14723e4e7f4aa92b0a4d5fc5f31001bbfe86 (diff)
downloadgentoo-fe2dcfa35ca4f0e46df621f54d33211cc572bfb2.tar.gz
gentoo-fe2dcfa35ca4f0e46df621f54d33211cc572bfb2.tar.bz2
gentoo-fe2dcfa35ca4f0e46df621f54d33211cc572bfb2.zip
dev-ruby/activeldap: drop 7.2.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activeldap/Manifest1
-rw-r--r--dev-ruby/activeldap/activeldap-7.2.1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 3b2af242d5be..f60eebf65128 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1 @@
-DIST activeldap-7.2.1.gem 227840 BLAKE2B ed454d9bc3a07f948d9abb7a9d72fa8346656e1041ec6b5c01b74de914de53089e81cd05787769d9cb656d64eb98ebec26e1753062573043e2076fc11aecdf57 SHA512 c4ef5583a6ac4a42b33b0dc77e704b8468fe7403df3e85b276a452eef39fe7b4af05ec13a0e3c9f4fff45d380a5a79cdb5b644e2397d549cbcf09edd8d1cd31a
DIST activeldap-7.2.2.gem 227328 BLAKE2B f8632f9570a36a521a0fa98c7f4255f21296a69897da5c2c5b5d56c74bba800cc8887d6a5c4a139be2edab2a2f404b38928e11c04f53dc323ac76cd9f542cbc5 SHA512 7fe87ceb63903bc71980273473c66e678ce1993966d8b34976dc87100286f7c115b2d22635176a035392580f7cdf49945e51cfa7226312729d62bd2079ee2d08
diff --git a/dev-ruby/activeldap/activeldap-7.2.1.ebuild b/dev-ruby/activeldap/activeldap-7.2.1.ebuild
deleted file mode 100644
index 14c016c247ac..000000000000
--- a/dev-ruby/activeldap/activeldap-7.2.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*"
-RUBY_FAKEGEM_EXTRAINSTALL="po"
-
-# Most tests require a running LDAP server
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-MY_P="${P/ruby-/}"
-DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
-HOMEPAGE="https://github.com/activeldap/activeldap"
-
-LICENSE="GPL-2"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-
-ruby_add_rdepend "
- || ( dev-ruby/activemodel:7.2 dev-ruby/activemodel:7.1 dev-ruby/activemodel:7.0 )
- dev-ruby/builder
- dev-ruby/locale
- dev-ruby/ruby-gettext
- dev-ruby/gettext_i18n_rails
- || ( dev-ruby/ruby-net-ldap >=dev-ruby/ruby-ldap-0.8.2 )"
-
-all_ruby_install() {
- all_fakegem_install
-
- dodoc doc/text/*
- dodoc -r examples
-}