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 AD1781384C1 for ; Mon, 31 Aug 2015 17:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41E4EE087F; Mon, 31 Aug 2015 17:09:51 +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 B4884E087F for ; Mon, 31 Aug 2015 17:09:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F1B5340817 for ; Mon, 31 Aug 2015 17:09:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07286164 for ; Mon, 31 Aug 2015 17:09:47 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1441040961.9025144e5c65ae3bf747c19f02b443bdaa6364da.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/lorcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/lorcon/Manifest net-wireless/lorcon/lorcon-0.0_p20150109.ebuild net-wireless/lorcon/lorcon-9999.ebuild X-VCS-Directories: net-wireless/lorcon/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 9025144e5c65ae3bf747c19f02b443bdaa6364da X-VCS-Branch: master Date: Mon, 31 Aug 2015 17:09:47 +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: f2cd4d3b-d32f-4ab2-beef-ddf7b6b5adf2 X-Archives-Hash: d520251c11b828c6e77fc11fc7de9097 commit: 9025144e5c65ae3bf747c19f02b443bdaa6364da Author: Zero_Chaos gentoo org> AuthorDate: Mon Aug 31 17:09:21 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Aug 31 17:09:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9025144e net-wireless/lorcon: add what is likely the final snapshot of lorcon to fix ruby20 support but not ruby21 :-( Package-Manager: portage-2.2.20.1 net-wireless/lorcon/Manifest | 1 + .../lorcon/{lorcon-9999.ebuild => lorcon-0.0_p20150109.ebuild} | 6 +++--- net-wireless/lorcon/lorcon-9999.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/net-wireless/lorcon/Manifest b/net-wireless/lorcon/Manifest index 1f0b024..4583bee 100644 --- a/net-wireless/lorcon/Manifest +++ b/net-wireless/lorcon/Manifest @@ -1 +1,2 @@ DIST lorcon-0.0_p20130212.tar.xz 956024 SHA256 1266bbd53e483456aca3031a49ea47fe3bd004e3e109b86a61672c881801742b SHA512 d7c33d9e8b5678e0b8b9513b6a132ab1b13045503e884d077474745a4a9731fa609ba8dc9c35f344ad93b65eb0ddc038919a6349d32187b6c6c92a020155b34f WHIRLPOOL b5e6af7977fd742b34a0f394eb443cc1aca95f9c44177b7353e8a19e1593bca4ccf7e72cf1fc2f05eb4fc5d77303bb162440462957fcc37a7f8a69443f1f4df5 +DIST lorcon-0.0_p20150109.tar.xz 259788 SHA256 a853b9bf3f9eb4a8950b3428121fe637eab274f5f0fe2aca0a5c988127c709f4 SHA512 acbd88477317475ca8555d579a1483ea5e5d9eac0f86ef7bde2592e007025070ca56c6cd43e814560e28165ac7b40bd86f2703a466faeca1619b8373dc2b625b WHIRLPOOL 54e50e1e2fb5537779dde8ce264c55663dbe3615ae1276e3c6f9c6379b3dc5d6f1dd1ed22fe51628abefc0ac94f30ed7bf1157da71edab2d53b849d07b8dfbf6 diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild similarity index 96% copy from net-wireless/lorcon/lorcon-9999.ebuild copy to net-wireless/lorcon/lorcon-0.0_p20150109.ebuild index 9f0b1f0..9ef6605 100644 --- a/net-wireless/lorcon/lorcon-9999.ebuild +++ b/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_OPTIONAL=yes inherit distutils-r1 ruby-ng @@ -30,7 +30,7 @@ IUSE="python ruby" DEPEND="ruby? ( $(ruby_implementations_depend) ) python? ( ${PYTHON_DEPS} ) - dev-libs/libnl + dev-libs/libnl:3= net-libs/libpcap" RDEPEND="${DEPEND}" diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-9999.ebuild index 9f0b1f0..9ef6605 100644 --- a/net-wireless/lorcon/lorcon-9999.ebuild +++ b/net-wireless/lorcon/lorcon-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_OPTIONAL=yes inherit distutils-r1 ruby-ng @@ -30,7 +30,7 @@ IUSE="python ruby" DEPEND="ruby? ( $(ruby_implementations_depend) ) python? ( ${PYTHON_DEPS} ) - dev-libs/libnl + dev-libs/libnl:3= net-libs/libpcap" RDEPEND="${DEPEND}"