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: Sun, 17 Nov 2019 07:36:37
Message-Id: 1573976182.39371335644781c1cce2568879cde29cc1f4692e.graaff@gentoo
1 commit: 39371335644781c1cce2568879cde29cc1f4692e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 06:10:07 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 07:36:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39371335
7
8 dev-ruby/activeldap: cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/activeldap/Manifest | 1 -
14 dev-ruby/activeldap/activeldap-5.2.3.ebuild | 40 -----------------------------
15 2 files changed, 41 deletions(-)
16
17 diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
18 index 798a6501f7d..61994ed2481 100644
19 --- a/dev-ruby/activeldap/Manifest
20 +++ b/dev-ruby/activeldap/Manifest
21 @@ -1,3 +1,2 @@
22 DIST activeldap-4.0.6.gem 225280 BLAKE2B 0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15 SHA512 03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
23 -DIST activeldap-5.2.3.gem 226304 BLAKE2B 5ac747f9c854071da941bd7dc3bbf151eb9f6b190a725b0daca9a9c76b1aafa9fcb609c16098924c3f9bda6f25d9968c4a715a0f2994333c233a950f809cf862 SHA512 30fb4b70975e5a911d736ce8579f3ff0c13d326499660a6fdd25bc4e4d20ad615c038c0b50bdf1722775f6313e9c132a004c86fdb9d3a356f78171f78c5d171b
24 DIST activeldap-5.2.4.gem 226304 BLAKE2B f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60 SHA512 da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
25
26 diff --git a/dev-ruby/activeldap/activeldap-5.2.3.ebuild b/dev-ruby/activeldap/activeldap-5.2.3.ebuild
27 deleted file mode 100644
28 index 9b763decfa5..00000000000
29 --- a/dev-ruby/activeldap/activeldap-5.2.3.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -USE_RUBY="ruby23 ruby24 ruby25"
37 -
38 -RUBY_FAKEGEM_TASK_DOC=""
39 -RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"
40 -RUBY_FAKEGEM_EXTRAINSTALL="po"
41 -
42 -inherit ruby-fakegem
43 -
44 -MY_P="${P/ruby-/}"
45 -DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
46 -HOMEPAGE="https://github.com/activeldap/activeldap"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="5"
50 -KEYWORDS="~amd64"
51 -IUSE=""
52 -
53 -# Most tests require a live LDAP server to run.
54 -RESTRICT="test"
55 -
56 -ruby_add_rdepend "
57 - >dev-ruby/activemodel-4.0.0:*
58 - dev-ruby/builder
59 - dev-ruby/locale
60 - dev-ruby/ruby-gettext
61 - dev-ruby/gettext_i18n_rails
62 - || ( dev-ruby/ruby-net-ldap >=dev-ruby/ruby-ldap-0.8.2 )"
63 -
64 -all_ruby_install() {
65 - all_fakegem_install
66 -
67 - dodoc doc/text/*
68 -
69 - insinto /usr/share/doc/${PF}
70 - doins -r examples
71 -}