diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-06-18 07:47:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-06-18 07:47:30 +0100 |
commit | def1d9264911de9f80db5165882084b0d66c9208 (patch) | |
tree | ef3e26d68bba8ecff4d26e39eab07bed5432ecde /dev-ruby/activeldap | |
parent | 81ab1a4db30480fdfb51d6e784b0f3ad9bbe2432 (diff) |
gentoo auto-resync : 18:06:2023 - 07:47:30
Diffstat (limited to 'dev-ruby/activeldap')
-rw-r--r-- | dev-ruby/activeldap/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/activeldap/activeldap-6.1.0.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest index 01f1c5a78d6c..c0b73ca699c6 100644 --- a/dev-ruby/activeldap/Manifest +++ b/dev-ruby/activeldap/Manifest @@ -1,4 +1,3 @@ DIST activeldap-6.1.0.gem 227328 BLAKE2B 48cd393a294b677b373461701773d3d0c18cbe9ee5124bcbafe392ee664a0e1045feb2d808734988bfceaaf7ae7b276ea12615ae30bb8109d63daf4b6a8cbed5 SHA512 b8a8d1346d75ae1ddd15b919f2a7afbec3e62b4248144ece3e1324892899735b05aa221ecec7c07f6273f35a6ffdacf4858d57326fb9b8c096f358652ef0b99d EBUILD activeldap-6.1.0-r1.ebuild 837 BLAKE2B 0e20c58a9f3311d305fbbbd12a6d5ae0750eca84eb99e11842e643a4feb686aab57b06fba4b695da7b0670d9a196366e85f7c0bf07cd11dfb243eb6750106607 SHA512 305b13adbe7c0e1e01f64d20af8d266c9921623602baeb8cb772334c681c52573cb50fb4d0f37abdeecbbeb6097f49c30c58c425d18230551dec8f53a01c73bf -EBUILD activeldap-6.1.0.ebuild 837 BLAKE2B 730af379594eb1c65ca1dc24680dd5a79fedf9cf8f60f38ba2dcca88127d8cb8bfb986520f64db342818724d79425e87ef561603a14a33e4dff75e91f0fb805f SHA512 2a32bb2d97afeedc530d61e64bc7f3a3e0d64d72a0f1eca3e8c03fefd3061e66a5b5f3efd07d33c813b3a6c2888532bed44aa9804dabca06ad2db337204fc2c7 MISC metadata.xml 348 BLAKE2B 9c4cf9542092aedd113d440228f34ec526e70bf0d81faefb3a22eb8464d1aa5f09d04cd0ba69a0c11a62654fd7b781c3e927eb76f28ffdf0c6825fd562938b8e SHA512 b7deb0a0b4c69059f15b97ec306ea62c9d001b1b581d0513e84d6865431216900133007c1c5eb462494f59dfc9f4545f5310e21e8a3b3990c61438a6499c5cfa 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 -} |