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 C767413877A for ; Wed, 2 Jul 2014 09:04:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F2CAE0959; Wed, 2 Jul 2014 09:04:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67F82E0999 for ; Wed, 2 Jul 2014 09:04:25 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FFED33FF3A for ; Wed, 2 Jul 2014 09:04:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9D36E193ED for ; Wed, 2 Jul 2014 09:04:22 +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: <1404291244.28add9f7b2399352b21beed22a66b7fdcbc9dad3.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.1.ebuild X-VCS-Directories: dev-ruby/exception_notification/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 28add9f7b2399352b21beed22a66b7fdcbc9dad3 X-VCS-Branch: master Date: Wed, 2 Jul 2014 09:04:22 +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: 20d86995-9316-431f-9ffa-7a7a6eab9b57 X-Archives-Hash: 3484c2c669f31b392aa1c84539aeab56 commit: 28add9f7b2399352b21beed22a66b7fdcbc9dad3 Author: Hans de Graaff degraaff org> AuthorDate: Wed Jul 2 08:54:04 2014 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 2 08:54:04 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=28add9f7 Add ruby20. Package-Manager: portage-2.2.8-r1 --- dev-ruby/exception_notification/ChangeLog | 4 ++++ dev-ruby/exception_notification/exception_notification-3.0.1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-ruby/exception_notification/ChangeLog b/dev-ruby/exception_notification/ChangeLog index 1830557..3a4564a 100644 --- a/dev-ruby/exception_notification/ChangeLog +++ b/dev-ruby/exception_notification/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Jul 2014; Hans de Graaff + exception_notification-3.0.1.ebuild: + Add ruby20. + 26 May 2014; Hans de Graaff exception_notification-4.0.1.ebuild: Add ruby20, ruby21. diff --git a/dev-ruby/exception_notification/exception_notification-3.0.1.ebuild b/dev-ruby/exception_notification/exception_notification-3.0.1.ebuild index fc8b510..785f4d1 100644 --- a/dev-ruby/exception_notification/exception_notification-3.0.1.ebuild +++ b/dev-ruby/exception_notification/exception_notification-3.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"