commit: 4ffb9e3008eb0b5aaf58ee5867f4643d4763389b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May 26 08:13:19 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 26 08:16:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffb9e30
dev-ruby/activeldap: drop 6.1.0-r1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/activeldap/Manifest | 1 -
dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild | 38 --------------------------
2 files changed, 39 deletions(-)
diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 49c6322049e8..ba050a893929 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,2 @@
-DIST activeldap-6.1.0.gem 227328 BLAKE2B
48cd393a294b677b373461701773d3d0c18cbe9ee5124bcbafe392ee664a0e1045feb2d808734988bfceaaf7ae7b276ea12615ae30bb8109d63daf4b6a8cbed5
SHA512
b8a8d1346d75ae1ddd15b919f2a7afbec3e62b4248144ece3e1324892899735b05aa221ecec7c07f6273f35a6ffdacf4858d57326fb9b8c096f358652ef0b99d
DIST activeldap-7.0.0.gem 227840 BLAKE2B
2bf720efa60f2233180cf73a79da61058398a7409319c468ee96938091fd3d4eeebc904e3d8c55f51d1ca9a22f1b22e27554b78910065022ce9ebb92a883c256
SHA512
b4df5307583fc29abb74cdfd1d3b62f4bf03525e4a81397b32522ce84ee49f58fae27a7e9ba62490cfe49daa27be67440ccbaca25ba15553845d9e4a6e693bda
DIST activeldap-7.2.1.gem 227840 BLAKE2B
ed454d9bc3a07f948d9abb7a9d72fa8346656e1041ec6b5c01b74de914de53089e81cd05787769d9cb656d64eb98ebec26e1753062573043e2076fc11aecdf57
SHA512
c4ef5583a6ac4a42b33b0dc77e704b8468fe7403df3e85b276a452eef39fe7b4af05ec13a0e3c9f4fff45d380a5a79cdb5b644e2397d549cbcf09edd8d1cd31a
diff --git a/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild
b/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild
deleted file mode 100644
index 0ddf0824c69f..000000000000
--- a/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*"
-RUBY_FAKEGEM_EXTRAINSTALL="po"
-
-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"
-IUSE=""
-
-# Most tests require a live LDAP server to run.
-RESTRICT="test"
-
-ruby_add_rdepend "
- >=dev-ruby/activemodel-5.2.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
-}