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 ACBA959CAF for ; Sun, 3 Apr 2016 18:03:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B803021C031; Sun, 3 Apr 2016 18:03:39 +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 0559021C013 for ; Sun, 3 Apr 2016 18:03:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2B512340D19 for ; Sun, 3 Apr 2016 18:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A59A783 for ; Sun, 3 Apr 2016 18:03:35 +0000 (UTC) From: "Manuel Rüger" 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" Message-ID: <1459706598.71bedd0b5ba09701239269e90111dd45dd144dac.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/wikicloth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/wikicloth/wikicloth-0.8.1.ebuild dev-ruby/wikicloth/wikicloth-0.8.2.ebuild dev-ruby/wikicloth/wikicloth-0.8.3.ebuild X-VCS-Directories: dev-ruby/wikicloth/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 71bedd0b5ba09701239269e90111dd45dd144dac X-VCS-Branch: master Date: Sun, 3 Apr 2016 18:03:35 +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: 932d32ac-71d9-443c-955f-23150e502035 X-Archives-Hash: 52342c2f77bf2bc6844d9ac7fab61e0f commit: 71bedd0b5ba09701239269e90111dd45dd144dac Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 3 18:01:46 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 3 18:03:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71bedd0b dev-ruby/wikicloth: Remove ruby19 Package-Manager: portage-2.2.28 dev-ruby/wikicloth/wikicloth-0.8.1.ebuild | 4 ++-- dev-ruby/wikicloth/wikicloth-0.8.2.ebuild | 4 ++-- dev-ruby/wikicloth/wikicloth-0.8.3.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ruby/wikicloth/wikicloth-0.8.1.ebuild b/dev-ruby/wikicloth/wikicloth-0.8.1.ebuild index 1e97d2a..7cb6122 100644 --- a/dev-ruby/wikicloth/wikicloth-0.8.1.ebuild +++ b/dev-ruby/wikicloth/wikicloth-0.8.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 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" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README README.textile" diff --git a/dev-ruby/wikicloth/wikicloth-0.8.2.ebuild b/dev-ruby/wikicloth/wikicloth-0.8.2.ebuild index df63a7e..3444e8e 100644 --- a/dev-ruby/wikicloth/wikicloth-0.8.2.ebuild +++ b/dev-ruby/wikicloth/wikicloth-0.8.2.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" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README README.textile" diff --git a/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild b/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild index 571987f..3315c28 100644 --- a/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild +++ b/dev-ruby/wikicloth/wikicloth-0.8.3.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" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README README.textile"