From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A8E21381F3 for ; Mon, 21 Oct 2013 22:18:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C565E0999; Mon, 21 Oct 2013 22:18:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC779E0999 for ; Mon, 21 Oct 2013 22:18:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0737F33F09F for ; Mon, 21 Oct 2013 22:18:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AF50AE545D for ; Mon, 21 Oct 2013 22:18:50 +0000 (UTC) From: "Peter Wilmott" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Peter Wilmott" Message-ID: <1382393884.5794517f31a9353dfb1b9e23dcb6080b3eb31142.p8952@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/activeldap/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/activeldap/activeldap-4.0.1.ebuild X-VCS-Directories: dev-ruby/activeldap/ X-VCS-Committer: p8952 X-VCS-Committer-Name: Peter Wilmott X-VCS-Revision: 5794517f31a9353dfb1b9e23dcb6080b3eb31142 X-VCS-Branch: master Date: Mon, 21 Oct 2013 22:18:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f30fd877-f869-4d6b-9001-a2f486588838 X-Archives-Hash: aa44bc22d106aca0773aab06bf50492b commit: 5794517f31a9353dfb1b9e23dcb6080b3eb31142 Author: Peter Wilmott

p8952 info> AuthorDate: Mon Oct 21 22:13:47 2013 +0000 Commit: Peter Wilmott

p8952 info> CommitDate: Mon Oct 21 22:18:04 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=5794517f dev-ruby/activeldap: Updated SLOT, EAPI & Dependencies * Updated the EAPI to v5 * Removed ruby18 target as not all deps support it and nor does upstream * Updated the SLOT to keep the library inline with dev-ruby/rails * Removed dev-ruby/hoe from bdepend as we are not running tests * Updated dev-ruby/activemodel dep version --- dev-ruby/activeldap/activeldap-4.0.1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-ruby/activeldap/activeldap-4.0.1.ebuild b/dev-ruby/activeldap/activeldap-4.0.1.ebuild index 4a8aa25..1e07a6a 100644 --- a/dev-ruby/activeldap/activeldap-4.0.1.ebuild +++ b/dev-ruby/activeldap/activeldap-4.0.1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/activeldap-3.2.2.ebuild,v 1.1 2012/09/30 08:36:28 graaff Exp $ -EAPI=4 -USE_RUBY="ruby18 ruby19" +EAPI=5 +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.textile TODO" @@ -16,17 +16,15 @@ DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented i HOMEPAGE="https://github.com/activeldap/activeldap" LICENSE="GPL-2" -SLOT="3" +SLOT="4" 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.2.8:3.2 + >=dev-ruby/activemodel-4.0.0:4.0 dev-ruby/locale dev-ruby/ruby-gettext dev-ruby/gettext_i18n_rails