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

2024-09-24 Thread Hans de Graaff
commit: c4d189e9795f4a3623a48747ae9fb8563a374360
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 25 06:09:32 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 25 06:12:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d189e9

dev-ruby/activeldap: enable ruby33

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

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

diff --git a/dev-ruby/activeldap/activeldap-7.2.0.ebuild 
b/dev-ruby/activeldap/activeldap-7.2.0.ebuild
index 51c9bdc406b4..14c016c247ac 100644
--- a/dev-ruby/activeldap/activeldap-7.2.0.ebuild
+++ b/dev-ruby/activeldap/activeldap-7.2.0.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"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*"



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

2024-09-23 Thread Hans de Graaff
commit: 0545a7caab7360553ed082f84afc54197358645d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 24 04:36:47 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 24 05:09:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0545a7ca

dev-ruby/activeldap: add 7.2.0

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

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

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 19f5ac1847d4..a6e0a1e6240f 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-ruby/activeldap/activeldap-7.2.0.ebuild 
b/dev-ruby/activeldap/activeldap-7.2.0.ebuild
new file mode 100644
index ..51c9bdc406b4
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-7.2.0.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"
+
+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
+}



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

2024-03-16 Thread Hans de Graaff
commit: eaecf2e96fdd28d6bf9ab705f9e240bfde6b98e2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 15 13:26:42 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 17 06:01:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaecf2e9

dev-ruby/activeldap: add 7.0.0

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

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

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 73a078b9a5ba..19f5ac1847d4 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1 +1,2 @@
 DIST activeldap-6.1.0.gem 227328 BLAKE2B 
48cd393a294b677b373461701773d3d0c18cbe9ee5124bcbafe392ee664a0e1045feb2d808734988bfceaaf7ae7b276ea12615ae30bb8109d63daf4b6a8cbed5
 SHA512 
b8a8d1346d75ae1ddd15b919f2a7afbec3e62b4248144ece3e1324892899735b05aa221ecec7c07f6273f35a6ffdacf4858d57326fb9b8c096f358652ef0b99d
+DIST activeldap-7.0.0.gem 227840 BLAKE2B 
2bf720efa60f2233180cf73a79da61058398a7409319c468ee96938091fd3d4eeebc904e3d8c55f51d1ca9a22f1b22e27554b78910065022ce9ebb92a883c256
 SHA512 
b4df5307583fc29abb74cdfd1d3b62f4bf03525e4a81397b32522ce84ee49f58fae27a7e9ba62490cfe49daa27be67440ccbaca25ba15553845d9e4a6e693bda

diff --git a/dev-ruby/activeldap/activeldap-7.0.0.ebuild 
b/dev-ruby/activeldap/activeldap-7.0.0.ebuild
new file mode 100644
index ..1540a3004f70
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-7.0.0.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"
+
+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-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
+}



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

2023-08-11 Thread Hans de Graaff
commit: e26f9196e346099e87fc5ebf73945fc19fcd8644
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 08:34:14 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26f9196

dev-ruby/activeldap: enable ruby32

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

 dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild 
b/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild
index 4d95f65c56e9..0ddf0824c69f 100644
--- a/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild
+++ b/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*"



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

2023-06-17 Thread Hans de Graaff
commit: 0112b70038d6770c2289a891261aee6a318fcfe6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 17 13:11:44 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 18 04:22:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0112b700

dev-ruby/activeldap: drop 6.1.0

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

 dev-ruby/activeldap/activeldap-6.1.0.ebuild | 38 -
 1 file changed, 38 deletions(-)

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..
--- 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
-}



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

2023-04-11 Thread Hans de Graaff
commit: cad8cce71540720cb986c4e0e216ac0f3db7b7da
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 12 05:57:47 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 12 06:16:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad8cce7

dev-ruby/activeldap: update EAPI 7 -> 8, add ruby31

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

 dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild | 38 ++
 1 file changed, 38 insertions(+)

diff --git a/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild 
b/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild
new file mode 100644
index ..4d95f65c56e9
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-6.1.0-r1.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="ruby27 ruby30 ruby31"
+
+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
+}



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

2022-07-26 Thread Hans de Graaff
commit: c03d23c0770d0c766988ab2d9765106b04398a8c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 26 06:51:58 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 26 09:49:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03d23c0

dev-ruby/activeldap: enable ruby30 and disable ruby25

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

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

diff --git a/dev-ruby/activeldap/activeldap-6.1.0.ebuild 
b/dev-ruby/activeldap/activeldap-6.1.0.ebuild
index 02e8ea17f669..2f27e7f46dc3 100644
--- a/dev-ruby/activeldap/activeldap-6.1.0.ebuild
+++ b/dev-ruby/activeldap/activeldap-6.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*"



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

2022-07-21 Thread Hans de Graaff
commit: de06a9a5a8b10f6327555a48b8f5e1adec34a7ac
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 21 06:56:53 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 21 07:24:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de06a9a5

dev-ruby/activeldap: drop 6.0.4

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

 dev-ruby/activeldap/Manifest|  1 -
 dev-ruby/activeldap/activeldap-6.0.4.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 637e8d068922..d61b70eb4a47 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,2 @@
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
-DIST activeldap-6.0.4.gem 227328 BLAKE2B 
8b1307e8c4b0fffe6cbd43a71cd11d2414570e8b0c1007152b99dca467b17f60efea1ff65f2bb5bc5ec6d6dd58f7a8a44e131887927c16d6bb90371f2b82c0d6
 SHA512 
26517692217d2f88db61fef12c16d0916eebbb3081db6431487dfa48dba5e6757af74d0dd9779694ba04957cf8ba855b6d5dc77986f7ad705cc359353fe87469
 DIST activeldap-6.1.0.gem 227328 BLAKE2B 
48cd393a294b677b373461701773d3d0c18cbe9ee5124bcbafe392ee664a0e1045feb2d808734988bfceaaf7ae7b276ea12615ae30bb8109d63daf4b6a8cbed5
 SHA512 
b8a8d1346d75ae1ddd15b919f2a7afbec3e62b4248144ece3e1324892899735b05aa221ecec7c07f6273f35a6ffdacf4858d57326fb9b8c096f358652ef0b99d

diff --git a/dev-ruby/activeldap/activeldap-6.0.4.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.4.ebuild
deleted file mode 100644
index 2c07111cb086..
--- a/dev-ruby/activeldap/activeldap-6.0.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26"
-
-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
-}



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

2021-06-11 Thread Hans de Graaff
commit: 84c5f9e47203b748fb57468936fc9d071a26669f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 11 07:40:57 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 11 07:41:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c5f9e4

dev-ruby/activeldap: add ruby27

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

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

diff --git a/dev-ruby/activeldap/activeldap-6.1.0.ebuild 
b/dev-ruby/activeldap/activeldap-6.1.0.ebuild
index 7a13e0a70f1..02e8ea17f66 100644
--- a/dev-ruby/activeldap/activeldap-6.1.0.ebuild
+++ b/dev-ruby/activeldap/activeldap-6.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*"



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

2021-02-13 Thread Hans de Graaff
commit: 78f25fe03554633d26defdde69dcd8553a5ea671
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 14 06:02:17 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 14 06:02:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f25fe0

dev-ruby/activeldap: cleanup

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

 dev-ruby/activeldap/Manifest|  2 --
 dev-ruby/activeldap/activeldap-6.0.2.ebuild | 38 -
 dev-ruby/activeldap/activeldap-6.0.3.ebuild | 38 -
 3 files changed, 78 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 126c9d97c93..6e65c085872 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,4 +1,2 @@
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
-DIST activeldap-6.0.2.gem 226304 BLAKE2B 
513ee26d37292ede2142561d36039747df7d50211151776c14d140fe565adcb3a6005c0923ca3a6d65befa72f91a7e9eff19fa1e1cf35c95111285f5d37de264
 SHA512 
817a394f3715c53b3ad67fa063c96d0974855be3547daf378064559fc690a0471322a8869fa7d6110661813da50a150c54f8a3b69d3a64d00e64d48ad7125788
-DIST activeldap-6.0.3.gem 227328 BLAKE2B 
71819172fcf792631cd958c7329ac1581ae7c3887dc71b76efa9836d2a39e7bac4d4d4dd80c15760f0ed13afc0ee66eecb8546470cf45c7ba45203f94f620b7d
 SHA512 
