From: "Naohiro Aota" <naota@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mikutter/
Date: Thu, 11 Aug 2016 15:41:17 +0000 (UTC) [thread overview]
Message-ID: <1470930033.4aefeecf6692a8fe79b3220a0ea004c788fd0568.naota@gentoo> (raw)
commit: 4aefeecf6692a8fe79b3220a0ea004c788fd0568
Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 15:39:32 2016 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 15:40:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aefeecf
net-misc/mikutter: version bump
Package-Manager: portage-2.2.28
net-misc/mikutter/Manifest | 2 +-
net-misc/mikutter/mikutter-3.3.5.ebuild | 4 +--
...mikutter-3.2.7.ebuild => mikutter-3.4.2.ebuild} | 30 ++++++++++++----------
net-misc/mikutter/mikutter-9999.ebuild | 16 +++++-------
4 files changed, 25 insertions(+), 27 deletions(-)
diff --git a/net-misc/mikutter/Manifest b/net-misc/mikutter/Manifest
index adb700e..92df399 100644
--- a/net-misc/mikutter/Manifest
+++ b/net-misc/mikutter/Manifest
@@ -1,2 +1,2 @@
-DIST mikutter.3.2.7.tar.gz 2576878 SHA256 61108ff4c39073c5fb797cde072c48bc45f89fdb90c269815695fd31b1da89b6 SHA512 b54b4896e0321fcac7ec08dd2e5dc567631c803501cc4798c7062de31185306bb5e69603c32ecb64cdbcd5772fc2d92ea41949c4e79abebd252fc491a47056ad WHIRLPOOL 4168961d2d3235f3ae6c6294b64febf73ef8f40b9982c6bba44b1950f601a98ceada6fd3a8897e6f9b5e68d5874be5e99469f4679a2fc9aa1116886ebc17eca0
DIST mikutter.3.3.5.tar.gz 2789919 SHA256 464a3adc2a75020d2cdc6ed52bea8e9445e8fe0f8cfb0e0d8acc914f78e0bf1a SHA512 8848be0c0af52959270f773c40506a4d94a0e062c587572b58b1f1622dac4c16d87b42d100c553c4f6e1fd70f4934bd1341a497466450e0476c0b24470b8d08d WHIRLPOOL 7b4f89107786a17d1fb771f03ca6853eb1a1d3710cae377c25307d7dc9f45ecdf454984b28e99808d163acf04d24b9183ddf39e7144bd7873164a0bfdbfae446
+DIST mikutter.3.4.2.tar.gz 3684733 SHA256 4531a284946763ca7c57dbfec1e26e029415519977414e381496bbb3ac84ea8f SHA512 bbdde61324825e9c7d4ffa6b6dc004f74c512391c1b1a538d7c72672f6aa68c3b68c579d1a2a3db13d25b909dc497195fcd7f0d66c88c8d1b2856508e965418d WHIRLPOOL 67a4fb086d1d50e3177f6ae31f5b2503bd10fac9ce9cd5cb264b1e5f2772a917ac054ce7fed050a167b5f604f969d5a4fce7db66369c93dd74d35b9a970e6425
diff --git a/net-misc/mikutter/mikutter-3.3.5.ebuild b/net-misc/mikutter/mikutter-3.3.5.ebuild
index d68d755..7f632dd 100644
--- a/net-misc/mikutter/mikutter-3.3.5.ebuild
+++ b/net-misc/mikutter/mikutter-3.3.5.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$
@@ -36,7 +36,7 @@ ruby_add_rdepend "dev-ruby/addressable
dev-ruby/delayer
dev-ruby/delayer-deferred
dev-ruby/httpclient
- dev-ruby/json
+ dev-ruby/json:0
dev-ruby/instance_storage
dev-ruby/memoist
>=dev-ruby/moneta-0.7
diff --git a/net-misc/mikutter/mikutter-3.2.7.ebuild b/net-misc/mikutter/mikutter-3.4.2.ebuild
similarity index 75%
rename from net-misc/mikutter/mikutter-3.2.7.ebuild
rename to net-misc/mikutter/mikutter-3.4.2.ebuild
index 3d29500..7ad7bb2 100644
--- a/net-misc/mikutter/mikutter-3.2.7.ebuild
+++ b/net-misc/mikutter/mikutter-3.4.2.ebuild
@@ -1,10 +1,10 @@
-# 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="ruby20 ruby21"
+USE_RUBY="ruby21 ruby22"
inherit eutils ruby-ng
@@ -25,24 +25,30 @@ HOMEPAGE="http://mikutter.hachune.net/"
LICENSE="GPL-3"
SLOT="0"
-IUSE="+libnotify sound"
+IUSE="+libnotify"
DEPEND=""
RDEPEND="
libnotify? ( x11-libs/libnotify )
- sound? ( media-sound/alsa-utils )"
+ media-sound/alsa-utils"
ruby_add_rdepend "dev-ruby/addressable
- dev-ruby/bsearch
dev-ruby/delayer
- dev-ruby/json
- dev-ruby/memoize
+ dev-ruby/delayer-deferred
+ dev-ruby/httpclient
+ dev-ruby/json:0
+ dev-ruby/instance_storage
+ dev-ruby/memoist
>=dev-ruby/moneta-0.7
+ dev-ruby/nokogiri
>=dev-ruby/oauth-0.4.7
+ dev-ruby/pluggaloid
dev-ruby/rcairo
>=dev-ruby/ruby-gettext-3.0.1
>=dev-ruby/ruby-gtk2-2.2.0
dev-ruby/ruby-hmac
+ dev-ruby/totoridipjp
+ dev-ruby/twitter-text
dev-ruby/typed-array
virtual/ruby-ssl"
@@ -57,14 +63,10 @@ all_ruby_unpack() {
each_ruby_install() {
local rubyversion
- #if use ruby_targets_ruby22; then
- # rubyversion=ruby22
- if use ruby_targets_ruby21; then
+ if use ruby_targets_ruby22; then
+ rubyversion=ruby22
+ elif use ruby_targets_ruby21; then
rubyversion=ruby21
- elif use ruby_targets_ruby20; then
- rubyversion=ruby20
- else
- die "Select Ruby verion 2.x"
fi
exeinto /usr/share/mikutter
diff --git a/net-misc/mikutter/mikutter-9999.ebuild b/net-misc/mikutter/mikutter-9999.ebuild
index d68d755..7ad7bb2 100644
--- a/net-misc/mikutter/mikutter-9999.ebuild
+++ b/net-misc/mikutter/mikutter-9999.ebuild
@@ -1,10 +1,10 @@
-# 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="ruby20 ruby21"
+USE_RUBY="ruby21 ruby22"
inherit eutils ruby-ng
@@ -36,7 +36,7 @@ ruby_add_rdepend "dev-ruby/addressable
dev-ruby/delayer
dev-ruby/delayer-deferred
dev-ruby/httpclient
- dev-ruby/json
+ dev-ruby/json:0
dev-ruby/instance_storage
dev-ruby/memoist
>=dev-ruby/moneta-0.7
@@ -63,14 +63,10 @@ all_ruby_unpack() {
each_ruby_install() {
local rubyversion
- #if use ruby_targets_ruby22; then
- # rubyversion=ruby22
- if use ruby_targets_ruby21; then
+ if use ruby_targets_ruby22; then
+ rubyversion=ruby22
+ elif use ruby_targets_ruby21; then
rubyversion=ruby21
- elif use ruby_targets_ruby20; then
- rubyversion=ruby20
- else
- die "Select Ruby verion 2.x"
fi
exeinto /usr/share/mikutter
next reply other threads:[~2016-08-11 15:41 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-11 15:41 Naohiro Aota [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-12 9:54 [gentoo-commits] repo/gentoo:master commit in: net-misc/mikutter/ Hans de Graaff
2025-04-19 9:17 Sam James
2024-03-18 2:21 Naohiro Aota
2023-11-29 5:07 Naohiro Aota
2023-11-29 5:07 Naohiro Aota
2023-04-08 7:34 Naohiro Aota
2022-09-07 4:16 Naohiro Aota
2021-10-09 15:56 Naohiro Aota
2021-10-06 0:36 Naohiro Aota
2021-07-13 10:17 Hans de Graaff
2021-05-23 16:43 Naohiro Aota
2019-11-03 8:21 Hans de Graaff
2019-04-21 5:31 Naohiro Aota
2019-04-09 5:53 Hans de Graaff
2018-05-06 16:18 Hans de Graaff
2018-04-14 7:26 Hans de Graaff
2017-07-30 11:09 David Seifert
2017-03-16 1:43 Naohiro Aota
2017-03-16 1:31 Naohiro Aota
2016-02-24 21:37 Manuel Rüger
2016-02-01 12:58 Naohiro Aota
2016-02-01 12:39 Naohiro Aota
2015-09-16 23:16 Naohiro Aota
2015-09-16 8:38 Naohiro Aota
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1470930033.4aefeecf6692a8fe79b3220a0ea004c788fd0568.naota@gentoo \
--to=naota@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox