summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-06-17 15:11:44 +0200
committerHans de Graaff <graaff@gentoo.org>2023-06-18 06:22:05 +0200
commit0112b70038d6770c2289a891261aee6a318fcfe6 (patch)
tree6ed38a33fce8673dab9cf61c40f1f01f84fb4c0b /dev-ruby/activeldap
parentdev-perl/Test-Dependencies: add 0.320.0 (diff)
downloadgentoo-0112b70038d6770c2289a891261aee6a318fcfe6.tar.gz
gentoo-0112b70038d6770c2289a891261aee6a318fcfe6.tar.bz2
gentoo-0112b70038d6770c2289a891261aee6a318fcfe6.zip
dev-ruby/activeldap: drop 6.1.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/activeldap')
-rw-r--r--dev-ruby/activeldap/activeldap-6.1.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-ruby/activeldap/activeldap-6.1.0.ebuild b/dev-ruby/activeldap/activeldap-6.1.0.ebuild
deleted file mode 100644
index 2f27e7f46dc3..000000000000
--- a/dev-ruby/activeldap/activeldap-6.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30"
-
-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
-}