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 52A6D13877A for ; Mon, 7 Jul 2014 12:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D172E087F; Mon, 7 Jul 2014 12:39:45 +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 E8589E0866 for ; Mon, 7 Jul 2014 12:39:44 +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 24B8C34005C for ; Mon, 7 Jul 2014 12:39:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 29AEB193E5 for ; Mon, 7 Jul 2014 12:39:42 +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: <1404382584.29c8f8c1278a79fd27f39e00b95b63154162bb3e.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/oauth-plugin/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/oauth-plugin/ChangeLog dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild X-VCS-Directories: dev-ruby/oauth-plugin/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 29c8f8c1278a79fd27f39e00b95b63154162bb3e X-VCS-Branch: master Date: Mon, 7 Jul 2014 12:39:42 +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: bc3ec20a-e4ac-4c57-bc6a-7bf43c79411d X-Archives-Hash: 8b2fb1f133808b9ab14041b7a31f96ec commit: 29c8f8c1278a79fd27f39e00b95b63154162bb3e Author: Hans de Graaff degraaff org> AuthorDate: Thu Jul 3 10:16:24 2014 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Jul 3 10:16:24 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=29c8f8c1 Drop ruby18. Package-Manager: portage-2.2.8-r1 --- dev-ruby/oauth-plugin/ChangeLog | 5 ++++- dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-ruby/oauth-plugin/ChangeLog b/dev-ruby/oauth-plugin/ChangeLog index b19bf21..074b5a7 100644 --- a/dev-ruby/oauth-plugin/ChangeLog +++ b/dev-ruby/oauth-plugin/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-ruby/oauth-plugin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Jul 2014; Hans de Graaff oauth-plugin-0.5.1.ebuild: + Drop ruby18. + *oauth-plugin-0.5.1 (24 Oct 2013) 24 Oct 2013; Hans de Graaff +oauth-plugin-0.5.1.ebuild: diff --git a/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild b/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild index bc611c3..5849c7b 100644 --- a/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild +++ b/dev-ruby/oauth-plugin/oauth-plugin-0.5.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: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.3.ebuild,v 1.1 2010/09/18 09:58:03 graaff Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_RECIPE_TEST="rspec"