Gentoo Archives: gentoo-commits

From: Naohiro Aota <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mikutter/
Date: Mon, 01 Feb 2016 12:39:17
Message-Id: 1454330047.c8aa5690554ce7d4edb6b551c03dfe2ba9a6c7e8.naota@gentoo
1 commit: c8aa5690554ce7d4edb6b551c03dfe2ba9a6c7e8
2 Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 12:34:07 2016 +0000
4 Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 12:34:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8aa5690
7
8 version bump; update dependency
9
10 .../{mikutter-9999.ebuild => mikutter-3.3.5.ebuild} | 20 +++++++++++++-------
11 net-misc/mikutter/mikutter-9999.ebuild | 20 +++++++++++++-------
12 2 files changed, 26 insertions(+), 14 deletions(-)
13
14 diff --git a/net-misc/mikutter/mikutter-9999.ebuild b/net-misc/mikutter/mikutter-3.3.5.ebuild
15 similarity index 81%
16 copy from net-misc/mikutter/mikutter-9999.ebuild
17 copy to net-misc/mikutter/mikutter-3.3.5.ebuild
18 index cbb4ceb..d68d755 100644
19 --- a/net-misc/mikutter/mikutter-9999.ebuild
20 +++ b/net-misc/mikutter/mikutter-3.3.5.ebuild
21 @@ -25,24 +25,30 @@ HOMEPAGE="http://mikutter.hachune.net/"
22
23 LICENSE="GPL-3"
24 SLOT="0"
25 -IUSE="+libnotify sound"
26 +IUSE="+libnotify"
27
28 DEPEND=""
29 RDEPEND="
30 libnotify? ( x11-libs/libnotify )
31 - sound? ( media-sound/alsa-utils )"
32 + media-sound/alsa-utils"
33
34 ruby_add_rdepend "dev-ruby/addressable
35 - dev-ruby/bsearch
36 dev-ruby/delayer
37 + dev-ruby/delayer-deferred
38 + dev-ruby/httpclient
39 dev-ruby/json
40 - dev-ruby/memoize
41 + dev-ruby/instance_storage
42 + dev-ruby/memoist
43 >=dev-ruby/moneta-0.7
44 + dev-ruby/nokogiri
45 >=dev-ruby/oauth-0.4.7
46 + dev-ruby/pluggaloid
47 dev-ruby/rcairo
48 >=dev-ruby/ruby-gettext-3.0.1
49 >=dev-ruby/ruby-gtk2-2.2.0
50 dev-ruby/ruby-hmac
51 + dev-ruby/totoridipjp
52 + dev-ruby/twitter-text
53 dev-ruby/typed-array
54 virtual/ruby-ssl"
55
56 @@ -57,9 +63,9 @@ all_ruby_unpack() {
57 each_ruby_install() {
58 local rubyversion
59
60 - if use ruby_targets_ruby22; then
61 - rubyversion=ruby22
62 - elif use ruby_targets_ruby21; then
63 + #if use ruby_targets_ruby22; then
64 + # rubyversion=ruby22
65 + if use ruby_targets_ruby21; then
66 rubyversion=ruby21
67 elif use ruby_targets_ruby20; then
68 rubyversion=ruby20
69
70 diff --git a/net-misc/mikutter/mikutter-9999.ebuild b/net-misc/mikutter/mikutter-9999.ebuild
71 index cbb4ceb..d68d755 100644
72 --- a/net-misc/mikutter/mikutter-9999.ebuild
73 +++ b/net-misc/mikutter/mikutter-9999.ebuild
74 @@ -25,24 +25,30 @@ HOMEPAGE="http://mikutter.hachune.net/"
75
76 LICENSE="GPL-3"
77 SLOT="0"
78 -IUSE="+libnotify sound"
79 +IUSE="+libnotify"
80
81 DEPEND=""
82 RDEPEND="
83 libnotify? ( x11-libs/libnotify )
84 - sound? ( media-sound/alsa-utils )"
85 + media-sound/alsa-utils"
86
87 ruby_add_rdepend "dev-ruby/addressable
88 - dev-ruby/bsearch
89 dev-ruby/delayer
90 + dev-ruby/delayer-deferred
91 + dev-ruby/httpclient
92 dev-ruby/json
93 - dev-ruby/memoize
94 + dev-ruby/instance_storage
95 + dev-ruby/memoist
96 >=dev-ruby/moneta-0.7
97 + dev-ruby/nokogiri
98 >=dev-ruby/oauth-0.4.7
99 + dev-ruby/pluggaloid
100 dev-ruby/rcairo
101 >=dev-ruby/ruby-gettext-3.0.1
102 >=dev-ruby/ruby-gtk2-2.2.0
103 dev-ruby/ruby-hmac
104 + dev-ruby/totoridipjp
105 + dev-ruby/twitter-text
106 dev-ruby/typed-array
107 virtual/ruby-ssl"
108
109 @@ -57,9 +63,9 @@ all_ruby_unpack() {
110 each_ruby_install() {
111 local rubyversion
112
113 - if use ruby_targets_ruby22; then
114 - rubyversion=ruby22
115 - elif use ruby_targets_ruby21; then
116 + #if use ruby_targets_ruby22; then
117 + # rubyversion=ruby22
118 + if use ruby_targets_ruby21; then
119 rubyversion=ruby21
120 elif use ruby_targets_ruby20; then
121 rubyversion=ruby20