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 4E7ED1381F3 for ; Tue, 20 Nov 2012 10:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1169B21C04C; Tue, 20 Nov 2012 10:00:55 +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 8293621C04A for ; Tue, 20 Nov 2012 10:00:55 +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 8EAB933C1F2 for ; Tue, 20 Nov 2012 10:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C6F32E544C for ; Tue, 20 Nov 2012 10:00:51 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1353049235.96d4062a08d34d70796e3d8874255a9e9badb95b.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/exception_notification/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/exception_notification/ChangeLog dev-ruby/exception_notification/exception_notification-3.0.0.ebuild X-VCS-Directories: dev-ruby/exception_notification/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 96d4062a08d34d70796e3d8874255a9e9badb95b X-VCS-Branch: master Date: Tue, 20 Nov 2012 10:00:51 +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: aedaf2c0-a654-4e3f-8dc7-ae47433078b4 X-Archives-Hash: c22e63f059964ef699fee6549508f7ca commit: 96d4062a08d34d70796e3d8874255a9e9badb95b Author: Hans de Graaff degraaff org> AuthorDate: Fri Nov 16 07:00:35 2012 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 16 07:00:35 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=96d4062a Actually install our fixed gemspec. Package-Manager: portage-2.1.11.31 Manifest-Sign-Key: 0x8883FA56A308A8D7! --- dev-ruby/exception_notification/ChangeLog | 4 ++++ .../exception_notification-3.0.0.ebuild | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/dev-ruby/exception_notification/ChangeLog b/dev-ruby/exception_notification/ChangeLog index 5436bbf..73bd0b4 100644 --- a/dev-ruby/exception_notification/ChangeLog +++ b/dev-ruby/exception_notification/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Nov 2012; Hans de Graaff + exception_notification-3.0.0.ebuild: + Actually install our fixed gemspec. + *exception_notification-3.0.0 (16 Nov 2012) 16 Nov 2012; Hans de Graaff diff --git a/dev-ruby/exception_notification/exception_notification-3.0.0.ebuild b/dev-ruby/exception_notification/exception_notification-3.0.0.ebuild index 3ed55bc..10b6385 100644 --- a/dev-ruby/exception_notification/exception_notification-3.0.0.ebuild +++ b/dev-ruby/exception_notification/exception_notification-3.0.0.ebuild @@ -13,6 +13,8 @@ RUBY_FAKEGEM_TASK_DOC="" # Requires rails 3.0.9 so skip this for now. RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec + inherit ruby-fakegem DESCRIPTION="Exception Notifier Plugin for Rails"