Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activeldap/
Date: Fri, 15 Feb 2019 10:17:55
Message-Id: 1550225776.15dabae4d6254cce1813b70820a8f671d8fef17d.graaff@gentoo
1 commit: 15dabae4d6254cce1813b70820a8f671d8fef17d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 06:50:04 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 10:16:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15dabae4
7
8 dev-ruby/activeldap: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/activeldap/Manifest | 3 ---
14 dev-ruby/activeldap/activeldap-5.1.1.ebuild | 39 ----------------------------
15 dev-ruby/activeldap/activeldap-5.2.0.ebuild | 40 -----------------------------
16 dev-ruby/activeldap/activeldap-5.2.1.ebuild | 40 -----------------------------
17 4 files changed, 122 deletions(-)
18
19 diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
20 index 36abb5b6c17..e0c91a3191e 100644
21 --- a/dev-ruby/activeldap/Manifest
22 +++ b/dev-ruby/activeldap/Manifest
23 @@ -1,5 +1,2 @@
24 DIST activeldap-4.0.6.gem 225280 BLAKE2B 0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15 SHA512 03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
25 -DIST activeldap-5.1.1.gem 224768 BLAKE2B cbb54a3e442592ffcd46b99dc92301955e0ec2e6930c7dff0159ddc41166311f9f7b06a0d878dff4180962d6811690fc55e6eef9693048d485672dc83560b63f SHA512 13ae4f05717a9de80f56e19033e694ae1291cf4486dc4c69055892fb2c43469b0dba968949bd668a89d035126d8bde144ad410313dce0d6de80a4ddff884a745
26 -DIST activeldap-5.2.0.gem 224768 BLAKE2B ae0aa9b2f33121bef3974fdcda5dc06278072241165b5c049fe23bcda8572603dd7695e8839892075ab928e3653c8dd8b6ec87fa17e8c5f9ddb0422b13821676 SHA512 72796a48cb067d61c4f278a3d74f81ebc2c0b1ef648cc02bdf9db0bf9b04a93a924dca3f6134b44c7a9cded7a292984099bd544796b94fb435e21b09d7fc48b3
27 -DIST activeldap-5.2.1.gem 224768 BLAKE2B 270936f4d8183b6d143f58a662c152a66c0778789c8c7b3e604f2f3aacbdefe0634ed636c35a8cd4fda7cf5b15b5f1fa133e4a6432cf342f42a1e9089daf4a2b SHA512 025f30c545c3f9fd69220557a18f597a4298b06ad5ea67a5f335107aec27a5d5225e7e808b036d245287a642824ba74f583451adfaa585ac2f4f323d737319b9
28 DIST activeldap-5.2.2.gem 225280 BLAKE2B a31f77f1e93e5130f6d1a026ea804fca192273ac66c7f04218a5465c79f25934d7a289bcd66e5e7910ef679f9e043f4c22c14607b2f44bc93039e90f3082e798 SHA512 303f26289848b0580a827aa3ea8446ff38dc0604eac7d976f48c7c751c7fe31f918af17a5d530943711dfbf2808e9712ab71ff5cc8c657f78ba60d1c6e3d6072
29
30 diff --git a/dev-ruby/activeldap/activeldap-5.1.1.ebuild b/dev-ruby/activeldap/activeldap-5.1.1.ebuild
31 deleted file mode 100644
32 index ca069655c50..00000000000
33 --- a/dev-ruby/activeldap/activeldap-5.1.1.ebuild
34 +++ /dev/null
35 @@ -1,39 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -USE_RUBY="ruby22 ruby23 ruby24"
41 -
42 -RUBY_FAKEGEM_TASK_DOC=""
43 -RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"
44 -RUBY_FAKEGEM_EXTRAINSTALL="po"
45 -
46 -inherit ruby-fakegem
47 -
48 -MY_P="${P/ruby-/}"
49 -DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
50 -HOMEPAGE="https://github.com/activeldap/activeldap"
51 -
52 -LICENSE="GPL-2"
53 -SLOT="5"
54 -KEYWORDS="~amd64"
55 -IUSE=""
56 -
57 -# Most tests require a live LDAP server to run.
58 -RESTRICT="test"
59 -
60 -ruby_add_rdepend "
61 - >dev-ruby/activemodel-4.0.0:*
62 - dev-ruby/locale
63 - dev-ruby/ruby-gettext
64 - dev-ruby/gettext_i18n_rails
65 - || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
66 -
67 -all_ruby_install() {
68 - all_fakegem_install
69 -
70 - dodoc doc/text/*
71 -
72 - insinto /usr/share/doc/${PF}
73 - doins -r examples
74 -}
75
76 diff --git a/dev-ruby/activeldap/activeldap-5.2.0.ebuild b/dev-ruby/activeldap/activeldap-5.2.0.ebuild
77 deleted file mode 100644
78 index be5311720e6..00000000000
79 --- a/dev-ruby/activeldap/activeldap-5.2.0.ebuild
80 +++ /dev/null
81 @@ -1,40 +0,0 @@
82 -# Copyright 1999-2018 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=6
86 -USE_RUBY="ruby23 ruby24"
87 -
88 -RUBY_FAKEGEM_TASK_DOC=""
89 -RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"
90 -RUBY_FAKEGEM_EXTRAINSTALL="po"
91 -
92 -inherit ruby-fakegem
93 -
94 -MY_P="${P/ruby-/}"
95 -DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
96 -HOMEPAGE="https://github.com/activeldap/activeldap"
97 -
98 -LICENSE="GPL-2"
99 -SLOT="5"
100 -KEYWORDS="~amd64"
101 -IUSE=""
102 -
103 -# Most tests require a live LDAP server to run.
104 -RESTRICT="test"
105 -
106 -ruby_add_rdepend "
107 - >dev-ruby/activemodel-4.0.0:*
108 - dev-ruby/builder
109 - dev-ruby/locale
110 - dev-ruby/ruby-gettext
111 - dev-ruby/gettext_i18n_rails
112 - || ( dev-ruby/ruby-net-ldap >=dev-ruby/ruby-ldap-0.8.2 )"
113 -
114 -all_ruby_install() {
115 - all_fakegem_install
116 -
117 - dodoc doc/text/*
118 -
119 - insinto /usr/share/doc/${PF}
120 - doins -r examples
121 -}
122
123 diff --git a/dev-ruby/activeldap/activeldap-5.2.1.ebuild b/dev-ruby/activeldap/activeldap-5.2.1.ebuild
124 deleted file mode 100644
125 index be5311720e6..00000000000
126 --- a/dev-ruby/activeldap/activeldap-5.2.1.ebuild
127 +++ /dev/null
128 @@ -1,40 +0,0 @@
129 -# Copyright 1999-2018 Gentoo Foundation
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=6
133 -USE_RUBY="ruby23 ruby24"
134 -
135 -RUBY_FAKEGEM_TASK_DOC=""
136 -RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"
137 -RUBY_FAKEGEM_EXTRAINSTALL="po"
138 -
139 -inherit ruby-fakegem
140 -
141 -MY_P="${P/ruby-/}"
142 -DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
143 -HOMEPAGE="https://github.com/activeldap/activeldap"
144 -
145 -LICENSE="GPL-2"
146 -SLOT="5"
147 -KEYWORDS="~amd64"
148 -IUSE=""
149 -
150 -# Most tests require a live LDAP server to run.
151 -RESTRICT="test"
152 -
153 -ruby_add_rdepend "
154 - >dev-ruby/activemodel-4.0.0:*
155 - dev-ruby/builder
156 - dev-ruby/locale
157 - dev-ruby/ruby-gettext
158 - dev-ruby/gettext_i18n_rails
159 - || ( dev-ruby/ruby-net-ldap >=dev-ruby/ruby-ldap-0.8.2 )"
160 -
161 -all_ruby_install() {
162 - all_fakegem_install
163 -
164 - dodoc doc/text/*
165 -
166 - insinto /usr/share/doc/${PF}
167 - doins -r examples
168 -}