From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-net-ldap/
Date: Fri, 8 Jan 2016 06:45:31 +0000 (UTC) [thread overview]
Message-ID: <1452234554.bf9ac3e81768d2a86c76c3c8b7e37bb693e4c0b1.graaff@gentoo> (raw)
commit: bf9ac3e81768d2a86c76c3c8b7e37bb693e4c0b1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 8 06:29:14 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 06:29:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9ac3e8
dev-ruby/ruby-net-ldap: add 0.13.0
Package-Manager: portage-2.2.26
dev-ruby/ruby-net-ldap/Manifest | 1 +
dev-ruby/ruby-net-ldap/ruby-net-ldap-0.13.0.ebuild | 29 ++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-ruby/ruby-net-ldap/Manifest b/dev-ruby/ruby-net-ldap/Manifest
index 9fbdcaa..240e75b 100644
--- a/dev-ruby/ruby-net-ldap/Manifest
+++ b/dev-ruby/ruby-net-ldap/Manifest
@@ -1 +1,2 @@
DIST net-ldap-0.12.1.gem 90112 SHA256 864ce59bc51ab5a83a344a477a07def3b9691dd8a2b11f52dca3af45e707327c SHA512 013a66a0fa7e6027c5f31776d136294161936ae7dc2ec86a5342a2a2d575e5764ab06e11a7532c56e5c4ce95ab91a2ab4cc8628e6f1fcc879b9282c08142c31a WHIRLPOOL 4684076a97c3cc2285de6f23ccfb3fc60d3ae4eaef871d45ae3a772e47f5254f38a9ed7e78ace0aa6da28306c0043fe8d755bc48b4bca142b763fd65eb0e1e20
+DIST net-ldap-0.13.0.gem 91136 SHA256 e48f8d5a9e6fb119187a6cf63282d6d59afb0af6cf705a0463a396a4d029faf5 SHA512 1033bfd6b072d7448e35f85ba295c6c1eabd38c53f12a23b870c7f99cbed4580499d3b77913b7a9571645b501b73ff728c1e8df2ee7cc341cdbf3e143a1a8059 WHIRLPOOL 6785c0156822753beeab51fa222fa8c78fd12531c79e0bdf60e9d211d1924691fa087ba7a11d91b38a523ab1ae04581226e5e0757bf0ebb29362d66ed7fb2f58
diff --git a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.13.0.ebuild b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.13.0.ebuild
new file mode 100644
index 0000000..37fdd07
--- /dev/null
+++ b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.13.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_TEST="test spec"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Contributors.rdoc History.rdoc README.rdoc"
+
+RUBY_FAKEGEM_NAME="net-ldap"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Pure ruby LDAP client implementation"
+HOMEPAGE="https://github.com/ruby-ldap/ruby-net-ldap"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/flexmock-1.3.0 )"
+
+each_ruby_test() {
+ ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
+}
next reply other threads:[~2016-01-08 6:45 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-08 6:45 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-25 6:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-net-ldap/ Hans de Graaff
2025-08-23 7:44 Hans de Graaff
2025-06-01 19:14 Hans de Graaff
2024-01-06 8:19 Hans de Graaff
2024-01-01 8:07 Hans de Graaff
2023-06-18 4:53 Hans de Graaff
2023-04-05 3:17 Sam James
2023-03-27 13:25 Sam James
2023-03-26 10:42 Hans de Graaff
2022-12-04 9:19 Hans de Graaff
2022-06-08 4:41 Hans de Graaff
2022-04-24 7:06 Hans de Graaff
2020-12-01 6:44 Hans de Graaff
2020-08-19 3:54 Hans de Graaff
2020-05-05 10:01 Hans de Graaff
2020-03-26 7:25 Hans de Graaff
2019-11-19 5:40 Hans de Graaff
2019-01-24 6:33 Hans de Graaff
2018-06-06 4:44 Hans de Graaff
2018-02-10 7:42 Hans de Graaff
2017-11-01 5:24 Hans de Graaff
2017-08-06 6:28 Hans de Graaff
2017-07-30 6:10 Hans de Graaff
2017-02-25 7:19 Hans de Graaff
2016-12-24 12:57 Manuel Rüger
2016-07-19 5:58 Hans de Graaff
2016-04-02 7:01 Hans de Graaff
2016-04-02 7:01 Hans de Graaff
2016-02-05 6:51 Hans de Graaff
2016-01-08 6:45 Hans de Graaff
2015-11-12 6:51 Hans de Graaff
2015-10-28 5:31 Hans de Graaff
2015-10-28 5:31 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=1452234554.bf9ac3e81768d2a86c76c3c8b7e37bb693e4c0b1.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