[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2023-12-27 Thread Hans de Graaff
commit: 892881a63ff736e8394fd06b8272a4feddaad930
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 12:16:15 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 12:26:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892881a6

dev-ruby/ruby-ldap: enable ruby33

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

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild
index d80d5bf26ec1..adfd19c39389 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 inherit ruby-fakegem
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2023-12-09 Thread Hans de Graaff
commit: 352ef864031ce61403e3fa34006709bd5c03d6c9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  9 08:07:33 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  9 08:07:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352ef864

dev-ruby/ruby-ldap: drop 0.9.20-r3

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

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild | 34 ---
 1 file changed, 34 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
deleted file mode 100644
index 2fb657977af4..
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTENSIONS=(./extconf.rb)
-RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
-
-DESCRIPTION="A Ruby interface to some LDAP libraries"
-HOMEPAGE="https://github.com/bearded/ruby-ldap;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="ssl"
-DEPEND=">=net-nds/openldap-2:=
-   dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl:0= )"
-RDEPEND="${DEPEND}"
-
-# Current test set is interactive due to certificate generation and requires
-# running LDAP daemon
-RESTRICT="test"
-
-each_ruby_configure() {
-   local myconf="--with-openldap2"
-   if ! use ssl ; then
-   myconf="${myconf} --without-libcrypto --without-libssl"
-   fi
-   RUBY_FAKEGEM_EXTENSION_OPTIONS=${myconf} each_fakegem_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2023-12-06 Thread Arthur Zamarin
commit: 31953efd0ac1df37f1c25f7110c8ba2f424e8875
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  6 15:30:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  6 15:30:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31953efd

dev-ruby/ruby-ldap: Stabilize 0.9.20-r5 x86, #919322

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild
index a24856ee0029..d80d5bf26ec1 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="https://github.com/bearded/ruby-ldap;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2:=
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2023-12-06 Thread Sam James
commit: afd5b3def7097411328aa963902d29f919427cf3
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  6 11:42:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  6 11:42:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd5b3de

dev-ruby/ruby-ldap: Stabilize 0.9.20-r5 amd64, #919322

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild
index 9230db150bd6..a24856ee0029 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="https://github.com/bearded/ruby-ldap;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2:=
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2023-12-06 Thread Hans de Graaff
commit: d236c3d402ffe717b3031b6d4e47d4be6a721585
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  6 10:42:02 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  6 10:42:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d236c3d4

dev-ruby/ruby-ldap: drop 0.9.20-r4

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

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r4.ebuild | 38 ---
 1 file changed, 38 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r4.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r4.ebuild
deleted file mode 100644
index 117ecd8ad824..
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTENSIONS=(./extconf.rb)
-RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
-
-DESCRIPTION="A Ruby interface to some LDAP libraries"
-HOMEPAGE="https://github.com/bearded/ruby-ldap;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="ssl"
-DEPEND=">=net-nds/openldap-2:=
-   dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl:0= )"
-RDEPEND="${DEPEND}"
-
-# Current test set is interactive due to certificate generation and requires
-# running LDAP daemon
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.9.20-clang16-fix.patch
-)
-
-each_ruby_configure() {
-   local myconf="--with-openldap2"
-   if ! use ssl ; then
-   myconf="${myconf} --without-libcrypto --without-libssl"
-   fi
-   RUBY_FAKEGEM_EXTENSION_OPTIONS=${myconf} each_fakegem_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/, dev-ruby/ruby-ldap/files/

2023-09-15 Thread Hans de Graaff
commit: 291d890559aa71d5810b43a72488f316055effa5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 15 09:06:53 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 15 10:09:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291d8905

dev-ruby/ruby-ldap: add ruby32

Use unmerged upstream PR to fix compatibility with ruby32.
https://github.com/bearded/ruby-ldap/pull/45

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

 .../ruby-ldap/files/ruby-ldap-0.9.20-ruby32.patch  | 24 +
 .../ruby-ldap/files/ruby-ldap-0.9.20-tainted.patch | 28 +++
 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild  | 40 ++
 3 files changed, 92 insertions(+)

diff --git a/dev-ruby/ruby-ldap/files/ruby-ldap-0.9.20-ruby32.patch 
b/dev-ruby/ruby-ldap/files/ruby-ldap-0.9.20-ruby32.patch
new file mode 100644
index ..b7b101db2f30
--- /dev/null
+++ b/dev-ruby/ruby-ldap/files/ruby-ldap-0.9.20-ruby32.patch
@@ -0,0 +1,24 @@
+From aa43040eb6b6d591e42a19ee385fc1ba17c7202b Mon Sep 17 00:00:00 2001
+From: Jeremy Evans 
+Date: Tue, 27 Dec 2022 17:19:45 -0800
+Subject: [PATCH] Don't use rb_cData
+
+This fixes ruby-ldap on Ruby 3.2+
+---
+ conn.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/conn.c b/conn.c
+index e628695..39eeb5f 100644
+--- a/conn.c
 b/conn.c
+@@ -1855,7 +1855,8 @@ Init_ldap_conn ()
+ {
+   rb_ldap_sort_obj = Qnil;
+ 
+-  rb_cLDAP_Conn = rb_define_class_under (rb_mLDAP, "Conn", rb_cData);
++  rb_cLDAP_Conn = rb_define_class_under (rb_mLDAP, "Conn", rb_cObject);
++  rb_undef_alloc_func(rb_cLDAP_Conn);
+   rb_define_attr (rb_cLDAP_Conn, "referrals", 1, 0);
+   rb_define_attr (rb_cLDAP_Conn, "controls", 1, 0);
+   rb_define_attr (rb_cLDAP_Conn, "sasl_quiet", 1, 1);

diff --git a/dev-ruby/ruby-ldap/files/ruby-ldap-0.9.20-tainted.patch 
b/dev-ruby/ruby-ldap/files/ruby-ldap-0.9.20-tainted.patch
new file mode 100644
index ..84c9ee29610d
--- /dev/null
+++ b/dev-ruby/ruby-ldap/files/ruby-ldap-0.9.20-tainted.patch
@@ -0,0 +1,28 @@
+From 849ca6bb46bf4826d51648feddd453142281e541 Mon Sep 17 00:00:00 2001
+From: Hisashi MINAMINO 
+Date: Thu, 28 May 2020 14:04:05 +0900
+Subject: [PATCH] for ruby-2.7
+
+---
+ rbldap.h | 11 +++
+ 1 file changed, 11 insertions(+)
+
+diff --git a/rbldap.h b/rbldap.h
+index 1fa04e1..b7b1765 100644
+--- a/rbldap.h
 b/rbldap.h
+@@ -205,3 +205,14 @@ VALUE rb_ldap_mod_vals (VALUE);
+ rb_define_method(rb_cLDAP_Mod,method,cfunc,argc)
+ 
+ #endif
++
++#if RUBY_VERSION_CODE >= 270
++# if defined rb_tainted_str_new
++#  undef rb_tainted_str_new
++# endif
++# if defined rb_tainted_str_new2
++#  undef rb_tainted_str_new2
++# endif
++# define rb_tainted_str_new(p,l)  rb_str_new((p),(l))
++# define rb_tainted_str_new2(p)   rb_str_new_cstr((p))
++#endif

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild
new file mode 100644
index ..9230db150bd6
--- /dev/null
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+inherit ruby-fakegem
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTENSIONS=(./extconf.rb)
+RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
+
+DESCRIPTION="A Ruby interface to some LDAP libraries"
+HOMEPAGE="https://github.com/bearded/ruby-ldap;
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="ssl"
+DEPEND=">=net-nds/openldap-2:=
+   dev-libs/cyrus-sasl
+   ssl? ( dev-libs/openssl:0= )"
+RDEPEND="${DEPEND}"
+
+# Current test set is interactive due to certificate generation and requires
+# running LDAP daemon
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9.20-clang16-fix.patch
+   "${FILESDIR}"/${PN}-0.9.20-ruby32.patch
+   "${FILESDIR}"/${PN}-0.9.20-tainted.patch
+)
+
+each_ruby_configure() {
+   local myconf="--with-openldap2"
+   if ! use ssl ; then
+   myconf="${myconf} --without-libcrypto --without-libssl"
+   fi
+   RUBY_FAKEGEM_EXTENSION_OPTIONS=${myconf} each_fakegem_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2023-09-15 Thread Hans de Graaff
commit: f10a50054a969e652d714f43e4db874603449ab8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 15 09:08:49 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 15 10:09:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10a5005

dev-ruby/ruby-ldap: update upstream metadata

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

 dev-ruby/ruby-ldap/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/metadata.xml b/dev-ruby/ruby-ldap/metadata.xml
index 99b7b414bd44..8ae599f79692 100644
--- a/dev-ruby/ruby-ldap/metadata.xml
+++ b/dev-ruby/ruby-ldap/metadata.xml
@@ -7,6 +7,6 @@


ruby-activeldap
-   ruby-ldap
+   bearded/ruby-ldap

 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/files/, dev-ruby/ruby-ldap/

2023-07-21 Thread Hans de Graaff
commit: d7f861624c8c3cad1aa2e791b866f6a676eff08e
Author: Brahmajit Das  gmail  com>
AuthorDate: Thu Jul 20 19:01:06 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 21 06:43:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f86162

dev-ruby/ruby-ldap: Fix incompatible function pointer types

Closes: https://bugs.gentoo.org/884405
Signed-off-by: Brahmajit Das  gmail.com>
Signed-off-by: Hans de Graaff  gentoo.org>

 .../files/ruby-ldap-0.9.20-clang16-fix.patch   | 12 +++
 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r4.ebuild  | 38 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-ruby/ruby-ldap/files/ruby-ldap-0.9.20-clang16-fix.patch 
b/dev-ruby/ruby-ldap/files/ruby-ldap-0.9.20-clang16-fix.patch
new file mode 100644
index ..580584c61994
--- /dev/null
+++ b/dev-ruby/ruby-ldap/files/ruby-ldap-0.9.20-clang16-fix.patch
@@ -0,0 +1,12 @@
+Bug: https://bugs.gentoo.org/884405
+--- a/ldap.c
 b/ldap.c
+@@ -201,7 +201,7 @@ rb_ldap_hash2mods (VALUE self, VALUE op, VALUE hash)
+   VALUE tmp;
+ 
+   tmp = rb_assoc_new (op, rb_ary_new ());
+-  rb_iterate (rb_each, hash, rb_ldap_hash2mods_i, tmp);
++  rb_iterate (rb_each, hash, (rb_block_call_func_t)rb_ldap_hash2mods_i, tmp);
+ 
+   return rb_ary_entry (tmp, 1);
+ }

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r4.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r4.ebuild
new file mode 100644
index ..117ecd8ad824
--- /dev/null
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+inherit ruby-fakegem
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTENSIONS=(./extconf.rb)
+RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
+
+DESCRIPTION="A Ruby interface to some LDAP libraries"
+HOMEPAGE="https://github.com/bearded/ruby-ldap;
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="ssl"
+DEPEND=">=net-nds/openldap-2:=
+   dev-libs/cyrus-sasl
+   ssl? ( dev-libs/openssl:0= )"
+RDEPEND="${DEPEND}"
+
+# Current test set is interactive due to certificate generation and requires
+# running LDAP daemon
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9.20-clang16-fix.patch
+)
+
+each_ruby_configure() {
+   local myconf="--with-openldap2"
+   if ! use ssl ; then
+   myconf="${myconf} --without-libcrypto --without-libssl"
+   fi
+   RUBY_FAKEGEM_EXTENSION_OPTIONS=${myconf} each_fakegem_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2022-11-01 Thread Yixun Lan
commit: 88cf35ee8f8ac05b323b76a9e51ea86f332924df
Author: Yu Gu  gmail  com>
AuthorDate: Tue Nov  1 06:02:24 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov  1 09:48:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88cf35ee

dev-ruby/ruby-ldap: Keyword 0.9.20-r3 riscv, #878943

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
index f1c7107cf8db..2fb657977af4 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="https://github.com/bearded/ruby-ldap;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2:=
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2022-06-24 Thread Hans de Graaff
commit: 34d8ed57bb7485e30d6cee4de55afad0f0d86bca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 24 07:13:06 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 24 07:25:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d8ed57

dev-ruby/ruby-ldap: drop 0.9.20-r2

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

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r2.ebuild | 41 ---
 1 file changed, 41 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r2.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r2.ebuild
deleted file mode 100644
index ee6c408713bb..
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-inherit multilib ruby-fakegem
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
-
-DESCRIPTION="A Ruby interface to some LDAP libraries"
-HOMEPAGE="https://github.com/bearded/ruby-ldap;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
-IUSE="ssl"
-DEPEND=">=net-nds/openldap-2:=
-   dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl:0= )"
-RDEPEND="${DEPEND}"
-
-# Current test set is interactive due to certificate generation and requires
-# running LDAP daemon
-RESTRICT="test"
-
-each_ruby_configure() {
-   local myconf="--with-openldap2"
-   if ! use ssl ; then
-   myconf="${myconf} --without-libcrypto --without-libssl"
-   fi
-   ${RUBY} extconf.rb ${myconf} || die "extconf.rb failed"
-   sed -i -e 's:-Wl,--no-undefined::' \
-   -e "s/^ldflags  = /ldflags = $\(LDFLAGS\) /" Makefile || die
-}
-
-each_ruby_compile() {
-   emake V=1
-   cp ldap$(get_modname) lib/ || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2022-04-24 Thread Hans de Graaff
commit: deb39e465a5b2743b288e572544fb775fc9f6fba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 24 06:40:46 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 24 07:06:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb39e46

dev-ruby/ruby-ldap: stabilize 0.9.20-r3 for amd64, x86

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

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
index 8c703907ba09..f1c7107cf8db 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="https://github.com/bearded/ruby-ldap;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2:=
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2022-03-24 Thread Hans de Graaff
commit: 4cb636ad5d19d0b3945b09c284d031bf4a53a4ee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 23 15:07:49 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 24 06:05:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb636ad

dev-ruby/ruby-ldap: add ruby31

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
index f727ed1c8e4a..8c703907ba09 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 inherit ruby-fakegem
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2022-03-22 Thread Sam James
commit: 71dcff63fccf3afe80651afe5f4e9b945e7def26
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 23 01:01:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 23 01:01:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71dcff63

dev-ruby/ruby-ldap: add subslot dep on OpenLDAP

New OpenLDAP breaks ABI (changes SONAME)

Signed-off-by: Sam James  gentoo.org>

 .../ruby-ldap/{ruby-ldap-0.9.20.ebuild => ruby-ldap-0.9.20-r2.ebuild} | 4 ++--
 .../{ruby-ldap-0.9.20-r1.ebuild => ruby-ldap-0.9.20-r3.ebuild}| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r2.ebuild
similarity index 94%
rename from dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
rename to dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r2.ebuild
index 87b4ec31ce48..ee6c408713bb 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r2.ebuild
@@ -16,9 +16,9 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="ssl"
-DEPEND=">=net-nds/openldap-2
+DEPEND=">=net-nds/openldap-2:=
dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl:0 )"
+   ssl? ( dev-libs/openssl:0= )"
 RDEPEND="${DEPEND}"
 
 # Current test set is interactive due to certificate generation and requires

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
similarity index 93%
rename from dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild
rename to dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
index c8d25cc5b6fd..f727ed1c8e4a 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild
@@ -16,9 +16,9 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ssl"
-DEPEND=">=net-nds/openldap-2
+DEPEND=">=net-nds/openldap-2:=
dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl:0 )"
+   ssl? ( dev-libs/openssl:0= )"
 RDEPEND="${DEPEND}"
 
 # Current test set is interactive due to certificate generation and requires



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2022-01-26 Thread Fabian Groffen
commit: 2fb87936e4ab42b3b5a16058b4edebe804703e09
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan 26 18:36:19 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan 26 18:40:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb87936