6b7148d23f2841bf614ac9d853e1bf18f50f2512efcd2397b10c07c30d3418b910717aba3fcfdc4ff67fadbbbd5d29b2ba4261fc126d8498e66e389fce13db3b
 DIST activeldap-6.0.4.gem 227328 BLAKE2B 
8b1307e8c4b0fffe6cbd43a71cd11d2414570e8b0c1007152b99dca467b17f60efea1ff65f2bb5bc5ec6d6dd58f7a8a44e131887927c16d6bb90371f2b82c0d6
 SHA512 
26517692217d2f88db61fef12c16d0916eebbb3081db6431487dfa48dba5e6757af74d0dd9779694ba04957cf8ba855b6d5dc77986f7ad705cc359353fe87469

diff --git a/dev-ruby/activeldap/activeldap-6.0.2.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.2.ebuild
deleted file mode 100644
index e7d248c7d51..000
--- a/dev-ruby/activeldap/activeldap-6.0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-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
-}

diff --git a/dev-ruby/activeldap/activeldap-6.0.3.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.3.ebuild
deleted file mode 100644
index 2c07111cb08..000
--- a/dev-ruby/activeldap/activeldap-6.0.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26"
-
-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
-}



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

2021-02-13 Thread Hans de Graaff
commit: c611205b4633f3ddd5ca1224dc6698818b582939
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 14 06:04:34 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 14 06:04:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c611205b

dev-ruby/activeldap: add 6.1.0

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

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

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 6e65c085872..637e8d06892 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1,3 @@
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
 DIST activeldap-6.0.4.gem 227328 BLAKE2B 
8b1307e8c4b0fffe6cbd43a71cd11d2414570e8b0c1007152b99dca467b17f60efea1ff65f2bb5bc5ec6d6dd58f7a8a44e131887927c16d6bb90371f2b82c0d6
 SHA512 
26517692217d2f88db61fef12c16d0916eebbb3081db6431487dfa48dba5e6757af74d0dd9779694ba04957cf8ba855b6d5dc77986f7ad705cc359353fe87469
+DIST activeldap-6.1.0.gem 227328 BLAKE2B 
48cd393a294b677b373461701773d3d0c18cbe9ee5124bcbafe392ee664a0e1045feb2d808734988bfceaaf7ae7b276ea12615ae30bb8109d63daf4b6a8cbed5
 SHA512 
b8a8d1346d75ae1ddd15b919f2a7afbec3e62b4248144ece3e1324892899735b05aa221ecec7c07f6273f35a6ffdacf4858d57326fb9b8c096f358652ef0b99d

diff --git a/dev-ruby/activeldap/activeldap-6.1.0.ebuild 
b/dev-ruby/activeldap/activeldap-6.1.0.ebuild
new file mode 100644
index 000..7a13e0a70f1
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-6.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+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
+}



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

2020-12-05 Thread Hans de Graaff
commit: 03a38acd5ab1a22daaf07fb21b8258632ab3fdc5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  6 07:31:26 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  6 07:31:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a38acd

dev-ruby/activeldap: add 6.0.4

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

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

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 5cfafc02b54..126c9d97c93 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,4 @@
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
 DIST activeldap-6.0.2.gem 226304 BLAKE2B 
513ee26d37292ede2142561d36039747df7d50211151776c14d140fe565adcb3a6005c0923ca3a6d65befa72f91a7e9eff19fa1e1cf35c95111285f5d37de264
 SHA512 
817a394f3715c53b3ad67fa063c96d0974855be3547daf378064559fc690a0471322a8869fa7d6110661813da50a150c54f8a3b69d3a64d00e64d48ad7125788
 DIST activeldap-6.0.3.gem 227328 BLAKE2B 
71819172fcf792631cd958c7329ac1581ae7c3887dc71b76efa9836d2a39e7bac4d4d4dd80c15760f0ed13afc0ee66eecb8546470cf45c7ba45203f94f620b7d
 SHA512 
6b7148d23f2841bf614ac9d853e1bf18f50f2512efcd2397b10c07c30d3418b910717aba3fcfdc4ff67fadbbbd5d29b2ba4261fc126d8498e66e389fce13db3b
+DIST activeldap-6.0.4.gem 227328 BLAKE2B 
8b1307e8c4b0fffe6cbd43a71cd11d2414570e8b0c1007152b99dca467b17f60efea1ff65f2bb5bc5ec6d6dd58f7a8a44e131887927c16d6bb90371f2b82c0d6
 SHA512 
26517692217d2f88db61fef12c16d0916eebbb3081db6431487dfa48dba5e6757af74d0dd9779694ba04957cf8ba855b6d5dc77986f7ad705cc359353fe87469

diff --git a/dev-ruby/activeldap/activeldap-6.0.4.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.4.ebuild
new file mode 100644
index 000..2c07111cb08
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-6.0.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+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
+}



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

2020-09-15 Thread Hans de Graaff
commit: 56a3bbfdd0ee26fa4be9480b3ef0102d453eabf0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 16 06:05:51 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 16 06:05:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a3bbfd

dev-ruby/activeldap: cleanup

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

 dev-ruby/activeldap/Manifest|  2 --
 dev-ruby/activeldap/activeldap-6.0.0.ebuild | 38 -
 dev-ruby/activeldap/activeldap-6.0.1.ebuild | 38 -
 3 files changed, 78 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 59e8a312a31..5cfafc02b54 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,5 +1,3 @@
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
-DIST activeldap-6.0.0.gem 226304 BLAKE2B 
ea200a672e1d77cb2eeca343479d39652441403737db9e1fbed14e594749cf33e00e8ca98ffaaa5f473e683faacc2f8d0b046b1ecb3dedf04efa7a23379f7439
 SHA512 
8b3ce2356612be4093210391102fb5fea51ba9e33ed9ee8281445d8bd13574af88cffbd35122b8cca69ea6799dd31be8fb2f2086f6ed773078b877a4c2ac163d
-DIST activeldap-6.0.1.gem 226304 BLAKE2B 
e61ab86d1a39313f3f34debfde47e4499579273b666ceafc51e3a62cb73293d31a124dbf821428ac33437ca8e604bb4f4c1e1e43b8be58b9a67a73872b6634b8
 SHA512 
baf3ae0975348f94b00186a6c8569aa9371ae28f5a53654f18da9e6eb8eb50750730c1813c45318148eefa0a37fdb06d27efe13293ab4386637e0fbc1906334a
 DIST activeldap-6.0.2.gem 226304 BLAKE2B 
513ee26d37292ede2142561d36039747df7d50211151776c14d140fe565adcb3a6005c0923ca3a6d65befa72f91a7e9eff19fa1e1cf35c95111285f5d37de264
 SHA512 
817a394f3715c53b3ad67fa063c96d0974855be3547daf378064559fc690a0471322a8869fa7d6110661813da50a150c54f8a3b69d3a64d00e64d48ad7125788
 DIST activeldap-6.0.3.gem 227328 BLAKE2B 
71819172fcf792631cd958c7329ac1581ae7c3887dc71b76efa9836d2a39e7bac4d4d4dd80c15760f0ed13afc0ee66eecb8546470cf45c7ba45203f94f620b7d
 SHA512 
6b7148d23f2841bf614ac9d853e1bf18f50f2512efcd2397b10c07c30d3418b910717aba3fcfdc4ff67fadbbbd5d29b2ba4261fc126d8498e66e389fce13db3b

diff --git a/dev-ruby/activeldap/activeldap-6.0.0.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.0.ebuild
deleted file mode 100644
index f83f8e45f9f..000
--- a/dev-ruby/activeldap/activeldap-6.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-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-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
-}

diff --git a/dev-ruby/activeldap/activeldap-6.0.1.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.1.ebuild
deleted file mode 100644
index f83f8e45f9f..000
--- a/dev-ruby/activeldap/activeldap-6.0.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-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-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
-}



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

2020-08-16 Thread Hans de Graaff
commit: 94b73f5ae7797987e3bf63898910d1c49998e2a4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 17 04:35:00 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 17 04:40:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b73f5a

dev-ruby/activeldap: add 6.0.3

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

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

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 7670c25ea4e..59e8a312a31 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -2,3 +2,4 @@ DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598a
 DIST activeldap-6.0.0.gem 226304 BLAKE2B 
ea200a672e1d77cb2eeca343479d39652441403737db9e1fbed14e594749cf33e00e8ca98ffaaa5f473e683faacc2f8d0b046b1ecb3dedf04efa7a23379f7439
 SHA512 
