summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-07-08 18:48:59 +0000
committerHans de Graaff <graaff@gentoo.org>2013-07-08 18:48:59 +0000
commit73603d189d907915f66a3e097ce5148174c35438 (patch)
treeca319d663308a2f355720903d26b103ab2c864a4 /dev-ruby/activeldap
parentCleanup. (diff)
downloadgentoo-2-73603d189d907915f66a3e097ce5148174c35438.tar.gz
gentoo-2-73603d189d907915f66a3e097ce5148174c35438.tar.bz2
gentoo-2-73603d189d907915f66a3e097ce5148174c35438.zip
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/activeldap')
-rw-r--r--dev-ruby/activeldap/ChangeLog7
-rw-r--r--dev-ruby/activeldap/activeldap-3.1.1-r1.ebuild54
2 files changed, 5 insertions, 56 deletions
diff --git a/dev-ruby/activeldap/ChangeLog b/dev-ruby/activeldap/ChangeLog
index 4ee13212c986..c855f863acab 100644
--- a/dev-ruby/activeldap/ChangeLog
+++ b/dev-ruby/activeldap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activeldap
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v 1.4 2012/09/30 08:36:28 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v 1.5 2013/07/08 18:48:59 graaff Exp $
+
+ 08 Jul 2013; Hans de Graaff <graaff@gentoo.org> -activeldap-3.1.1-r1.ebuild:
+ Cleanup.
*activeldap-3.2.2 (30 Sep 2012)
diff --git a/dev-ruby/activeldap/activeldap-3.1.1-r1.ebuild b/dev-ruby/activeldap/activeldap-3.1.1-r1.ebuild
deleted file mode 100644
index 0e15a79e04fd..000000000000
--- a/dev-ruby/activeldap/activeldap-3.1.1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/activeldap-3.1.1-r1.ebuild,v 1.2 2012/08/16 15:20:40 flameeyes Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.textile TODO"
-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="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Most tests require a live LDAP server to run.
-RESTRICT="test"
-
-ruby_add_bdepend "dev-ruby/hoe"
-
-ruby_add_rdepend "
- >=dev-ruby/activemodel-3.1.0
- dev-ruby/locale
- dev-ruby/fast_gettext
- dev-ruby/gettext_i18n_rails
- || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
-
-all_ruby_prepare() {
- # Comment out Gettext setup because it does not work with fast_gettext. This
- # patch probably breaks ruby_gettext usage. See
- # https://github.com/activeldap/activeldap/issues/33
- sed -i -e '/GetText\./ s:^:#:' lib/active_ldap/get_text_support.rb || die
-
- # Also allow Rails 3.2. Upstream has not released a version yet that is
- # 100% compatible, but it works for the most part and it is better than no
- # activeldap at all.
- sed -i -e '31d' -e 's/version: 3.1.0/version: "3.1"/' ../metadata || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- dodoc doc/text/*
-
- insinto /usr/share/doc/${PF}
- doins -r examples
-}