dev-ruby/ruby-ldap-0.9.20-r1: marked ~arm64

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild
index a195fa0f2b51..c8d25cc5b6fd 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="https://github.com/bearded/ruby-ldap;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2021-11-14 Thread Hans de Graaff
commit: 50aefa43af876ab27fbbb4f988e1b7ca40ecc724
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov  7 08:44:21 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 14 09:15:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50aefa43

dev-ruby/ruby-ldap: EAPI 8; add ruby30; fix extension install

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild | 34 +++
 1 file changed, 34 insertions(+)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild
new file mode 100644
index ..a195fa0f2b51
--- /dev/null
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+inherit ruby-fakegem
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTENSIONS=(./extconf.rb)
+RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
+
+DESCRIPTION="A Ruby interface to some LDAP libraries"
+HOMEPAGE="https://github.com/bearded/ruby-ldap;
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="ssl"
+DEPEND=">=net-nds/openldap-2
+   dev-libs/cyrus-sasl
+   ssl? ( dev-libs/openssl:0 )"
+RDEPEND="${DEPEND}"
+
+# Current test set is interactive due to certificate generation and requires
+# running LDAP daemon
+RESTRICT="test"
+
+each_ruby_configure() {
+   local myconf="--with-openldap2"
+   if ! use ssl ; then
+   myconf="${myconf} --without-libcrypto --without-libssl"
+   fi
+   RUBY_FAKEGEM_EXTENSION_OPTIONS=${myconf} each_fakegem_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2020-06-19 Thread Hans de Graaff
commit: 995d60244d2187d29f7b7bd3c8dce02282a6f01d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 20 05:40:30 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 20 05:40:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995d6024

dev-ruby/ruby-ldap: cleanup

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ruby-ldap/Manifest|  1 -
 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-ruby/ruby-ldap/Manifest b/dev-ruby/ruby-ldap/Manifest
index bc6ead88f21..b8adbc6011a 100644
--- a/dev-ruby/ruby-ldap/Manifest
+++ b/dev-ruby/ruby-ldap/Manifest
@@ -1,2 +1 @@
-DIST ruby-ldap-0.9.19.gem 91648 BLAKE2B 
0ea6fe17ac2e4cd34a0834c6b95b1db4905e709010962959735cc3cedf9d50695d642b6042711b4f5154198fbe0bb5312903169ba8f1a7868b6f18d681a81682
 SHA512 
0ed931552df00c11855297ab44fd1c9a79e751937758d38189147f1d37cbce9b1da6fa42e64a9fd44610e948b1c13031013b7931ed473cd55b8425e64a50584a
 DIST ruby-ldap-0.9.20.gem 67072 BLAKE2B 
626a35ab764dacfb37c727d867e1d435222730a3e7ea745ee4e7ec051ce3a822cc5a1230b463bc12f4a2390db667ed3b61deceb9842c014f64cdf43a26d285f9
 SHA512 
4f4902e7eaf4fe0cd421d58c73ce4e625d61ee20ef02363d3cf5754c66237e0f378ac433b234c2b86d5f5284ae03b7ae6c46d3575c512487bc1a931d021c9517

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
deleted file mode 100644
index bdbfa84e3bb..000
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-inherit multilib ruby-fakegem
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
-
-DESCRIPTION="A Ruby interface to some LDAP libraries"
-HOMEPAGE="https://github.com/bearded/ruby-ldap;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ~ppc64 ~sparc x86 ~x86-macos"
-IUSE="ssl"
-DEPEND=">=net-nds/openldap-2
-   dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl:0 )"
-RDEPEND="${DEPEND}"
-
-# Current test set is interactive due to certificate generation and requires
-# running LDAP daemon
-RESTRICT="test"
-
-each_ruby_configure() {
-   local myconf="--with-openldap2"
-   if ! use ssl ; then
-   myconf="${myconf} --without-libcrypto --without-libssl"
-   fi
-   ${RUBY} extconf.rb ${myconf} || die "extconf.rb failed"
-   sed -i -e 's:-Wl,--no-undefined::' \
-   -e "s/^ldflags  = /ldflags = $\(LDFLAGS\) /" Makefile || die
-}
-
-each_ruby_compile() {
-   emake V=1
-   cp ldap$(get_modname) lib/ || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2020-06-19 Thread Sergei Trofimovich
commit: 29ce349fa0ed9c1930070217f752b7617232433f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 19 05:34:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 19 06:39:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ce349f

dev-ruby/ruby-ldap: stable 0.9.20 for hppa, bug #728200

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
index 565b8910ead..fe8e2531154 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="https://github.com/bearded/ruby-ldap;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86 ~x86-macos"
+KEYWORDS="amd64 ~arm hppa ppc ~ppc64 ~sparc x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2020-06-14 Thread Sergei Trofimovich
commit: 15b01ce58279a7f874eccb62cc1d7af944e08734
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 14 20:10:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 14 20:19:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b01ce5

dev-ruby/ruby-ldap: stable 0.9.20 for ppc

stable wrt bug #728200

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
index c64019245aa..9567212d6cf 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="https://github.com/bearded/ruby-ldap;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
+KEYWORDS="~amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/, dev-ruby/highline/, dev-ruby/thread_safe/, ...

2020-03-18 Thread Matt Turner
commit: cb050562eb35ca602bc8b2c85b75399228854339
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 18 06:12:09 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 18 06:12:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb050562

dev-ruby/*: drop alpha keywords where possible

Signed-off-by: Matt Turner  gentoo.org>

 dev-ruby/archive-tar-minitar/archive-tar-minitar-0.8.ebuild | 2 +-
 dev-ruby/atomic/atomic-1.1.101.ebuild   | 2 +-
 dev-ruby/backports/backports-3.15.0.ebuild  | 2 +-
 dev-ruby/backports/backports-3.16.0.ebuild  | 2 +-
 dev-ruby/backports/backports-3.16.1.ebuild  | 2 +-
 dev-ruby/backports/backports-3.17.0.ebuild  | 2 +-
 dev-ruby/bcat/bcat-0.6.2-r3.ebuild  | 2 +-
 dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild  | 2 +-
 dev-ruby/childprocess/childprocess-0.9.0.ebuild | 2 +-
 dev-ruby/childprocess/childprocess-1.0.1-r1.ebuild  | 2 +-
 dev-ruby/childprocess/childprocess-2.0.0.ebuild | 2 +-
 dev-ruby/childprocess/childprocess-3.0.0.ebuild | 2 +-
 dev-ruby/chronic/chronic-0.10.2.ebuild  | 2 +-
 dev-ruby/connection_pool/connection_pool-2.2.2.ebuild   | 2 +-
 dev-ruby/contracts/contracts-0.16.0.ebuild  | 2 +-
 dev-ruby/domain_name/domain_name-0.5.20180417.ebuild| 2 +-
 dev-ruby/domain_name/domain_name-0.5.20190701.ebuild| 2 +-
 dev-ruby/fakefs/fakefs-0.19.2.ebuild| 2 +-
 dev-ruby/fakefs/fakefs-0.20.0.ebuild| 2 +-
 dev-ruby/fakefs/fakefs-0.20.1.ebuild| 2 +-
 dev-ruby/fakefs/fakefs-1.0.0.ebuild | 2 +-
 dev-ruby/fakeweb/fakeweb-1.3.0.20170806.ebuild  | 2 +-
 dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild| 2 +-
 dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild| 2 +-
 dev-ruby/ffi/ffi-1.11.3.ebuild  | 2 +-
 dev-ruby/ffi/ffi-1.12.1.ebuild  | 2 +-
 dev-ruby/ffi/ffi-1.12.2.ebuild  | 2 +-
 dev-ruby/ffi/ffi-1.9.25.ebuild  | 2 +-
 dev-ruby/flexmock/flexmock-2.3.6.ebuild | 2 +-
 dev-ruby/gherkin/gherkin-5.1.0.ebuild   | 2 +-
 dev-ruby/highline/highline-1.7.8.ebuild | 2 +-
 dev-ruby/highline/highline-2.0.3.ebuild | 2 +-
 dev-ruby/hpricot/hpricot-0.8.6-r5.ebuild| 2 +-
 dev-ruby/http-cookie/http-cookie-1.0.3.ebuild   | 2 +-
 dev-ruby/httpclient/httpclient-2.8.3.ebuild | 2 +-
 dev-ruby/libxml/libxml-2.9.0.ebuild | 2 +-
 dev-ruby/minitar/minitar-0.8.ebuild | 2 +-
 dev-ruby/minitar/minitar-0.9.ebuild | 2 +-
 dev-ruby/multi_json/multi_json-1.13.1.ebuild| 2 +-
 dev-ruby/multi_json/multi_json-1.14.0.ebuild| 2 +-
 dev-ruby/multi_json/multi_json-1.14.1.ebuild| 2 +-
 dev-ruby/multi_test/multi_test-0.1.2.ebuild | 2 +-
 dev-ruby/mustache/mustache-1.0.5.ebuild | 2 +-
 dev-ruby/mustache/mustache-1.1.0.ebuild | 2 +-
 dev-ruby/mustache/mustache-1.1.1.ebuild | 2 +-
 dev-ruby/nanotest/nanotest-0.9.4.1.ebuild   | 2 +-
 dev-ruby/optimist/optimist-3.0.0.ebuild | 2 +-
 dev-ruby/pdf-core/pdf-core-0.7.0.ebuild | 2 +-
 dev-ruby/pdf-core/pdf-core-0.8.1.ebuild | 2 +-
 dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild   | 2 +-
 dev-ruby/pg/pg-0.21.0.ebuild| 2 +-
 dev-ruby/pg/pg-1.1.4.ebuild | 2 +-
 dev-ruby/pg/pg-1.2.2.ebuild | 2 +-
 dev-ruby/prawn/prawn-2.2.0.ebuild   | 2 +-
 dev-ruby/prawn/prawn-2.2.2.ebuild   | 2 +-
 dev-ruby/rake-compiler/rake-compiler-1.0.7.ebuild   | 2 +-
 dev-ruby/rake-compiler/rake-compiler-1.0.8.ebuild   | 2 +-
 dev-ruby/rake-compiler/rake-compiler-1.0.9.ebuild   | 2 +-
 dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild   | 2 +-
 dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild| 2 +-
 dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild| 2 +-
 dev-ruby/redcloth/redcloth-4.3.2-r1.ebuild  | 2 +-
 dev-ruby/rspec-its/rspec-its-1.2.0-r1.ebuild| 2 +-
 dev-ruby/rspec-its/rspec-its-1.3.0.ebuild   | 2 +-
 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild  | 2 +-
 dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild  | 2 +-
 dev-ruby/ruby_dep/ruby_dep-1.5.0.ebuild | 2 +-
 dev-ruby/rubyzip/rubyzip-1.2.2.ebuild   | 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2020-01-15 Thread Hans de Graaff
commit: bde6084f55d81dd00eba71d4a6b5795213d89ba2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 16 06:43:14 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 16 06:52:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde6084f

dev-ruby/ruby-ldap: add ruby27

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
index f619ce7d024..ffe7a0ab521 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 inherit multilib ruby-fakegem
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2019-02-13 Thread Sergei Trofimovich
commit: 8df76ea3dd3e9310624e00c8dd0dcb7a1577
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 14 06:17:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 14 07:19:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df76ea3

dev-ruby/ruby-ldap: stable 0.9.19 for hppa, bug #626682

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
index 11785597879..7ac9ba929ef 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="https://github.com/bearded/ruby-ldap;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2019-01-13 Thread Hans de Graaff
commit: cd30d480cbbd5394ea1ffbd15919ce8e5b41f7b6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 13 08:13:34 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 13 08:13:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd30d480

dev-ruby/ruby-ldap: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
index c52069c6d7e..f619ce7d024 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 inherit multilib ruby-fakegem
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2018-07-11 Thread Hans de Graaff
commit: fcf3a561a2e98d38cac2e235e53664d70e04ea7d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 12 04:23:20 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 12 04:23:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf3a561

dev-ruby/ruby-ldap: add 0.9.20

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ruby-ldap/Manifest|  1 +
 dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-ruby/ruby-ldap/Manifest b/dev-ruby/ruby-ldap/Manifest
index 3b0465a223c..bc6ead88f21 100644
--- a/dev-ruby/ruby-ldap/Manifest
+++ b/dev-ruby/ruby-ldap/Manifest
@@ -1 +1,2 @@
 DIST ruby-ldap-0.9.19.gem 91648 BLAKE2B 
0ea6fe17ac2e4cd34a0834c6b95b1db4905e709010962959735cc3cedf9d50695d642b6042711b4f5154198fbe0bb5312903169ba8f1a7868b6f18d681a81682
 SHA512 
0ed931552df00c11855297ab44fd1c9a79e751937758d38189147f1d37cbce9b1da6fa42e64a9fd44610e948b1c13031013b7931ed473cd55b8425e64a50584a
+DIST ruby-ldap-0.9.20.gem 67072 BLAKE2B 
626a35ab764dacfb37c727d867e1d435222730a3e7ea745ee4e7ec051ce3a822cc5a1230b463bc12f4a2390db667ed3b61deceb9842c014f64cdf43a26d285f9
 SHA512 
4f4902e7eaf4fe0cd421d58c73ce4e625d61ee20ef02363d3cf5754c66237e0f378ac433b234c2b86d5f5284ae03b7ae6c46d3575c512487bc1a931d021c9517

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
new file mode 100644
index 000..c52069c6d7e
--- /dev/null
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+inherit multilib ruby-fakegem
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
+
+DESCRIPTION="A Ruby interface to some LDAP libraries"
+HOMEPAGE="https://github.com/bearded/ruby-ldap;
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
+IUSE="ssl"
+DEPEND=">=net-nds/openldap-2
+   dev-libs/cyrus-sasl
+   ssl? ( dev-libs/openssl:0 )"
+RDEPEND="${DEPEND}"
+
+# Current test set is interactive due to certificate generation and requires
+# running LDAP daemon
+RESTRICT="test"
+
+each_ruby_configure() {
+   local myconf="--with-openldap2"
+   if ! use ssl ; then
+   myconf="${myconf} --without-libcrypto --without-libssl"
+   fi
+   ${RUBY} extconf.rb ${myconf} || die "extconf.rb failed"
+   sed -i -e 's:-Wl,--no-undefined::' \
+   -e "s/^ldflags  = /ldflags = $\(LDFLAGS\) /" Makefile || die
+}
+
+each_ruby_compile() {
+   emake V=1
+   cp ldap$(get_modname) lib/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2018-06-19 Thread Hans de Graaff
commit: 91b3172ca4b0e43b0e4393095a087357e56d501e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 20 05:45:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 20 05:45:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b3172c

dev-ruby/ruby-ldap: update HOMEPAGE

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
index f9c9a1c2b0d..11785597879 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
 
 DESCRIPTION="A Ruby interface to some LDAP libraries"
-HOMEPAGE="http://ruby-ldap.sourceforge.net/;
+HOMEPAGE="https://github.com/bearded/ruby-ldap;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-macos"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2018-02-09 Thread Hans de Graaff
commit: cc321a41816be9c2402cb413ce5e13e7be4a5c21
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 10 07:10:53 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 10 07:39:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc321a41

dev-ruby/ruby-ldap: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
index f366747ecc0..f9c9a1c2b0d 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 inherit multilib ruby-fakegem
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2017-12-01 Thread Hans de Graaff
commit: 0b9d1a1710bc7e424a773c83aafa6741e990cfde
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 26 10:07:46 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  2 06:30:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9d1a17

dev-ruby/ruby-ldap: cleanup; drop hppa stable, bug 626682

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/ruby-ldap/Manifest|  3 +--
 dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild | 41 --
 2 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/dev-ruby/ruby-ldap/Manifest b/dev-ruby/ruby-ldap/Manifest
index aa213c087d9..3b0465a223c 100644
--- a/dev-ruby/ruby-ldap/Manifest
+++ b/dev-ruby/ruby-ldap/Manifest
@@ -1,2 +1 @@
-DIST ruby-ldap-0.9.17.gem 66560 SHA256 
951ab18e8dbc2b9791555c38833df07e322992d3eb53aefca88a085fc55686c6 SHA512 
b6400faa4ae19f3d783810a6b2f7af36e89cbf001aa48a343e1ff6e5f9e74639bb84db2dc58a1465f91130248eaf17767a6c125e1d416aaf7d45ff8c14c3b68e
 WHIRLPOOL 
00b9f4508a94b0c4ecb61e3f3749142b2daa4645d80feccd86d7ed1ff9163a2cc5dcec9d516ebd4b8587573e49abdeadc31427b09e057494f8389b35009ced49
-DIST ruby-ldap-0.9.19.gem 91648 SHA256 
8729230019eddd6f5a13baf5116e95e2800478636f66027e76011db274213981 SHA512 
0ed931552df00c11855297ab44fd1c9a79e751937758d38189147f1d37cbce9b1da6fa42e64a9fd44610e948b1c13031013b7931ed473cd55b8425e64a50584a
 WHIRLPOOL 
f82e718f03feabb028f7490f8c87a3da159b6d2cf26c7ed9c7872183f5a029978dc56b26976223d61fd6afc576c489997e9340d064341221c8ea1dd262face0d
+DIST ruby-ldap-0.9.19.gem 91648 BLAKE2B 
0ea6fe17ac2e4cd34a0834c6b95b1db4905e709010962959735cc3cedf9d50695d642b6042711b4f5154198fbe0bb5312903169ba8f1a7868b6f18d681a81682
 SHA512 
0ed931552df00c11855297ab44fd1c9a79e751937758d38189147f1d37cbce9b1da6fa42e64a9fd44610e948b1c13031013b7931ed473cd55b8425e64a50584a

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
deleted file mode 100644
index 55450913c9c..000
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-inherit multilib ruby-fakegem
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
-
-DESCRIPTION="A Ruby interface to some LDAP libraries"
-HOMEPAGE="http://ruby-ldap.sourceforge.net/;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-macos"
-IUSE="ssl"
-DEPEND=">=net-nds/openldap-2
-   dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl:0 )"
-RDEPEND="${DEPEND}"
-
-# Current test set is interactive due to certificate generation and requires
-# running LDAP daemon
-RESTRICT="test"
-
-each_ruby_configure() {
-   local myconf="--with-openldap2"
-   if ! use ssl ; then
-   myconf="${myconf} --without-libcrypto --without-libssl"
-   fi
-   ${RUBY} extconf.rb ${myconf} || die "extconf.rb failed"
-   sed -i -e 's:-Wl,--no-undefined::' \
-   -e "s/^ldflags  = /ldflags = $\(LDFLAGS\) /" Makefile || die
-}
-
-each_ruby_compile() {
-   emake V=1
-   cp ldap$(get_modname) lib/ || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2017-10-14 Thread Sergei Trofimovich
commit: de57af49d25b79b053630a91793929bb197f45ec
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 14 21:53:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 14 21:53:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de57af49

dev-ruby/ruby-ldap: stable 0.9.19 for ppc, bug #626682

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
index 4adfc0be9d6..f366747ecc0 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="http://ruby-ldap.sourceforge.net/;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2017-09-04 Thread Tobias Klausmann
commit: 16b31090d5443fe3151f4d9aa640344127ca7643
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Sep  4 07:25:54 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Sep  4 07:25:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b31090

dev-ruby/ruby-ldap-0.9.19-r0: alpha stable

Gentoo-Bug: 626682

 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
index fa89eff8e9f..4adfc0be9d6 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="http://ruby-ldap.sourceforge.net/;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2017-08-30 Thread Fabian Groffen
commit: e8f1337ed22b9485e566df7a2b65f56e3b61de68
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Aug 30 18:08:46 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Aug 30 18:13:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f1337e

dev-ruby/ruby-ldap: marked ~arm

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
index 02a2465469b..fa89eff8e9f 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="http://ruby-ldap.sourceforge.net/;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2017-08-29 Thread Thomas Deutschmann
commit: aa3de9866d62f91de77d27c21a3d613a4270919a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Aug 29 21:33:50 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Aug 29 21:39:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3de986

dev-ruby/ruby-ldap: x86 stable (bug #626682)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
index aaabcdcdc2b..02a2465469b 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="http://ruby-ldap.sourceforge.net/;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2017-08-26 Thread Mikle Kolyada
commit: a80abd5c4613606fa5703f9ec6b731586811196d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 26 12:09:13 2017 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 26 12:09:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80abd5c

dev-ruby/ruby-ldap: amd64 stable wrt bug #626682

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
index d37bfe462b4..aaabcdcdc2b 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="http://ruby-ldap.sourceforge.net/;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2017-07-31 Thread Sergei Trofimovich
commit: 0a2266dba2a35f4acdcdfe08fafbdbead16c60e3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 31 22:29:57 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 31 22:35:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2266db

dev-ruby/ruby-ldap: stable 0.9.19 for ia64, bug #626682

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
index f7177d8353c..d37bfe462b4 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="http://ruby-ldap.sourceforge.net/;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2017-07-30 Thread Hans de Graaff
commit: ec83bf3e71c98e160b2d806986e89cd2061a56e6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 31 05:12:57 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 31 05:31:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec83bf3e

dev-ruby/ruby-ldap: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/ruby-ldap/Manifest|  1 -
 dev-ruby/ruby-ldap/ruby-ldap-0.9.18.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-ruby/ruby-ldap/Manifest b/dev-ruby/ruby-ldap/Manifest
index dd857d3bfaf..aa213c087d9 100644
--- a/dev-ruby/ruby-ldap/Manifest
+++ b/dev-ruby/ruby-ldap/Manifest
@@ -1,3 +1,2 @@
 DIST ruby-ldap-0.9.17.gem 66560 SHA256 
951ab18e8dbc2b9791555c38833df07e322992d3eb53aefca88a085fc55686c6 SHA512 
b6400faa4ae19f3d783810a6b2f7af36e89cbf001aa48a343e1ff6e5f9e74639bb84db2dc58a1465f91130248eaf17767a6c125e1d416aaf7d45ff8c14c3b68e
 WHIRLPOOL 
00b9f4508a94b0c4ecb61e3f3749142b2daa4645d80feccd86d7ed1ff9163a2cc5dcec9d516ebd4b8587573e49abdeadc31427b09e057494f8389b35009ced49
-DIST ruby-ldap-0.9.18.gem 67072 SHA256 
cf96420e778dade4851234a3be3b3ffd96a7c3f91a266b4fd60022a14883c5d5 SHA512 
698375840498e3cbe6e4ad962b3754bf74b0e0c356f95e59a71267841014a31dc85235e736c2ecd23e86c1ae0f9da00074c1612427afea1b409f0d8e7f596a07
 WHIRLPOOL 
69f1ec1a6e97eb9d016f62a4be348b1c586d90c38aaad6207177ad8beaf791adee5c6f0a80b7ef1ff0e7a356825f081370929c2a45180303fe612066f66a0efd
 DIST ruby-ldap-0.9.19.gem 91648 SHA256 
8729230019eddd6f5a13baf5116e95e2800478636f66027e76011db274213981 SHA512 
0ed931552df00c11855297ab44fd1c9a79e751937758d38189147f1d37cbce9b1da6fa42e64a9fd44610e948b1c13031013b7931ed473cd55b8425e64a50584a
 WHIRLPOOL 
f82e718f03feabb028f7490f8c87a3da159b6d2cf26c7ed9c7872183f5a029978dc56b26976223d61fd6afc576c489997e9340d064341221c8ea1dd262face0d

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.18.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.18.ebuild
deleted file mode 100644
index 0744550be4f..000
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.18.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-inherit multilib ruby-fakegem
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
-
-DESCRIPTION="A Ruby interface to some LDAP libraries"
-HOMEPAGE="http://ruby-ldap.sourceforge.net/;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
-IUSE="ssl"
-DEPEND=">=net-nds/openldap-2
-   dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl:0 )"
-RDEPEND="${DEPEND}"
-
-# Current test set is interactive due to certificate generation and requires
-# running LDAP daemon
-RESTRICT="test"
-
-each_ruby_configure() {
-   local myconf="--with-openldap2"
-   if ! use ssl ; then
-   myconf="${myconf} --without-libcrypto --without-libssl"
-   fi
-   ${RUBY} extconf.rb ${myconf} || die "extconf.rb failed"
-   sed -i -e 's:-Wl,--no-undefined::' \
-   -e "s/^ldflags  = /ldflags = $\(LDFLAGS\) /" Makefile || die
-}
-
-each_ruby_compile() {
-   emake V=1
-   cp ldap$(get_modname) lib/ || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2017-06-28 Thread Hans de Graaff
commit: e98f74e879c48d6615b0a463370db67cd5b858c4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 29 05:54:13 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 29 05:57:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98f74e8

dev-ruby/ruby-ldap: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
index 0744550be4f..f7177d8353c 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 inherit multilib ruby-fakegem
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2016-10-02 Thread Hans de Graaff
commit: c5e7c52e8f9d5a964dbed31a0e005519190645a6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct  2 09:07:10 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct  2 17:56:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e7c52e

dev-ruby/ruby-ldap: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/ruby-ldap/Manifest   |  1 -
 dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/ruby-ldap/Manifest b/dev-ruby/ruby-ldap/Manifest
index 7dd4af9..dd857d3 100644
--- a/dev-ruby/ruby-ldap/Manifest
+++ b/dev-ruby/ruby-ldap/Manifest
@@ -1,4 +1,3 @@
-DIST ruby-ldap-0.9.16.gem 65024 SHA256 
a068e0b0d52621c2a72583e07211f4795b3cd9496dd6b5cf7a2c8a746018ce21 SHA512 
b81a9b24f29a7c40b5d1c020008bfd14666a15c3b407e5495ac7b12e470783d696c8ad25c9a508b9933829695a8ac3fcb52a209fdb4fb7de499308af61a4b832
 WHIRLPOOL 
dea6d8f4c716f3c0408ca2ba11e4fd411916f9afd07a497deb91fe38c2f0440482a893527b8976801a41742da15f3cacc7330c85a26ec1c948e49e0a99a1f432
 DIST ruby-ldap-0.9.17.gem 66560 SHA256 
951ab18e8dbc2b9791555c38833df07e322992d3eb53aefca88a085fc55686c6 SHA512 
b6400faa4ae19f3d783810a6b2f7af36e89cbf001aa48a343e1ff6e5f9e74639bb84db2dc58a1465f91130248eaf17767a6c125e1d416aaf7d45ff8c14c3b68e
 WHIRLPOOL 
00b9f4508a94b0c4ecb61e3f3749142b2daa4645d80feccd86d7ed1ff9163a2cc5dcec9d516ebd4b8587573e49abdeadc31427b09e057494f8389b35009ced49
 DIST ruby-ldap-0.9.18.gem 67072 SHA256 
cf96420e778dade4851234a3be3b3ffd96a7c3f91a266b4fd60022a14883c5d5 SHA512 
698375840498e3cbe6e4ad962b3754bf74b0e0c356f95e59a71267841014a31dc85235e736c2ecd23e86c1ae0f9da00074c1612427afea1b409f0d8e7f596a07
 WHIRLPOOL 
69f1ec1a6e97eb9d016f62a4be348b1c586d90c38aaad6207177ad8beaf791adee5c6f0a80b7ef1ff0e7a356825f081370929c2a45180303fe612066f66a0efd
 DIST ruby-ldap-0.9.19.gem 91648 SHA256 
8729230019eddd6f5a13baf5116e95e2800478636f66027e76011db274213981 SHA512 
0ed931552df00c11855297ab44fd1c9a79e751937758d38189147f1d37cbce9b1da6fa42e64a9fd44610e948b1c13031013b7931ed473cd55b8425e64a50584a
 WHIRLPOOL 
f82e718f03feabb028f7490f8c87a3da159b6d2cf26c7ed9c7872183f5a029978dc56b26976223d61fd6afc576c489997e9340d064341221c8ea1dd262face0d

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild
deleted file mode 100644
index 46ac6f5..
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-# jruby: mkmf
-# rbx: require 'ldap' no such file to load
-USE_RUBY="ruby20"
-
-inherit multilib ruby-fakegem
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
-
-DESCRIPTION="A Ruby interface to some LDAP libraries"
-HOMEPAGE="http://ruby-ldap.sourceforge.net/;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-macos"
-IUSE="ssl"
-DEPEND=">=net-nds/openldap-2
-   dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl:0 )"
-RDEPEND="${DEPEND}"
-
-# Current test set is interactive due to certificate generation and requires
-# running LDAP daemon
-RESTRICT="test"
-
-each_ruby_configure() {
-   local myconf="--with-openldap2"
-   if ! use ssl ; then
-   myconf="${myconf} --without-libcrypto --without-libssl"
-   fi
-   ${RUBY} extconf.rb ${myconf} || die "extconf.rb failed"
-   sed -i -e 's:-Wl,--no-undefined::' \
-   -e "s/^ldflags  = /ldflags = $\(LDFLAGS\) /" Makefile || die
-}
-
-each_ruby_compile() {
-   emake V=1
-   cp ldap$(get_modname) lib/ || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2016-10-02 Thread Jeroen Roovers
commit: 0770710f304ba2de8628af76da7c4375ec0d2911
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  2 08:52:51 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  2 08:59:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0770710f

dev-ruby/ruby-ldap: Stable for HPPA (bug #568110).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
index 61057c1..142b85a 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="http://ruby-ldap.sourceforge.net/;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2016-06-20 Thread Hans de Graaff
commit: 166ae9ec2256f228ac7d6c93e8ca3870999e3ff0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 21 04:36:19 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 21 05:07:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166ae9ec

dev-ruby/ruby-ldap: add 0.9.19

Package-Manager: portage-2.2.28

 dev-ruby/ruby-ldap/Manifest|  1 +
 dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/ruby-ldap/Manifest b/dev-ruby/ruby-ldap/Manifest
index bd94fba..7dd4af9 100644
--- a/dev-ruby/ruby-ldap/Manifest
+++ b/dev-ruby/ruby-ldap/Manifest
@@ -1,3 +1,4 @@
 DIST ruby-ldap-0.9.16.gem 65024 SHA256 
a068e0b0d52621c2a72583e07211f4795b3cd9496dd6b5cf7a2c8a746018ce21 SHA512 
b81a9b24f29a7c40b5d1c020008bfd14666a15c3b407e5495ac7b12e470783d696c8ad25c9a508b9933829695a8ac3fcb52a209fdb4fb7de499308af61a4b832
 WHIRLPOOL 
dea6d8f4c716f3c0408ca2ba11e4fd411916f9afd07a497deb91fe38c2f0440482a893527b8976801a41742da15f3cacc7330c85a26ec1c948e49e0a99a1f432
 DIST ruby-ldap-0.9.17.gem 66560 SHA256 
951ab18e8dbc2b9791555c38833df07e322992d3eb53aefca88a085fc55686c6 SHA512 
b6400faa4ae19f3d783810a6b2f7af36e89cbf001aa48a343e1ff6e5f9e74639bb84db2dc58a1465f91130248eaf17767a6c125e1d416aaf7d45ff8c14c3b68e
 WHIRLPOOL 
00b9f4508a94b0c4ecb61e3f3749142b2daa4645d80feccd86d7ed1ff9163a2cc5dcec9d516ebd4b8587573e49abdeadc31427b09e057494f8389b35009ced49
 DIST ruby-ldap-0.9.18.gem 67072 SHA256 
cf96420e778dade4851234a3be3b3ffd96a7c3f91a266b4fd60022a14883c5d5 SHA512 
698375840498e3cbe6e4ad962b3754bf74b0e0c356f95e59a71267841014a31dc85235e736c2ecd23e86c1ae0f9da00074c1612427afea1b409f0d8e7f596a07
 WHIRLPOOL 
69f1ec1a6e97eb9d016f62a4be348b1c586d90c38aaad6207177ad8beaf791adee5c6f0a80b7ef1ff0e7a356825f081370929c2a45180303fe612066f66a0efd
+DIST ruby-ldap-0.9.19.gem 91648 SHA256 
8729230019eddd6f5a13baf5116e95e2800478636f66027e76011db274213981 SHA512 
0ed931552df00c11855297ab44fd1c9a79e751937758d38189147f1d37cbce9b1da6fa42e64a9fd44610e948b1c13031013b7931ed473cd55b8425e64a50584a
 WHIRLPOOL 
f82e718f03feabb028f7490f8c87a3da159b6d2cf26c7ed9c7872183f5a029978dc56b26976223d61fd6afc576c489997e9340d064341221c8ea1dd262face0d

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
new file mode 100644
index 000..aa8cf8f
--- /dev/null
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.19.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+inherit multilib ruby-fakegem
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
+
+DESCRIPTION="A Ruby interface to some LDAP libraries"
+HOMEPAGE="http://ruby-ldap.sourceforge.net/;
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
+IUSE="ssl"
+DEPEND=">=net-nds/openldap-2
+   dev-libs/cyrus-sasl
+   ssl? ( dev-libs/openssl:0 )"
+RDEPEND="${DEPEND}"
+
+# Current test set is interactive due to certificate generation and requires
+# running LDAP daemon
+RESTRICT="test"
+
+each_ruby_configure() {
+   local myconf="--with-openldap2"
+   if ! use ssl ; then
+   myconf="${myconf} --without-libcrypto --without-libssl"
+   fi
+   ${RUBY} extconf.rb ${myconf} || die "extconf.rb failed"
+   sed -i -e 's:-Wl,--no-undefined::' \
+   -e "s/^ldflags  = /ldflags = $\(LDFLAGS\) /" Makefile || die
+}
+
+each_ruby_compile() {
+   emake V=1
+   cp ldap$(get_modname) lib/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2016-05-25 Thread Hans de Graaff
commit: 207d7f7cdeefb3e9cd6a7a075565541f34643564
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 26 05:15:25 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 26 05:15:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207d7f7c

dev-ruby/ruby-ldap: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild | 2 +-
 dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild
index 285ac6a..46ac6f5 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 # jruby: mkmf
 # rbx: require 'ldap' no such file to load
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 inherit multilib ruby-fakegem
 

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
index 83278eb..61057c1 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 inherit multilib ruby-fakegem
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2016-03-06 Thread Hans de Graaff
commit: cccb23033765bc684754f22dc5efd8384a9772bd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar  5 07:39:29 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar  5 07:39:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccb2303

dev-ruby/ruby-ldap: add 0.9.18

Package-Manager: portage-2.2.26

 dev-ruby/ruby-ldap/Manifest|  1 +
 dev-ruby/ruby-ldap/ruby-ldap-0.9.18.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/ruby-ldap/Manifest b/dev-ruby/ruby-ldap/Manifest
index 37b0ca5..bd94fba 100644
--- a/dev-ruby/ruby-ldap/Manifest
+++ b/dev-ruby/ruby-ldap/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-ldap-0.9.16.gem 65024 SHA256 
a068e0b0d52621c2a72583e07211f4795b3cd9496dd6b5cf7a2c8a746018ce21 SHA512 
b81a9b24f29a7c40b5d1c020008bfd14666a15c3b407e5495ac7b12e470783d696c8ad25c9a508b9933829695a8ac3fcb52a209fdb4fb7de499308af61a4b832
 WHIRLPOOL 
dea6d8f4c716f3c0408ca2ba11e4fd411916f9afd07a497deb91fe38c2f0440482a893527b8976801a41742da15f3cacc7330c85a26ec1c948e49e0a99a1f432
 DIST ruby-ldap-0.9.17.gem 66560 SHA256 
951ab18e8dbc2b9791555c38833df07e322992d3eb53aefca88a085fc55686c6 SHA512 
b6400faa4ae19f3d783810a6b2f7af36e89cbf001aa48a343e1ff6e5f9e74639bb84db2dc58a1465f91130248eaf17767a6c125e1d416aaf7d45ff8c14c3b68e
 WHIRLPOOL 
00b9f4508a94b0c4ecb61e3f3749142b2daa4645d80feccd86d7ed1ff9163a2cc5dcec9d516ebd4b8587573e49abdeadc31427b09e057494f8389b35009ced49
+DIST ruby-ldap-0.9.18.gem 67072 SHA256 
cf96420e778dade4851234a3be3b3ffd96a7c3f91a266b4fd60022a14883c5d5 SHA512 
698375840498e3cbe6e4ad962b3754bf74b0e0c356f95e59a71267841014a31dc85235e736c2ecd23e86c1ae0f9da00074c1612427afea1b409f0d8e7f596a07
 WHIRLPOOL 
69f1ec1a6e97eb9d016f62a4be348b1c586d90c38aaad6207177ad8beaf791adee5c6f0a80b7ef1ff0e7a356825f081370929c2a45180303fe612066f66a0efd

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.18.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.18.ebuild
new file mode 100644
index 000..aa8cf8f
--- /dev/null
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.18.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+inherit multilib ruby-fakegem
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
+
+DESCRIPTION="A Ruby interface to some LDAP libraries"
+HOMEPAGE="http://ruby-ldap.sourceforge.net/;
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
+IUSE="ssl"
+DEPEND=">=net-nds/openldap-2
+   dev-libs/cyrus-sasl
+   ssl? ( dev-libs/openssl:0 )"
+RDEPEND="${DEPEND}"
+
+# Current test set is interactive due to certificate generation and requires
+# running LDAP daemon
+RESTRICT="test"
+
+each_ruby_configure() {
+   local myconf="--with-openldap2"
+   if ! use ssl ; then
+   myconf="${myconf} --without-libcrypto --without-libssl"
+   fi
+   ${RUBY} extconf.rb ${myconf} || die "extconf.rb failed"
+   sed -i -e 's:-Wl,--no-undefined::' \
+   -e "s/^ldflags  = /ldflags = $\(LDFLAGS\) /" Makefile || die
+}
+
+each_ruby_compile() {
+   emake V=1
+   cp ldap$(get_modname) lib/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2015-12-14 Thread Agostino Sarubbo
commit: 20c392de988f887d0f7699699be3457fc0416f8f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 14 14:11:39 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 14 14:11:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c392de

dev-ruby/ruby-ldap: amd64 stable wrt bug #568110

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
index 10486fc..4eb3476 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="A Ruby interface to some LDAP libraries"
 HOMEPAGE="http://ruby-ldap.sourceforge.net/;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2015-10-03 Thread Hans de Graaff
commit: 0f5c5991d7d8ef0679615f33ecf7c04ed3fc9f71
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct  3 09:06:43 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct  3 09:12:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5c5991

dev-ruby/ruby-ldap: fix openssl dependency

Package-Manager: portage-2.2.20.1

 dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild | 2 +-
 dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild
index 54b0bcd..285ac6a 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r1.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 
~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl )"
+   ssl? ( dev-libs/openssl:0 )"
 RDEPEND="${DEPEND}"
 
 # Current test set is interactive due to certificate generation and requires

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
index 8a1196b..10486fc 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.17.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-macos"
 IUSE="ssl"
 DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl )"
+   ssl? ( dev-libs/openssl:0 )"
 RDEPEND="${DEPEND}"
 
 # Current test set is interactive due to certificate generation and requires



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/

2015-10-03 Thread Hans de Graaff
commit: db1eed184027b90e754ceee4246eeb1f869e52cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct  3 09:05:59 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct  3 09:12:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1eed18

dev-ruby/ruby-ldap: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r2.ebuild | 44 ---
 1 file changed, 44 deletions(-)

diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r2.ebuild 
b/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r2.ebuild
deleted file mode 100644
index 465633f..000
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.16-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-# jruby: mkmf
-# rbx: require 'ldap' no such file to load
-USE_RUBY="ruby19 ruby20 ruby21"
-
-inherit multilib ruby-fakegem
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
-
-DESCRIPTION="A Ruby interface to some LDAP libraries"
-HOMEPAGE="http://ruby-ldap.sourceforge.net/;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
-IUSE="ssl"
-DEPEND=">=net-nds/openldap-2
-   dev-libs/cyrus-sasl
-   ssl? ( dev-libs/openssl )"
-RDEPEND="${DEPEND}"
-
-# Current test set is interactive due to certificate generation and requires
-# running LDAP daemon
-RESTRICT="test"
-
-each_ruby_configure() {
-   local myconf="--with-openldap2"
-   if ! use ssl ; then
-   myconf="${myconf} --without-libcrypto --without-libssl"
-   fi
-   ${RUBY} extconf.rb ${myconf} || die "extconf.rb failed"
-   sed -i -e 's:-Wl,--no-undefined::' \
-   -e "s/^ldflags  = /ldflags = $\(LDFLAGS\) /" Makefile || die
-}
-
-each_ruby_compile() {
-   emake V=1
-   cp ldap$(get_modname) lib/ || die
-}