diff options
author | 2022-08-21 23:08:05 +0200 | |
---|---|---|
committer | 2022-08-21 23:30:58 +0200 | |
commit | dd67e9fc979c02ee03a118e7a029d3711737a462 (patch) | |
tree | e548088e16df36f68c4db88e1930eb4473e80ed6 /dev-ruby/activeldap/activeldap-5.2.4.ebuild | |
parent | dev-ruby/web-console: drop 3.7.0 (diff) | |
download | gentoo-dd67e9fc979c02ee03a118e7a029d3711737a462.tar.gz gentoo-dd67e9fc979c02ee03a118e7a029d3711737a462.tar.bz2 gentoo-dd67e9fc979c02ee03a118e7a029d3711737a462.zip |
dev-ruby/activeldap: drop 5.2.4
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby/activeldap/activeldap-5.2.4.ebuild')
-rw-r--r-- | dev-ruby/activeldap/activeldap-5.2.4.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-ruby/activeldap/activeldap-5.2.4.ebuild b/dev-ruby/activeldap/activeldap-5.2.4.ebuild deleted file mode 100644 index d286616fbcf2..000000000000 --- a/dev-ruby/activeldap/activeldap-5.2.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.textile 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="5" -KEYWORDS="~amd64" -IUSE="" - -# Most tests require a live LDAP server to run. -RESTRICT="test" - -ruby_add_rdepend " - >dev-ruby/activemodel-4.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 -} |