diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-12-31 09:22:19 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-12-31 09:28:34 +0100 |
commit | debdcbe8d06a5e6f85286ab41861c09855e49a8e (patch) | |
tree | 98c7edddc4c0f40382148b962208c61d683b1219 /dev-ruby/activeldap | |
parent | dev-ruby/gettext_i18n_rails: test against rails 4.1 (diff) | |
download | gentoo-debdcbe8d06a5e6f85286ab41861c09855e49a8e.tar.gz gentoo-debdcbe8d06a5e6f85286ab41861c09855e49a8e.tar.bz2 gentoo-debdcbe8d06a5e6f85286ab41861c09855e49a8e.zip |
dev-ruby/activeldap: cleanup
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-ruby/activeldap')
-rw-r--r-- | dev-ruby/activeldap/activeldap-4.0.4.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-ruby/activeldap/activeldap-4.0.4.ebuild b/dev-ruby/activeldap/activeldap-4.0.4.ebuild deleted file mode 100644 index dc1d41077fad..000000000000 --- a/dev-ruby/activeldap/activeldap-4.0.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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:4.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 -} |