commit:     4d794d9bd5182aa5b20322b03017fed03108f97a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 09:20:42 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 09:21:04 2015 +0000
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 0000000..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
+}

Reply via email to