8b3ce2356612be4093210391102fb5fea51ba9e33ed9ee8281445d8bd13574af88cffbd35122b8cca69ea6799dd31be8fb2f2086f6ed773078b877a4c2ac163d
 DIST activeldap-6.0.1.gem 226304 BLAKE2B 
e61ab86d1a39313f3f34debfde47e4499579273b666ceafc51e3a62cb73293d31a124dbf821428ac33437ca8e604bb4f4c1e1e43b8be58b9a67a73872b6634b8
 SHA512 
baf3ae0975348f94b00186a6c8569aa9371ae28f5a53654f18da9e6eb8eb50750730c1813c45318148eefa0a37fdb06d27efe13293ab4386637e0fbc1906334a
 DIST activeldap-6.0.2.gem 226304 BLAKE2B 
513ee26d37292ede2142561d36039747df7d50211151776c14d140fe565adcb3a6005c0923ca3a6d65befa72f91a7e9eff19fa1e1cf35c95111285f5d37de264
 SHA512 
817a394f3715c53b3ad67fa063c96d0974855be3547daf378064559fc690a0471322a8869fa7d6110661813da50a150c54f8a3b69d3a64d00e64d48ad7125788
+DIST activeldap-6.0.3.gem 227328 BLAKE2B 
71819172fcf792631cd958c7329ac1581ae7c3887dc71b76efa9836d2a39e7bac4d4d4dd80c15760f0ed13afc0ee66eecb8546470cf45c7ba45203f94f620b7d
 SHA512 
6b7148d23f2841bf614ac9d853e1bf18f50f2512efcd2397b10c07c30d3418b910717aba3fcfdc4ff67fadbbbd5d29b2ba4261fc126d8498e66e389fce13db3b

diff --git a/dev-ruby/activeldap/activeldap-6.0.3.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.3.ebuild
new file mode 100644
index 000..2c07111cb08
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-6.0.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+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
+}



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

2020-05-19 Thread Hans de Graaff
commit: 0d753c910e39310d84f7b6eb9fed52d9a7c2da07
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 19 04:18:52 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 19 09:36:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d753c91

dev-ruby/activeldap: add 6.0.2

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

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

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index d92e650a5b6..7670c25ea4e 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,4 @@
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
 DIST activeldap-6.0.0.gem 226304 BLAKE2B 
ea200a672e1d77cb2eeca343479d39652441403737db9e1fbed14e594749cf33e00e8ca98ffaaa5f473e683faacc2f8d0b046b1ecb3dedf04efa7a23379f7439
 SHA512 
8b3ce2356612be4093210391102fb5fea51ba9e33ed9ee8281445d8bd13574af88cffbd35122b8cca69ea6799dd31be8fb2f2086f6ed773078b877a4c2ac163d
 DIST activeldap-6.0.1.gem 226304 BLAKE2B 
e61ab86d1a39313f3f34debfde47e4499579273b666ceafc51e3a62cb73293d31a124dbf821428ac33437ca8e604bb4f4c1e1e43b8be58b9a67a73872b6634b8
 SHA512 
baf3ae0975348f94b00186a6c8569aa9371ae28f5a53654f18da9e6eb8eb50750730c1813c45318148eefa0a37fdb06d27efe13293ab4386637e0fbc1906334a
+DIST activeldap-6.0.2.gem 226304 BLAKE2B 
513ee26d37292ede2142561d36039747df7d50211151776c14d140fe565adcb3a6005c0923ca3a6d65befa72f91a7e9eff19fa1e1cf35c95111285f5d37de264
 SHA512 
817a394f3715c53b3ad67fa063c96d0974855be3547daf378064559fc690a0471322a8869fa7d6110661813da50a150c54f8a3b69d3a64d00e64d48ad7125788

diff --git a/dev-ruby/activeldap/activeldap-6.0.2.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.2.ebuild
new file mode 100644
index 000..e7d248c7d51
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-6.0.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+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
+}



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

2020-05-12 Thread Hans de Graaff
commit: d29df297607a8e364064c58d4ac9d919fe354126
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 13 04:51:26 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 13 04:51:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29df297

dev-ruby/activeldap: remove masked slot

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

 dev-ruby/activeldap/Manifest|  1 -
 dev-ruby/activeldap/activeldap-4.0.6.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index de41b70ea4c..d92e650a5b6 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,4 +1,3 @@
-DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
 DIST activeldap-6.0.0.gem 226304 BLAKE2B 
ea200a672e1d77cb2eeca343479d39652441403737db9e1fbed14e594749cf33e00e8ca98ffaaa5f473e683faacc2f8d0b046b1ecb3dedf04efa7a23379f7439
 SHA512 
8b3ce2356612be4093210391102fb5fea51ba9e33ed9ee8281445d8bd13574af88cffbd35122b8cca69ea6799dd31be8fb2f2086f6ed773078b877a4c2ac163d
 DIST activeldap-6.0.1.gem 226304 BLAKE2B 
e61ab86d1a39313f3f34debfde47e4499579273b666ceafc51e3a62cb73293d31a124dbf821428ac33437ca8e604bb4f4c1e1e43b8be58b9a67a73872b6634b8
 SHA512 
baf3ae0975348f94b00186a6c8569aa9371ae28f5a53654f18da9e6eb8eb50750730c1813c45318148eefa0a37fdb06d27efe13293ab4386637e0fbc1906334a

