From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-868796-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7998E59CA3 for <garchives@archives.gentoo.org>; Wed, 9 Mar 2016 22:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12DD621C0ED; Wed, 9 Mar 2016 22:55:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11F7E21C0ED for <gentoo-commits@lists.gentoo.org>; Wed, 9 Mar 2016 22:55:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13141340A35 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Mar 2016 22:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 161211BA0 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Mar 2016 22:55:04 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" <mrueg@gentoo.org> Message-ID: <1457564008.b679f762e1318615f706ae171d39bbff692d33f1.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ffaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ffaker/ffaker-2.1.0.ebuild X-VCS-Directories: dev-ruby/ffaker/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: b679f762e1318615f706ae171d39bbff692d33f1 X-VCS-Branch: master Date: Wed, 9 Mar 2016 22:55:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f03962a4-beeb-4c62-9fca-594d65cbacba X-Archives-Hash: 67c960c91c3e344985a9626a52be0cac commit: b679f762e1318615f706ae171d39bbff692d33f1 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Wed Mar 9 22:53:28 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Wed Mar 9 22:53:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b679f762 dev-ruby/ffaker: Remove old Package-Manager: portage-2.2.27 dev-ruby/ffaker/ffaker-2.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ffaker/ffaker-2.1.0.ebuild b/dev-ruby/ffaker/ffaker-2.1.0.ebuild index 1a0f000..ad1149b 100644 --- a/dev-ruby/ffaker/ffaker-2.1.0.ebuild +++ b/dev-ruby/ffaker/ffaker-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md REFERENCE.md" RUBY_FAKEGEM_RECIPE_DOC="yard"