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