public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activeldap/
Date: Wed,  2 Oct 2024 05:55:12 +0000 (UTC)	[thread overview]
Message-ID: <1727848337.25977bb9e0303e019f5913ec95b8f56ba7d3069c.graaff@gentoo> (raw)

commit:     25977bb9e0303e019f5913ec95b8f56ba7d3069c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 05:52:17 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 05:52:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25977bb9

dev-ruby/activeldap: add 7.2.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/activeldap/Manifest                |  1 +
 dev-ruby/activeldap/activeldap-7.2.1.ebuild | 37 +++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index a6e0a1e6240f..23c0b9e3b2d4 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,4 @@
 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.0.gem 227840 BLAKE2B 1252507b9d6774b7a22128b48cad7cd7cf364527832e725524f1c09d99cff6ee974b41fdb4cbd53f9b19a93193729af9b3d176426658edb32108332ced407041 SHA512 2c0d093b0f46181205629346c9ce83e21192398eb9733765f142a0372b1e1239799dd56b966db3e0a0f3aaacc3d2852db57e1a629d7619480bca9f351ab608e5
+DIST activeldap-7.2.1.gem 227840 BLAKE2B ed454d9bc3a07f948d9abb7a9d72fa8346656e1041ec6b5c01b74de914de53089e81cd05787769d9cb656d64eb98ebec26e1753062573043e2076fc11aecdf57 SHA512 c4ef5583a6ac4a42b33b0dc77e704b8468fe7403df3e85b276a452eef39fe7b4af05ec13a0e3c9f4fff45d380a5a79cdb5b644e2397d549cbcf09edd8d1cd31a

diff --git a/dev-ruby/activeldap/activeldap-7.2.1.ebuild b/dev-ruby/activeldap/activeldap-7.2.1.ebuild
new file mode 100644
index 000000000000..14c016c247ac
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-7.2.1.ebuild
@@ -0,0 +1,37 @@
+# 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
+}


             reply	other threads:[~2024-10-02  5:55 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-02  5:55 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-02  5:55 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activeldap/ Hans de Graaff
2024-09-25  6:12 Hans de Graaff
2024-09-24  5:09 Hans de Graaff
2024-03-17  6:01 Hans de Graaff
2023-08-11 19:14 Hans de Graaff
2023-06-18  4:22 Hans de Graaff
2023-04-12  6:16 Hans de Graaff
2022-07-26  9:49 Hans de Graaff
2022-07-21  7:24 Hans de Graaff
2021-06-11  7:41 Hans de Graaff
2021-02-14  6:15 Hans de Graaff
2021-02-14  6:15 Hans de Graaff
2020-12-06  7:35 Hans de Graaff
2020-09-16  6:15 Hans de Graaff
2020-08-17  4:41 Hans de Graaff
2020-05-19  9:36 Hans de Graaff
2020-05-13  5:05 Hans de Graaff
2020-04-21  7:07 Hans de Graaff
2020-04-17  4:39 Hans de Graaff
2019-11-17  7:36 Hans de Graaff
2019-11-09  8:25 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2019-04-27  6:06 Hans de Graaff
2019-04-11 18:57 Hans de Graaff
2019-02-15 10:17 Hans de Graaff
2019-02-15 10:17 Hans de Graaff
2018-07-13  6:00 Hans de Graaff
2018-06-14  4:39 Hans de Graaff
2018-05-09  3:58 Hans de Graaff
2018-05-06  6:37 Hans de Graaff
2018-03-02  9:57 Hans de Graaff
2018-02-27  6:07 Hans de Graaff
2018-01-17  6:05 Hans de Graaff
2017-05-17  4:51 Hans de Graaff
2017-05-06  7:52 Hans de Graaff
2016-08-22 19:47 Hans de Graaff
2016-08-22 19:47 Hans de Graaff
2016-04-09  8:38 Hans de Graaff
2016-03-21 22:07 Manuel Rüger
2016-03-21 22:07 Manuel Rüger
2016-03-17  0:21 Manuel Rüger
2016-01-21  6:53 Hans de Graaff
2015-12-31  8:29 Hans de Graaff
2015-11-29  9:21 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1727848337.25977bb9e0303e019f5913ec95b8f56ba7d3069c.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox