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 A152259CB2 for ; Sun, 17 Apr 2016 14:35:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 295D621C050; Sun, 17 Apr 2016 14:35:41 +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 CABD621C050 for ; Sun, 17 Apr 2016 14:35:40 +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 E7C9D340A3B for ; Sun, 17 Apr 2016 14:35:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 868BB15F for ; Sun, 17 Apr 2016 14:35:34 +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: <1460903690.63779c2d434a01cc6babe8591c8b0ebc23947b6b.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/liquid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/liquid/liquid-2.6.2.ebuild dev-ruby/liquid/liquid-3.0.4.ebuild dev-ruby/liquid/liquid-3.0.6.ebuild X-VCS-Directories: dev-ruby/liquid/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 63779c2d434a01cc6babe8591c8b0ebc23947b6b X-VCS-Branch: master Date: Sun, 17 Apr 2016 14:35:34 +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: 210c5a5e-7bd1-4cf1-8444-9885bf69d936 X-Archives-Hash: c564315d224f90fdb4bc3d4d0e542206 commit: 63779c2d434a01cc6babe8591c8b0ebc23947b6b Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 17 14:34:50 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 17 14:34:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63779c2d dev-ruby/liquid: Remove ruby19 Package-Manager: portage-2.2.28 dev-ruby/liquid/liquid-2.6.2.ebuild | 4 ++-- dev-ruby/liquid/liquid-3.0.4.ebuild | 4 ++-- dev-ruby/liquid/liquid-3.0.6.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ruby/liquid/liquid-2.6.2.ebuild b/dev-ruby/liquid/liquid-2.6.2.ebuild index 151ebf9..d93e0f5 100644 --- a/dev-ruby/liquid/liquid-2.6.2.ebuild +++ b/dev-ruby/liquid/liquid-2.6.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 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/liquid/liquid-3.0.4.ebuild b/dev-ruby/liquid/liquid-3.0.4.ebuild index 24f8b98..5827e27 100644 --- a/dev-ruby/liquid/liquid-3.0.4.ebuild +++ b/dev-ruby/liquid/liquid-3.0.4.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_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="History.md README.md" diff --git a/dev-ruby/liquid/liquid-3.0.6.ebuild b/dev-ruby/liquid/liquid-3.0.6.ebuild index 24f8b98..5827e27 100644 --- a/dev-ruby/liquid/liquid-3.0.6.ebuild +++ b/dev-ruby/liquid/liquid-3.0.6.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_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="History.md README.md"