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: Thu, 31 Dec 2015 08:29:41
Message-Id: 1451550514.debdcbe8d06a5e6f85286ab41861c09855e49a8e.graaff@gentoo
1 commit: debdcbe8d06a5e6f85286ab41861c09855e49a8e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 08:22:19 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 08:28:34 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debdcbe8
7
8 dev-ruby/activeldap: cleanup
9
10 Package-Manager: portage-2.2.24
11
12 dev-ruby/activeldap/activeldap-4.0.4.ebuild | 40 -----------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/dev-ruby/activeldap/activeldap-4.0.4.ebuild b/dev-ruby/activeldap/activeldap-4.0.4.ebuild
16 deleted file mode 100644
17 index dc1d410..0000000
18 --- a/dev-ruby/activeldap/activeldap-4.0.4.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -USE_RUBY="ruby19 ruby20 ruby21"
27 -
28 -RUBY_FAKEGEM_TASK_DOC=""
29 -RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"
30 -RUBY_FAKEGEM_EXTRAINSTALL="po"
31 -
32 -inherit ruby-fakegem
33 -
34 -MY_P="${P/ruby-/}"
35 -DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
36 -HOMEPAGE="https://github.com/activeldap/activeldap"
37 -
38 -LICENSE="GPL-2"
39 -SLOT="4"
40 -KEYWORDS="~amd64"
41 -IUSE=""
42 -
43 -# Most tests require a live LDAP server to run.
44 -RESTRICT="test"
45 -
46 -ruby_add_rdepend "
47 - >=dev-ruby/activemodel-4.0.0:4.0
48 - dev-ruby/locale
49 - dev-ruby/ruby-gettext
50 - dev-ruby/gettext_i18n_rails
51 - || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
52 -
53 -all_ruby_install() {
54 - all_fakegem_install
55 -
56 - dodoc doc/text/*
57 -
58 - insinto /usr/share/doc/${PF}
59 - doins -r examples
60 -}