From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-893021-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0F6413832F for <garchives@archives.gentoo.org>; Fri, 22 Jul 2016 07:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FABEE0B3D; Fri, 22 Jul 2016 07:05:59 +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 25957E0B38 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jul 2016 07:05:58 +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 2667C340E42 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jul 2016 07:05:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E7C2444 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jul 2016 07:05:53 +0000 (UTC) From: "Hans de Graaff" <graaff@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, "Hans de Graaff" <graaff@gentoo.org> Message-ID: <1469170849.f2f95b326126e824388cf962bf3501402347b48e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/lorcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/lorcon/lorcon-0.0_p20150109.ebuild net-wireless/lorcon/lorcon-9999.ebuild X-VCS-Directories: net-wireless/lorcon/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f2f95b326126e824388cf962bf3501402347b48e X-VCS-Branch: master Date: Fri, 22 Jul 2016 07:05:53 +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: d71a8f42-df7d-4ff3-b2b2-b4b109b27abb X-Archives-Hash: d93216bcc898a9ec0ec8fc405d0a35b9 commit: f2f95b326126e824388cf962bf3501402347b48e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jul 22 06:57:27 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jul 22 07:00:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f95b32 net-wireless/lorcon: drop ruby19 Package-Manager: portage-2.2.28 net-wireless/lorcon/lorcon-0.0_p20150109.ebuild | 4 ++-- net-wireless/lorcon/lorcon-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild b/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild index 145199d..1a9622c 100644 --- a/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild +++ b/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_OPTIONAL=1 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_OPTIONAL=yes inherit distutils-r1 ruby-ng diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-9999.ebuild index 9ef6605..f91f561 100644 --- a/net-wireless/lorcon/lorcon-9999.ebuild +++ b/net-wireless/lorcon/lorcon-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_OPTIONAL=1 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_OPTIONAL=yes inherit distutils-r1 ruby-ng