Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/lorcon/
Date: Mon, 31 Aug 2015 17:09:56
Message-Id: 1441040961.9025144e5c65ae3bf747c19f02b443bdaa6364da.zerochaos@gentoo
1 commit: 9025144e5c65ae3bf747c19f02b443bdaa6364da
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 17:09:21 2015 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 17:09:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9025144e
7
8 net-wireless/lorcon: add what is likely the final snapshot of lorcon to fix ruby20 support but not ruby21 :-(
9
10 Package-Manager: portage-2.2.20.1
11
12 net-wireless/lorcon/Manifest | 1 +
13 .../lorcon/{lorcon-9999.ebuild => lorcon-0.0_p20150109.ebuild} | 6 +++---
14 net-wireless/lorcon/lorcon-9999.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/net-wireless/lorcon/Manifest b/net-wireless/lorcon/Manifest
18 index 1f0b024..4583bee 100644
19 --- a/net-wireless/lorcon/Manifest
20 +++ b/net-wireless/lorcon/Manifest
21 @@ -1 +1,2 @@
22 DIST lorcon-0.0_p20130212.tar.xz 956024 SHA256 1266bbd53e483456aca3031a49ea47fe3bd004e3e109b86a61672c881801742b SHA512 d7c33d9e8b5678e0b8b9513b6a132ab1b13045503e884d077474745a4a9731fa609ba8dc9c35f344ad93b65eb0ddc038919a6349d32187b6c6c92a020155b34f WHIRLPOOL b5e6af7977fd742b34a0f394eb443cc1aca95f9c44177b7353e8a19e1593bca4ccf7e72cf1fc2f05eb4fc5d77303bb162440462957fcc37a7f8a69443f1f4df5
23 +DIST lorcon-0.0_p20150109.tar.xz 259788 SHA256 a853b9bf3f9eb4a8950b3428121fe637eab274f5f0fe2aca0a5c988127c709f4 SHA512 acbd88477317475ca8555d579a1483ea5e5d9eac0f86ef7bde2592e007025070ca56c6cd43e814560e28165ac7b40bd86f2703a466faeca1619b8373dc2b625b WHIRLPOOL 54e50e1e2fb5537779dde8ce264c55663dbe3615ae1276e3c6f9c6379b3dc5d6f1dd1ed22fe51628abefc0ac94f30ed7bf1157da71edab2d53b849d07b8dfbf6
24
25 diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild
26 similarity index 96%
27 copy from net-wireless/lorcon/lorcon-9999.ebuild
28 copy to net-wireless/lorcon/lorcon-0.0_p20150109.ebuild
29 index 9f0b1f0..9ef6605 100644
30 --- a/net-wireless/lorcon/lorcon-9999.ebuild
31 +++ b/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 +# Copyright 1999-2015 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 # $Id$
37
38 @@ -7,7 +7,7 @@ EAPI=5
39 PYTHON_COMPAT=( python2_7 )
40 DISTUTILS_OPTIONAL=1
41
42 -USE_RUBY="ruby19 ruby21"
43 +USE_RUBY="ruby19 ruby20"
44 RUBY_OPTIONAL=yes
45
46 inherit distutils-r1 ruby-ng
47 @@ -30,7 +30,7 @@ IUSE="python ruby"
48
49 DEPEND="ruby? ( $(ruby_implementations_depend) )
50 python? ( ${PYTHON_DEPS} )
51 - dev-libs/libnl
52 + dev-libs/libnl:3=
53 net-libs/libpcap"
54 RDEPEND="${DEPEND}"
55
56
57 diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-9999.ebuild
58 index 9f0b1f0..9ef6605 100644
59 --- a/net-wireless/lorcon/lorcon-9999.ebuild
60 +++ b/net-wireless/lorcon/lorcon-9999.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2014 Gentoo Foundation
63 +# Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Id$
66
67 @@ -7,7 +7,7 @@ EAPI=5
68 PYTHON_COMPAT=( python2_7 )
69 DISTUTILS_OPTIONAL=1
70
71 -USE_RUBY="ruby19 ruby21"
72 +USE_RUBY="ruby19 ruby20"
73 RUBY_OPTIONAL=yes
74
75 inherit distutils-r1 ruby-ng
76 @@ -30,7 +30,7 @@ IUSE="python ruby"
77
78 DEPEND="ruby? ( $(ruby_implementations_depend) )
79 python? ( ${PYTHON_DEPS} )
80 - dev-libs/libnl
81 + dev-libs/libnl:3=
82 net-libs/libpcap"
83 RDEPEND="${DEPEND}"