diff --git a/dev-ruby/activeldap/activeldap-4.0.6.ebuild 
b/dev-ruby/activeldap/activeldap-4.0.6.ebuild
deleted file mode 100644
index 7d974c43a6c..000
--- a/dev-ruby/activeldap/activeldap-4.0.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
-
-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="4"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Most tests require a live LDAP server to run.
-RESTRICT="test"
-
-ruby_add_rdepend "
-   >dev-ruby/activemodel-4.0.0:*
-   dev-ruby/locale
-   dev-ruby/ruby-gettext
-   dev-ruby/gettext_i18n_rails
-   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc doc/text/*
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}



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

2020-04-21 Thread Hans de Graaff
commit: 8f1e5f6a2005731760d6ec07f7a4681cf9b2440e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 21 07:06:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 21 07:06:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1e5f6a

dev-ruby/activeldap: add 6.0.1

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

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

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index d40109f2d27..de41b70ea4c 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,4 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
 DIST activeldap-6.0.0.gem 226304 BLAKE2B 
ea200a672e1d77cb2eeca343479d39652441403737db9e1fbed14e594749cf33e00e8ca98ffaaa5f473e683faacc2f8d0b046b1ecb3dedf04efa7a23379f7439
 SHA512 
8b3ce2356612be4093210391102fb5fea51ba9e33ed9ee8281445d8bd13574af88cffbd35122b8cca69ea6799dd31be8fb2f2086f6ed773078b877a4c2ac163d
+DIST activeldap-6.0.1.gem 226304 BLAKE2B 
e61ab86d1a39313f3f34debfde47e4499579273b666ceafc51e3a62cb73293d31a124dbf821428ac33437ca8e604bb4f4c1e1e43b8be58b9a67a73872b6634b8
 SHA512 
baf3ae0975348f94b00186a6c8569aa9371ae28f5a53654f18da9e6eb8eb50750730c1813c45318148eefa0a37fdb06d27efe13293ab4386637e0fbc1906334a

diff --git a/dev-ruby/activeldap/activeldap-6.0.1.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.1.ebuild
new file mode 100644
index 000..f83f8e45f9f
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-6.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+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-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
+}



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

2020-04-16 Thread Hans de Graaff
commit: c264169471e29bbd225e8bda119d8a230feb7ae0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 17 04:27:00 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 17 04:27:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2641694

dev-ruby/activeldap: add 6.0.0

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

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

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 61994ed2481..d40109f2d27 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1,3 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
+DIST activeldap-6.0.0.gem 226304 BLAKE2B 
ea200a672e1d77cb2eeca343479d39652441403737db9e1fbed14e594749cf33e00e8ca98ffaaa5f473e683faacc2f8d0b046b1ecb3dedf04efa7a23379f7439
 SHA512 
8b3ce2356612be4093210391102fb5fea51ba9e33ed9ee8281445d8bd13574af88cffbd35122b8cca69ea6799dd31be8fb2f2086f6ed773078b877a4c2ac163d

diff --git a/dev-ruby/activeldap/activeldap-6.0.0.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.0.ebuild
new file mode 100644
index 000..f83f8e45f9f
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-6.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+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-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
+}



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

2019-11-16 Thread Hans de Graaff
commit: 39371335644781c1cce2568879cde29cc1f4692e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 17 06:10:07 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 17 07:36:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39371335

dev-ruby/activeldap: cleanup

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

 dev-ruby/activeldap/Manifest|  1 -
 dev-ruby/activeldap/activeldap-5.2.3.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 798a6501f7d..61994ed2481 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,2 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
-DIST activeldap-5.2.3.gem 226304 BLAKE2B 
5ac747f9c854071da941bd7dc3bbf151eb9f6b190a725b0daca9a9c76b1aafa9fcb609c16098924c3f9bda6f25d9968c4a715a0f2994333c233a950f809cf862
 SHA512 
30fb4b70975e5a911d736ce8579f3ff0c13d326499660a6fdd25bc4e4d20ad615c038c0b50bdf1722775f6313e9c132a004c86fdb9d3a356f78171f78c5d171b
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f

diff --git a/dev-ruby/activeldap/activeldap-5.2.3.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.3.ebuild
deleted file mode 100644
index 9b763decfa5..000
--- a/dev-ruby/activeldap/activeldap-5.2.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-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.0.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/*
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}



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

2019-11-09 Thread Hans de Graaff
commit: 0e79d6ef10ddbcc772c121473a7b3fa82b53c69b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  9 08:25:12 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  9 08:25:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e79d6ef

dev-ruby/activeldap: use dodoc to install examples

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

 dev-ruby/activeldap/activeldap-5.2.4.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-ruby/activeldap/activeldap-5.2.4.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.4.ebuild
index 69bfdaa2d28..d286616fbcf 100644
--- a/dev-ruby/activeldap/activeldap-5.2.4.ebuild
+++ b/dev-ruby/activeldap/activeldap-5.2.4.ebuild
@@ -34,7 +34,5 @@ all_ruby_install() {
all_fakegem_install
 
dodoc doc/text/*
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
+   dodoc -r examples
 }



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

2019-05-06 Thread Hans de Graaff
commit: afeb1c89ac17e39ed490a84489fe857bd622a61e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  6 17:51:33 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  6 17:58:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afeb1c89

dev-ruby/activeldap: add ruby26

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

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

diff --git a/dev-ruby/activeldap/activeldap-5.2.4.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.4.ebuild
index e3ae11668a7..69bfdaa2d28 100644
--- a/dev-ruby/activeldap/activeldap-5.2.4.ebuild
+++ b/dev-ruby/activeldap/activeldap-5.2.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby24 ruby25"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"



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

2019-04-26 Thread Hans de Graaff
commit: b2dab0d4aa1f10494bf25b08b1bfa12c27d93e23
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 27 05:29:09 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 27 05:29:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2dab0d4

dev-ruby/activeldap: add 5.2.4

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

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-5.2.4.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index a1c6cc16516..798a6501f7d 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1,3 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 DIST activeldap-5.2.3.gem 226304 BLAKE2B 
5ac747f9c854071da941bd7dc3bbf151eb9f6b190a725b0daca9a9c76b1aafa9fcb609c16098924c3f9bda6f25d9968c4a715a0f2994333c233a950f809cf862
 SHA512 
30fb4b70975e5a911d736ce8579f3ff0c13d326499660a6fdd25bc4e4d20ad615c038c0b50bdf1722775f6313e9c132a004c86fdb9d3a356f78171f78c5d171b
+DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f

diff --git a/dev-ruby/activeldap/activeldap-5.2.4.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.4.ebuild
new file mode 100644
index 000..e3ae11668a7
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-5.2.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25"
+
+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/*
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2019-04-11 Thread Hans de Graaff
commit: 43efe2909809985ecc122e6dd6fb558882a2c9cc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 18:30:57 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 18:56:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43efe290

dev-ruby/activeldap: cleanup

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

 dev-ruby/activeldap/Manifest|  1 -
 dev-ruby/activeldap/activeldap-5.2.2.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 687cc94ef5d..a1c6cc16516 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,2 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
-DIST activeldap-5.2.2.gem 225280 BLAKE2B 
a31f77f1e93e5130f6d1a026ea804fca192273ac66c7f04218a5465c79f25934d7a289bcd66e5e7910ef679f9e043f4c22c14607b2f44bc93039e90f3082e798
 SHA512 
303f26289848b0580a827aa3ea8446ff38dc0604eac7d976f48c7c751c7fe31f918af17a5d530943711dfbf2808e9712ab71ff5cc8c657f78ba60d1c6e3d6072
 DIST activeldap-5.2.3.gem 226304 BLAKE2B 
5ac747f9c854071da941bd7dc3bbf151eb9f6b190a725b0daca9a9c76b1aafa9fcb609c16098924c3f9bda6f25d9968c4a715a0f2994333c233a950f809cf862
 SHA512 
30fb4b70975e5a911d736ce8579f3ff0c13d326499660a6fdd25bc4e4d20ad615c038c0b50bdf1722775f6313e9c132a004c86fdb9d3a356f78171f78c5d171b

diff --git a/dev-ruby/activeldap/activeldap-5.2.2.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.2.ebuild
deleted file mode 100644
index 6f2251813e6..000
--- a/dev-ruby/activeldap/activeldap-5.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-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.0.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/*
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}



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

2019-02-15 Thread Hans de Graaff
commit: 9a9df04a1032e7b411f63897d35a946fd625d686
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb 15 06:52:38 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb 15 10:16:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9df04a

dev-ruby/activeldap: add 5.2.3

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

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-5.2.3.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index e0c91a3191e..687cc94ef5d 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1,3 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 DIST activeldap-5.2.2.gem 225280 BLAKE2B 
a31f77f1e93e5130f6d1a026ea804fca192273ac66c7f04218a5465c79f25934d7a289bcd66e5e7910ef679f9e043f4c22c14607b2f44bc93039e90f3082e798
 SHA512 
303f26289848b0580a827aa3ea8446ff38dc0604eac7d976f48c7c751c7fe31f918af17a5d530943711dfbf2808e9712ab71ff5cc8c657f78ba60d1c6e3d6072
+DIST activeldap-5.2.3.gem 226304 BLAKE2B 
5ac747f9c854071da941bd7dc3bbf151eb9f6b190a725b0daca9a9c76b1aafa9fcb609c16098924c3f9bda6f25d9968c4a715a0f2994333c233a950f809cf862
 SHA512 
30fb4b70975e5a911d736ce8579f3ff0c13d326499660a6fdd25bc4e4d20ad615c038c0b50bdf1722775f6313e9c132a004c86fdb9d3a356f78171f78c5d171b

diff --git a/dev-ruby/activeldap/activeldap-5.2.3.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.3.ebuild
new file mode 100644
index 000..9b763decfa5
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-5.2.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+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.0.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/*
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2019-02-15 Thread Hans de Graaff
commit: 15dabae4d6254cce1813b70820a8f671d8fef17d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb 15 06:50:04 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb 15 10:16:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15dabae4

dev-ruby/activeldap: cleanup

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

 dev-ruby/activeldap/Manifest|  3 ---
 dev-ruby/activeldap/activeldap-5.1.1.ebuild | 39 
 dev-ruby/activeldap/activeldap-5.2.0.ebuild | 40 -
 dev-ruby/activeldap/activeldap-5.2.1.ebuild | 40 -
 4 files changed, 122 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 36abb5b6c17..e0c91a3191e 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,5 +1,2 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
-DIST activeldap-5.1.1.gem 224768 BLAKE2B 
cbb54a3e442592ffcd46b99dc92301955e0ec2e6930c7dff0159ddc41166311f9f7b06a0d878dff4180962d6811690fc55e6eef9693048d485672dc83560b63f
 SHA512 
13ae4f05717a9de80f56e19033e694ae1291cf4486dc4c69055892fb2c43469b0dba968949bd668a89d035126d8bde144ad410313dce0d6de80a4ddff884a745
-DIST activeldap-5.2.0.gem 224768 BLAKE2B 
ae0aa9b2f33121bef3974fdcda5dc06278072241165b5c049fe23bcda8572603dd7695e8839892075ab928e3653c8dd8b6ec87fa17e8c5f9ddb0422b13821676
 SHA512 
72796a48cb067d61c4f278a3d74f81ebc2c0b1ef648cc02bdf9db0bf9b04a93a924dca3f6134b44c7a9cded7a292984099bd544796b94fb435e21b09d7fc48b3
-DIST activeldap-5.2.1.gem 224768 BLAKE2B 
270936f4d8183b6d143f58a662c152a66c0778789c8c7b3e604f2f3aacbdefe0634ed636c35a8cd4fda7cf5b15b5f1fa133e4a6432cf342f42a1e9089daf4a2b
 SHA512 
025f30c545c3f9fd69220557a18f597a4298b06ad5ea67a5f335107aec27a5d5225e7e808b036d245287a642824ba74f583451adfaa585ac2f4f323d737319b9
 DIST activeldap-5.2.2.gem 225280 BLAKE2B 
a31f77f1e93e5130f6d1a026ea804fca192273ac66c7f04218a5465c79f25934d7a289bcd66e5e7910ef679f9e043f4c22c14607b2f44bc93039e90f3082e798
 SHA512 
303f26289848b0580a827aa3ea8446ff38dc0604eac7d976f48c7c751c7fe31f918af17a5d530943711dfbf2808e9712ab71ff5cc8c657f78ba60d1c6e3d6072

diff --git a/dev-ruby/activeldap/activeldap-5.1.1.ebuild 
b/dev-ruby/activeldap/activeldap-5.1.1.ebuild
deleted file mode 100644
index ca069655c50..000
--- a/dev-ruby/activeldap/activeldap-5.1.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-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.0.0:*
-   dev-ruby/locale
-   dev-ruby/ruby-gettext
-   dev-ruby/gettext_i18n_rails
-   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc doc/text/*
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}

diff --git a/dev-ruby/activeldap/activeldap-5.2.0.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.0.ebuild
deleted file mode 100644
index be5311720e6..000
--- a/dev-ruby/activeldap/activeldap-5.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-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.0.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/*
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}

diff --git a/dev-ruby/activeldap/activeldap-5.2.1.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.1.ebu

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

2018-07-12 Thread Hans de Graaff
commit: 4ff4a5bd30d40bc0dcd8f311d9e6170ed1ca18b0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 13 05:57:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 13 05:57:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff4a5bd

dev-ruby/activeldap: add 5.2.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-5.2.2.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index badb35a379d..36abb5b6c17 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -2,3 +2,4 @@ DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe51
 DIST activeldap-5.1.1.gem 224768 BLAKE2B 
cbb54a3e442592ffcd46b99dc92301955e0ec2e6930c7dff0159ddc41166311f9f7b06a0d878dff4180962d6811690fc55e6eef9693048d485672dc83560b63f
 SHA512 
13ae4f05717a9de80f56e19033e694ae1291cf4486dc4c69055892fb2c43469b0dba968949bd668a89d035126d8bde144ad410313dce0d6de80a4ddff884a745
 DIST activeldap-5.2.0.gem 224768 BLAKE2B 
ae0aa9b2f33121bef3974fdcda5dc06278072241165b5c049fe23bcda8572603dd7695e8839892075ab928e3653c8dd8b6ec87fa17e8c5f9ddb0422b13821676
 SHA512 
72796a48cb067d61c4f278a3d74f81ebc2c0b1ef648cc02bdf9db0bf9b04a93a924dca3f6134b44c7a9cded7a292984099bd544796b94fb435e21b09d7fc48b3
 DIST activeldap-5.2.1.gem 224768 BLAKE2B 
270936f4d8183b6d143f58a662c152a66c0778789c8c7b3e604f2f3aacbdefe0634ed636c35a8cd4fda7cf5b15b5f1fa133e4a6432cf342f42a1e9089daf4a2b
 SHA512 
025f30c545c3f9fd69220557a18f597a4298b06ad5ea67a5f335107aec27a5d5225e7e808b036d245287a642824ba74f583451adfaa585ac2f4f323d737319b9
+DIST activeldap-5.2.2.gem 225280 BLAKE2B 
a31f77f1e93e5130f6d1a026ea804fca192273ac66c7f04218a5465c79f25934d7a289bcd66e5e7910ef679f9e043f4c22c14607b2f44bc93039e90f3082e798
 SHA512 
303f26289848b0580a827aa3ea8446ff38dc0604eac7d976f48c7c751c7fe31f918af17a5d530943711dfbf2808e9712ab71ff5cc8c657f78ba60d1c6e3d6072

diff --git a/dev-ruby/activeldap/activeldap-5.2.2.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.2.ebuild
new file mode 100644
index 000..6f2251813e6
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-5.2.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+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.0.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/*
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2018-06-13 Thread Hans de Graaff
commit: e5054b482b3322eda3e12a2aa9bf13f12ea55fb7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 14 04:32:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 14 04:32:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5054b48

dev-ruby/activeldap: add 5.2.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-5.2.1.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index e24132e47be..badb35a379d 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,4 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 DIST activeldap-5.1.1.gem 224768 BLAKE2B 
cbb54a3e442592ffcd46b99dc92301955e0ec2e6930c7dff0159ddc41166311f9f7b06a0d878dff4180962d6811690fc55e6eef9693048d485672dc83560b63f
 SHA512 
13ae4f05717a9de80f56e19033e694ae1291cf4486dc4c69055892fb2c43469b0dba968949bd668a89d035126d8bde144ad410313dce0d6de80a4ddff884a745
 DIST activeldap-5.2.0.gem 224768 BLAKE2B 
ae0aa9b2f33121bef3974fdcda5dc06278072241165b5c049fe23bcda8572603dd7695e8839892075ab928e3653c8dd8b6ec87fa17e8c5f9ddb0422b13821676
 SHA512 
72796a48cb067d61c4f278a3d74f81ebc2c0b1ef648cc02bdf9db0bf9b04a93a924dca3f6134b44c7a9cded7a292984099bd544796b94fb435e21b09d7fc48b3
+DIST activeldap-5.2.1.gem 224768 BLAKE2B 
270936f4d8183b6d143f58a662c152a66c0778789c8c7b3e604f2f3aacbdefe0634ed636c35a8cd4fda7cf5b15b5f1fa133e4a6432cf342f42a1e9089daf4a2b
 SHA512 
025f30c545c3f9fd69220557a18f597a4298b06ad5ea67a5f335107aec27a5d5225e7e808b036d245287a642824ba74f583451adfaa585ac2f4f323d737319b9

diff --git a/dev-ruby/activeldap/activeldap-5.2.1.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.1.ebuild
new file mode 100644
index 000..be5311720e6
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-5.2.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24"
+
+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.0.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/*
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2018-05-08 Thread Hans de Graaff
commit: eccfac0b6f958ee375917c4de25f02f903d4aa9d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May  9 03:55:58 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May  9 03:55:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccfac0b

dev-ruby/activeldap: add 5.2.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-5.2.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 7c3b54e887d..e24132e47be 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1,3 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 DIST activeldap-5.1.1.gem 224768 BLAKE2B 
cbb54a3e442592ffcd46b99dc92301955e0ec2e6930c7dff0159ddc41166311f9f7b06a0d878dff4180962d6811690fc55e6eef9693048d485672dc83560b63f
 SHA512 
13ae4f05717a9de80f56e19033e694ae1291cf4486dc4c69055892fb2c43469b0dba968949bd668a89d035126d8bde144ad410313dce0d6de80a4ddff884a745
+DIST activeldap-5.2.0.gem 224768 BLAKE2B 
ae0aa9b2f33121bef3974fdcda5dc06278072241165b5c049fe23bcda8572603dd7695e8839892075ab928e3653c8dd8b6ec87fa17e8c5f9ddb0422b13821676
 SHA512 
72796a48cb067d61c4f278a3d74f81ebc2c0b1ef648cc02bdf9db0bf9b04a93a924dca3f6134b44c7a9cded7a292984099bd544796b94fb435e21b09d7fc48b3

diff --git a/dev-ruby/activeldap/activeldap-5.2.0.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.0.ebuild
new file mode 100644
index 000..be5311720e6
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-5.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24"
+
+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.0.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/*
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2018-05-05 Thread Hans de Graaff
commit: 25f2e7198ac4b31aacb75fa069f9547588682f82
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  6 06:04:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May  6 06:04:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f2e719

dev-ruby/activeldap: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/activeldap/Manifest|  1 -
 dev-ruby/activeldap/activeldap-5.1.0.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 005ceab94fe..7c3b54e887d 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,2 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
-DIST activeldap-5.1.0.gem 224768 BLAKE2B 
de3a9807ae251de7cf2824da759d4e3d78fc232c6614c67bd827e3746328adc21f9877bd267d51e4e7b727e6b73be5fad77f48cd3f9f7c74d61fedd103a368d8
 SHA512 
8bed994f1477429c96001ce69be89581742e2ed00e48a8a59b9eeb08db6e327faf0a1b8eb3746e7f8680a8814d90bf3e1c2fa4f160d661358c1d61b792e3d54d
 DIST activeldap-5.1.1.gem 224768 BLAKE2B 
cbb54a3e442592ffcd46b99dc92301955e0ec2e6930c7dff0159ddc41166311f9f7b06a0d878dff4180962d6811690fc55e6eef9693048d485672dc83560b63f
 SHA512 
13ae4f05717a9de80f56e19033e694ae1291cf4486dc4c69055892fb2c43469b0dba968949bd668a89d035126d8bde144ad410313dce0d6de80a4ddff884a745

diff --git a/dev-ruby/activeldap/activeldap-5.1.0.ebuild 
b/dev-ruby/activeldap/activeldap-5.1.0.ebuild
deleted file mode 100644
index 74599bd08b9..000
--- a/dev-ruby/activeldap/activeldap-5.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
-
-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.0.0:*
-   dev-ruby/locale
-   dev-ruby/ruby-gettext
-   dev-ruby/gettext_i18n_rails
-   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc doc/text/*
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}



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

2018-03-02 Thread Hans de Graaff
commit: f5022f0d3ebf998c5226263ac35c28819e1000f0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  2 08:34:52 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  2 09:56:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5022f0d

dev-ruby/activeldap: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/activeldap/activeldap-4.0.6.ebuild 
b/dev-ruby/activeldap/activeldap-4.0.6.ebuild
index 30358d6a9ef..7d974c43a6c 100644
--- a/dev-ruby/activeldap/activeldap-4.0.6.ebuild
+++ b/dev-ruby/activeldap/activeldap-4.0.6.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"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"



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

2018-02-26 Thread Hans de Graaff
commit: 2fa2b9a381160d096d7ca23550ed525c502e8923
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 27 06:06:50 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 27 06:07:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa2b9a3

dev-ruby/activeldap: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/activeldap/activeldap-5.1.1.ebuild 
b/dev-ruby/activeldap/activeldap-5.1.1.ebuild
index 88e121e87f4..ca069655c50 100644
--- a/dev-ruby/activeldap/activeldap-5.1.1.ebuild
+++ b/dev-ruby/activeldap/activeldap-5.1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"



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

2018-01-16 Thread Hans de Graaff
commit: 0588df53fec2e6dee8fddb4036455a61761a85e4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 17 05:57:04 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 17 05:57:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0588df53

dev-ruby/activeldap: add 5.1.1

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-5.1.1.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 4473be03626..005ceab94fe 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1,3 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 DIST activeldap-5.1.0.gem 224768 BLAKE2B 
de3a9807ae251de7cf2824da759d4e3d78fc232c6614c67bd827e3746328adc21f9877bd267d51e4e7b727e6b73be5fad77f48cd3f9f7c74d61fedd103a368d8
 SHA512 
8bed994f1477429c96001ce69be89581742e2ed00e48a8a59b9eeb08db6e327faf0a1b8eb3746e7f8680a8814d90bf3e1c2fa4f160d661358c1d61b792e3d54d
+DIST activeldap-5.1.1.gem 224768 BLAKE2B 
cbb54a3e442592ffcd46b99dc92301955e0ec2e6930c7dff0159ddc41166311f9f7b06a0d878dff4180962d6811690fc55e6eef9693048d485672dc83560b63f
 SHA512 
13ae4f05717a9de80f56e19033e694ae1291cf4486dc4c69055892fb2c43469b0dba968949bd668a89d035126d8bde144ad410313dce0d6de80a4ddff884a745

diff --git a/dev-ruby/activeldap/activeldap-5.1.1.ebuild 
b/dev-ruby/activeldap/activeldap-5.1.1.ebuild
new file mode 100644
index 000..88e121e87f4
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-5.1.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23"
+
+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.0.0:*
+   dev-ruby/locale
+   dev-ruby/ruby-gettext
+   dev-ruby/gettext_i18n_rails
+   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc doc/text/*
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2017-05-16 Thread Hans de Graaff
commit: 4b6a17a7d023d008afb19d9e4c11763f94dc6a30
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 17 04:49:25 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 17 04:49:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6a17a7

dev-ruby/activeldap: add 5.1.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-5.1.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 756ff7685c9..73f94e2a29a 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1 +1,2 @@
 DIST activeldap-4.0.6.gem 225280 SHA256 
2b3660db97d49569eb514d1ab81a01eb3bbed7427cb95f38fef53eac3227be3e SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 WHIRLPOOL 
4a9d282c8042feeeda3119c524e42fe783fafb1c040e09a5e7099c3a934ace0db9babed286334d125ed6e162fcbfc2284398e883f1285ae56176affc65f3abbd
+DIST activeldap-5.1.0.gem 224768 SHA256 
8e029e35315c2cb6ff0bcc0f5e4dc88d42b4def3ed97c741538b11817c704ca5 SHA512 
8bed994f1477429c96001ce69be89581742e2ed00e48a8a59b9eeb08db6e327faf0a1b8eb3746e7f8680a8814d90bf3e1c2fa4f160d661358c1d61b792e3d54d
 WHIRLPOOL 
879e16823da16f362468b3606a9fa8171b91db9179ce7e6dbba48bae06a08fe422c2d7035c40b9371d431e05db761b8ad319feb22607e5b359717b1387a57ea2

diff --git a/dev-ruby/activeldap/activeldap-5.1.0.ebuild 
b/dev-ruby/activeldap/activeldap-5.1.0.ebuild
new file mode 100644
index 000..74599bd08b9
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-5.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+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.0.0:*
+   dev-ruby/locale
+   dev-ruby/ruby-gettext
+   dev-ruby/gettext_i18n_rails
+   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc doc/text/*
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2017-05-06 Thread Hans de Graaff
commit: 193b0687a8347d3cba311b716b6977c3a1becc03
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  6 07:28:07 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  6 07:51:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193b0687

dev-ruby/activeldap: add ruby23

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/activeldap/activeldap-4.0.6.ebuild 
b/dev-ruby/activeldap/activeldap-4.0.6.ebuild
index 20815990bc0..30358d6a9ef 100644
--- a/dev-ruby/activeldap/activeldap-4.0.6.ebuild
+++ b/dev-ruby/activeldap/activeldap-4.0.6.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"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"



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

2016-08-22 Thread Hans de Graaff
commit: 39291428dec9b42235e0d3ccfa11d98496f2ee26
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 22 19:46:51 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 22 19:46:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39291428

dev-ruby/activeldap: add ruby22

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/activeldap/activeldap-4.0.6.ebuild 
b/dev-ruby/activeldap/activeldap-4.0.6.ebuild
index cb8ce16..0bdec02 100644
--- a/dev-ruby/activeldap/activeldap-4.0.6.ebuild
+++ b/dev-ruby/activeldap/activeldap-4.0.6.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"



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

2016-08-22 Thread Hans de Graaff
commit: 2af4f33c65093f10e91c2fbd3d6ab3aea6af6c14
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 22 19:44:02 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 22 19:44:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af4f33c

dev-ruby/activeldap: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/activeldap/Manifest|  1 -
 dev-ruby/activeldap/activeldap-4.0.5.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 3a84642..756ff76 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1 @@
-DIST activeldap-4.0.5.gem 224768 SHA256 
bcae4c7eea8250c3daf819209c7f269d531dc7741c68e8e5d57cad2bc951a49d SHA512 
bf311997d96e90af796e70870a8b24da884547d6f8db7658a5093470261e6fd70585bca527f21447397aee1f1baaa91c79117884efbf70f4d976adcde025db80
 WHIRLPOOL 
ea5adf3256ff99478a2a2d4aa6e0d856c8e9c27a269a22fe6d1856439d40d869a563c789c5aa10a8b61da2d7bc7193ba93cae1bc51b598633bd2429ae3e124ba
 DIST activeldap-4.0.6.gem 225280 SHA256 
2b3660db97d49569eb514d1ab81a01eb3bbed7427cb95f38fef53eac3227be3e SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 WHIRLPOOL 
4a9d282c8042feeeda3119c524e42fe783fafb1c040e09a5e7099c3a934ace0db9babed286334d125ed6e162fcbfc2284398e883f1285ae56176affc65f3abbd

diff --git a/dev-ruby/activeldap/activeldap-4.0.5.ebuild 
b/dev-ruby/activeldap/activeldap-4.0.5.ebuild
deleted file mode 100644
index cb8ce16..000
--- a/dev-ruby/activeldap/activeldap-4.0.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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_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="4"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Most tests require a live LDAP server to run.
-RESTRICT="test"
-
-ruby_add_rdepend "
-   >dev-ruby/activemodel-4.0.0:*
-   dev-ruby/locale
-   dev-ruby/ruby-gettext
-   dev-ruby/gettext_i18n_rails
-   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc doc/text/*
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activeldap/, profiles/

2016-08-07 Thread Michał Górny
commit: a5a5d690f1f02adde4362c4206fbd165622faac4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  7 17:51:07 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  7 18:34:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a5d690

dev-ruby/activeldap: Prune slot 3 (along with Rails 3.2)

 dev-ruby/activeldap/Manifest|  1 -
 dev-ruby/activeldap/activeldap-3.2.2.ebuild | 42 -
 profiles/package.mask   |  1 -
 3 files changed, 44 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 0a6d7c2..3a84642 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,2 @@
-DIST activeldap-3.2.2.gem 218624 SHA256 
2c8f1c5ca5d32ef6c98cc9ad00933a10b3ed9fc0d77eaea504a5615e6e37ece0 SHA512 
f3a802fa1e05b2140fc0c14035ce4ec7037496a2de50908a1143bf3a2c89cf9de6a339ead075b38e7f8b8f7f78314cfd9fe414b64e71e89bdd8dce6b9ab7a1ad
 WHIRLPOOL 
a07beca35e89738cc1fa39c5cfd193a63240708ab857812795fe02c148e73ef2e9e1865e286d82608c8fbbf78e4f87c6afc66f8a506b0de51550a0dd006bff6a
 DIST activeldap-4.0.5.gem 224768 SHA256 
bcae4c7eea8250c3daf819209c7f269d531dc7741c68e8e5d57cad2bc951a49d SHA512 
bf311997d96e90af796e70870a8b24da884547d6f8db7658a5093470261e6fd70585bca527f21447397aee1f1baaa91c79117884efbf70f4d976adcde025db80
 WHIRLPOOL 
ea5adf3256ff99478a2a2d4aa6e0d856c8e9c27a269a22fe6d1856439d40d869a563c789c5aa10a8b61da2d7bc7193ba93cae1bc51b598633bd2429ae3e124ba
 DIST activeldap-4.0.6.gem 225280 SHA256 
2b3660db97d49569eb514d1ab81a01eb3bbed7427cb95f38fef53eac3227be3e SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 WHIRLPOOL 
4a9d282c8042feeeda3119c524e42fe783fafb1c040e09a5e7099c3a934ace0db9babed286334d125ed6e162fcbfc2284398e883f1285ae56176affc65f3abbd

diff --git a/dev-ruby/activeldap/activeldap-3.2.2.ebuild 
b/dev-ruby/activeldap/activeldap-3.2.2.ebuild
deleted file mode 100644
index caf52c0..000
--- a/dev-ruby/activeldap/activeldap-3.2.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.textile TODO"
-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="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Most tests require a live LDAP server to run.
-RESTRICT="test"
-
-ruby_add_bdepend "dev-ruby/hoe"
-
-ruby_add_rdepend "
-   >=dev-ruby/activemodel-3.2.8:3.2
-   dev-ruby/locale
-   dev-ruby/ruby-gettext
-   dev-ruby/gettext_i18n_rails
-   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc doc/text/*
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 741fb95..602dab3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -233,7 +233,6 @@ dev-ruby/activesupport:3.2
 dev-ruby/coffee-rails:3.2
 dev-ruby/mongoid
 dev-ruby/sass-rails:3.2
-dev-ruby/activeldap:3
 
 # Aaron Bauman  (30 Jun 2016)
 # Unpatched security vulnerability per bug #509920



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

2016-04-09 Thread Hans de Graaff
commit: 6ee0ad11c860aa6e925da8939c6c55ee4458f70a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  9 05:27:44 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr  9 08:38:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee0ad11

dev-ruby/activeldap: add 4.0.6

Package-Manager: portage-2.2.26

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-4.0.6.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index ab0746d..0a6d7c2 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1,3 @@
 DIST activeldap-3.2.2.gem 218624 SHA256 
2c8f1c5ca5d32ef6c98cc9ad00933a10b3ed9fc0d77eaea504a5615e6e37ece0 SHA512 
f3a802fa1e05b2140fc0c14035ce4ec7037496a2de50908a1143bf3a2c89cf9de6a339ead075b38e7f8b8f7f78314cfd9fe414b64e71e89bdd8dce6b9ab7a1ad
 WHIRLPOOL 
a07beca35e89738cc1fa39c5cfd193a63240708ab857812795fe02c148e73ef2e9e1865e286d82608c8fbbf78e4f87c6afc66f8a506b0de51550a0dd006bff6a
 DIST activeldap-4.0.5.gem 224768 SHA256 
bcae4c7eea8250c3daf819209c7f269d531dc7741c68e8e5d57cad2bc951a49d SHA512 
bf311997d96e90af796e70870a8b24da884547d6f8db7658a5093470261e6fd70585bca527f21447397aee1f1baaa91c79117884efbf70f4d976adcde025db80
 WHIRLPOOL 
ea5adf3256ff99478a2a2d4aa6e0d856c8e9c27a269a22fe6d1856439d40d869a563c789c5aa10a8b61da2d7bc7193ba93cae1bc51b598633bd2429ae3e124ba
+DIST activeldap-4.0.6.gem 225280 SHA256 
2b3660db97d49569eb514d1ab81a01eb3bbed7427cb95f38fef53eac3227be3e SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 WHIRLPOOL 
4a9d282c8042feeeda3119c524e42fe783fafb1c040e09a5e7099c3a934ace0db9babed286334d125ed6e162fcbfc2284398e883f1285ae56176affc65f3abbd

diff --git a/dev-ruby/activeldap/activeldap-4.0.6.ebuild 
b/dev-ruby/activeldap/activeldap-4.0.6.ebuild
new file mode 100644
index 000..cb8ce16
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-4.0.6.ebuild
@@ -0,0 +1,40 @@
+# 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_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="4"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Most tests require a live LDAP server to run.
+RESTRICT="test"
+
+ruby_add_rdepend "
+   >dev-ruby/activemodel-4.0.0:*
+   dev-ruby/locale
+   dev-ruby/ruby-gettext
+   dev-ruby/gettext_i18n_rails
+   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc doc/text/*
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2016-03-21 Thread Manuel Rüger
commit: 221119bf85963b4d96ed4a85a94a68c78d321ac5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 21 22:07:00 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 21 22:07:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221119bf

dev-ruby/activeldap: Fix description

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/activeldap/activeldap-3.2.2.ebuild 
b/dev-ruby/activeldap/activeldap-3.2.2.ebuild
index e6871ae..caf52c0 100644
--- a/dev-ruby/activeldap/activeldap-3.2.2.ebuild
+++ b/dev-ruby/activeldap/activeldap-3.2.2.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="po"
 inherit ruby-fakegem
 
 MY_P="${P/ruby-/}"
-DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented 
interface to LDAP"
+DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented 
interface to LDAP"
 HOMEPAGE="https://github.com/activeldap/activeldap";
 
 LICENSE="GPL-2"



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

2016-03-21 Thread Manuel Rüger
commit: dfd37a77faadf18967e06f73dbcb115b35bec103
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 21 22:06:16 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 21 22:07:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd37a77

dev-ruby/activeldap: Remove old

Package-Manager: portage-2.2.28

 dev-ruby/activeldap/Manifest   |  1 -
 dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 862ad18..ab0746d 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,2 @@
 DIST activeldap-3.2.2.gem 218624 SHA256 
2c8f1c5ca5d32ef6c98cc9ad00933a10b3ed9fc0d77eaea504a5615e6e37ece0 SHA512 
f3a802fa1e05b2140fc0c14035ce4ec7037496a2de50908a1143bf3a2c89cf9de6a339ead075b38e7f8b8f7f78314cfd9fe414b64e71e89bdd8dce6b9ab7a1ad
 WHIRLPOOL 
a07beca35e89738cc1fa39c5cfd193a63240708ab857812795fe02c148e73ef2e9e1865e286d82608c8fbbf78e4f87c6afc66f8a506b0de51550a0dd006bff6a
-DIST activeldap-4.0.4.gem 223744 SHA256 
837f2a3b3249a0be1c53d4b063422a1cf021cf9f746b8dbce4d4fefbcb7460fb SHA512 
24ca2c07ecab2d1b96b7837366e510e5cc53f7081e3a92b2c0962281d88453c5cfc65d837a2439b096fd3b517182d02f0507deca4cf694d80736d8192479a91b
 WHIRLPOOL 
8decf4dc0b4c1101f87444ac8f43f35db916752635a8a61daf4e63a7bb57104cdfc3c5de3d41f062b840d314908f21328eebaf4a5cdb37876fb379000704b1d0
 DIST activeldap-4.0.5.gem 224768 SHA256 
bcae4c7eea8250c3daf819209c7f269d531dc7741c68e8e5d57cad2bc951a49d SHA512 
bf311997d96e90af796e70870a8b24da884547d6f8db7658a5093470261e6fd70585bca527f21447397aee1f1baaa91c79117884efbf70f4d976adcde025db80
 WHIRLPOOL 
ea5adf3256ff99478a2a2d4aa6e0d856c8e9c27a269a22fe6d1856439d40d869a563c789c5aa10a8b61da2d7bc7193ba93cae1bc51b598633bd2429ae3e124ba

diff --git a/dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild 
b/dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild
deleted file mode 100644
index aa58683..000
--- a/dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"
-RUBY_FAKEGEM_EXTRAINSTALL="po"
-
-inherit ruby-fakegem
-
-MY_P="${P/ruby-/}"
-DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented 
interface to LDAP"
-HOMEPAGE="https://github.com/activeldap/activeldap";
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Most tests require a live LDAP server to run.
-RESTRICT="test"
-
-ruby_add_rdepend "
-   >dev-ruby/activemodel-4.0.0:*
-   dev-ruby/locale
-   dev-ruby/ruby-gettext
-   dev-ruby/gettext_i18n_rails
-   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc doc/text/*
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}



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

2016-03-19 Thread Manuel Rüger
commit: 36d43e0bf3ebae9e6dcdea3554a8dd88e8ea59fe
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Mar 17 00:20:19 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Mar 17 00:20:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d43e0b

dev-ruby/activeldap: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/activeldap/activeldap-3.2.2.ebuild| 4 ++--
 dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/activeldap/activeldap-3.2.2.ebuild 
b/dev-ruby/activeldap/activeldap-3.2.2.ebuild
index ff4729a..e6871ae 100644
--- a/dev-ruby/activeldap/activeldap-3.2.2.ebuild
+++ b/dev-ruby/activeldap/activeldap-3.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=4
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.textile TODO"

diff --git a/dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild 
b/dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild
index 452f4c5..aa58683 100644
--- a/dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild
+++ b/dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"



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

2016-01-20 Thread Hans de Graaff
commit: 6d9cb0c0cf757d4c8359cbcbcc7e138cd8a55cfb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 21 06:52:41 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 21 06:52:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9cb0c0

dev-ruby/activeldap: add 4.0.5

Package-Manager: portage-2.2.26

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-4.0.5.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 9356520..862ad18 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1,3 @@
 DIST activeldap-3.2.2.gem 218624 SHA256 
2c8f1c5ca5d32ef6c98cc9ad00933a10b3ed9fc0d77eaea504a5615e6e37ece0 SHA512 
f3a802fa1e05b2140fc0c14035ce4ec7037496a2de50908a1143bf3a2c89cf9de6a339ead075b38e7f8b8f7f78314cfd9fe414b64e71e89bdd8dce6b9ab7a1ad
 WHIRLPOOL 
a07beca35e89738cc1fa39c5cfd193a63240708ab857812795fe02c148e73ef2e9e1865e286d82608c8fbbf78e4f87c6afc66f8a506b0de51550a0dd006bff6a
 DIST activeldap-4.0.4.gem 223744 SHA256 
837f2a3b3249a0be1c53d4b063422a1cf021cf9f746b8dbce4d4fefbcb7460fb SHA512 
24ca2c07ecab2d1b96b7837366e510e5cc53f7081e3a92b2c0962281d88453c5cfc65d837a2439b096fd3b517182d02f0507deca4cf694d80736d8192479a91b
 WHIRLPOOL 
8decf4dc0b4c1101f87444ac8f43f35db916752635a8a61daf4e63a7bb57104cdfc3c5de3d41f062b840d314908f21328eebaf4a5cdb37876fb379000704b1d0
+DIST activeldap-4.0.5.gem 224768 SHA256 
bcae4c7eea8250c3daf819209c7f269d531dc7741c68e8e5d57cad2bc951a49d SHA512 
bf311997d96e90af796e70870a8b24da884547d6f8db7658a5093470261e6fd70585bca527f21447397aee1f1baaa91c79117884efbf70f4d976adcde025db80
 WHIRLPOOL 
ea5adf3256ff99478a2a2d4aa6e0d856c8e9c27a269a22fe6d1856439d40d869a563c789c5aa10a8b61da2d7bc7193ba93cae1bc51b598633bd2429ae3e124ba

diff --git a/dev-ruby/activeldap/activeldap-4.0.5.ebuild 
b/dev-ruby/activeldap/activeldap-4.0.5.ebuild
new file mode 100644
index 000..cb8ce16
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-4.0.5.ebuild
@@ -0,0 +1,40 @@
+# 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_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="4"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Most tests require a live LDAP server to run.
+RESTRICT="test"
+
+ruby_add_rdepend "
+   >dev-ruby/activemodel-4.0.0:*
+   dev-ruby/locale
+   dev-ruby/ruby-gettext
+   dev-ruby/gettext_i18n_rails
+   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc doc/text/*
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2015-12-31 Thread Hans de Graaff
commit: debdcbe8d06a5e6f85286ab41861c09855e49a8e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 31 08:22:19 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 31 08:28:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debdcbe8

dev-ruby/activeldap: cleanup

Package-Manager: portage-2.2.24

 dev-ruby/activeldap/activeldap-4.0.4.ebuild | 40 -
 1 file changed, 40 deletions(-)

diff --git a/dev-ruby/activeldap/activeldap-4.0.4.ebuild 
b/dev-ruby/activeldap/activeldap-4.0.4.ebuild
deleted file mode 100644
index dc1d410..000
--- a/dev-ruby/activeldap/activeldap-4.0.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"
-RUBY_FAKEGEM_EXTRAINSTALL="po"
-
-inherit ruby-fakegem
-
-MY_P="${P/ruby-/}"
-DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented 
interface to LDAP"
-HOMEPAGE="https://github.com/activeldap/activeldap";
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Most tests require a live LDAP server to run.
-RESTRICT="test"
-
-ruby_add_rdepend "
-   >=dev-ruby/activemodel-4.0.0:4.0
-   dev-ruby/locale
-   dev-ruby/ruby-gettext
-   dev-ruby/gettext_i18n_rails
-   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc doc/text/*
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}



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

2015-11-29 Thread Hans de Graaff
commit: 4d794d9bd5182aa5b20322b03017fed03108f97a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 29 09:20:42 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 29 09:21:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d794d9b

dev-ruby/activeldap: fix activemodel dependency to match gem

Package-Manager: portage-2.2.20.1

 dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild 
b/dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild
new file mode 100644
index 000..452f4c5
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-4.0.4-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"
+RUBY_FAKEGEM_EXTRAINSTALL="po"
+
+inherit ruby-fakegem
+
+MY_P="${P/ruby-/}"
+DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented 
interface to LDAP"
+HOMEPAGE="https://github.com/activeldap/activeldap";
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Most tests require a live LDAP server to run.
+RESTRICT="test"
+
+ruby_add_rdepend "
+   >dev-ruby/activemodel-4.0.0:*
+   dev-ruby/locale
+   dev-ruby/ruby-gettext
+   dev-ruby/gettext_i18n_rails
+   || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc doc/text/*
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}