From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RpQHZ-0004HT-2g for garchives@archives.gentoo.org; Mon, 23 Jan 2012 20:14:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2AB1E0C15; Mon, 23 Jan 2012 20:14:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C609FE0C15 for ; Mon, 23 Jan 2012 20:14:12 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E71DA1B4021 for ; Mon, 23 Jan 2012 20:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6471F80044 for ; Mon, 23 Jan 2012 20:14:11 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <7da1d65517375db6e4a962bc0dfe83492710503e.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/ruby-activeldap/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/ruby-activeldap/ChangeLog dev-ruby/ruby-activeldap/ruby-activeldap-3.1.0-r1.ebuild X-VCS-Directories: dev-ruby/ruby-activeldap/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7da1d65517375db6e4a962bc0dfe83492710503e Date: Mon, 23 Jan 2012 20:14:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 737a3c2c-a77a-42b8-9dfc-bdb2c607db1c X-Archives-Hash: fdba79bb493c0b533e9667b58f9dc8b9 commit: 7da1d65517375db6e4a962bc0dfe83492710503e Author: Hans de Graaff degraaff org> AuthorDate: Mon Jan 23 20:14:02 2012 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jan 23 20:14:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/graaff.git;a=3D= commit;h=3D7da1d655 Fix sed call. (Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with= key 0x8883FA56A308A8D7!) --- dev-ruby/ruby-activeldap/ChangeLog | 4 ++++ .../ruby-activeldap-3.1.0-r1.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/dev-ruby/ruby-activeldap/ChangeLog b/dev-ruby/ruby-activelda= p/ChangeLog index a814dc6..bd68ca9 100644 --- a/dev-ruby/ruby-activeldap/ChangeLog +++ b/dev-ruby/ruby-activeldap/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 23 Jan 2012; Hans de Graaff + ruby-activeldap-3.1.0-r1.ebuild: + Fix sed call. + *ruby-activeldap-3.1.0-r1 (23 Jan 2012) =20 23 Jan 2012; Hans de Graaff diff --git a/dev-ruby/ruby-activeldap/ruby-activeldap-3.1.0-r1.ebuild b/d= ev-ruby/ruby-activeldap/ruby-activeldap-3.1.0-r1.ebuild index 37e0484..0d2ad94 100644 --- a/dev-ruby/ruby-activeldap/ruby-activeldap-3.1.0-r1.ebuild +++ b/dev-ruby/ruby-activeldap/ruby-activeldap-3.1.0-r1.ebuild @@ -42,7 +42,7 @@ 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 + sed -i -e '/GetText\./ s:^:#:' lib/active_ldap/get_text_support.rb || d= ie } =20 each_ruby_test() {