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 A9076138247 for ; Wed, 27 Nov 2013 14:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF381E0A60; Wed, 27 Nov 2013 14:16:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 788F8E0A60 for ; Wed, 27 Nov 2013 14:16:06 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F4B633F157 for ; Wed, 27 Nov 2013 14:16:05 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2293) id 3CF442004B; Wed, 27 Nov 2013 14:16:04 +0000 (UTC) From: "Naohiro Aota (naota)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, naota@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/termtter: termtter-2.2.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: termtter-2.2.2.ebuild ChangeLog X-VCS-Directories: net-misc/termtter X-VCS-Committer: naota X-VCS-Committer-Name: Naohiro Aota Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131127141604.3CF442004B@flycatcher.gentoo.org> Date: Wed, 27 Nov 2013 14:16:04 +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: 5da665f9-9239-4a0f-8304-3642194f0778 X-Archives-Hash: 0749ef561ec20e29e4266ab418136b9b naota 13/11/27 14:16:04 Modified: ChangeLog Added: termtter-2.2.2.ebuild Log: Version bump. Drop support of ruby18. #475314 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514) Revision Changes Path 1.2 net-misc/termtter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/termtter/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/termtter/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/termtter/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/termtter/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 13 Nov 2011 08:28:20 -0000 1.1 +++ ChangeLog 27 Nov 2013 14:16:03 -0000 1.2 @@ -1,10 +1,14 @@ # ChangeLog for net-misc/termtter -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/termtter/ChangeLog,v 1.1 2011/11/13 08:28:20 naota Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/termtter/ChangeLog,v 1.2 2013/11/27 14:16:03 naota Exp $ + +*termtter-2.2.2 (27 Nov 2013) + + 27 Nov 2013; Naohiro Aota +termtter-2.2.2.ebuild: + Version bump. Drop support of ruby18. #475314 *termtter-1.10.0 (13 Nov 2011) 13 Nov 2011; Naohiro Aota +termtter-1.10.0.ebuild, +metadata.xml: New package net-misc/termtter. - 1.1 net-misc/termtter/termtter-2.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/termtter/termtter-2.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/termtter/termtter-2.2.2.ebuild?rev=1.1&content-type=text/plain Index: termtter-2.2.2.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/termtter/termtter-2.2.2.ebuild,v 1.1 2013/11/27 14:16:03 naota Exp $ EAPI=5 USE_RUBY="ruby19" #RUBY_FAKEGEM_RECIPE_TEST="rake" RUBY_FAKEGEM_RECIPE_TEST="" RUBY_FAKEGEM_TASK_TEST="spec" inherit ruby-fakegem DESCRIPTION="Termtter is a terminal based Twitter client." HOMEPAGE="https://github.com/termtter/termtter" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_rdepend "dev-ruby/json dev-ruby/highline dev-ruby/termcolor dev-ruby/rubytter dev-ruby/notify dev-ruby/activerecord dev-ruby/builder" # dev-ruby/fluent-logger ruby_add_bdepend " doc? ( dev-ruby/rdoc ) test? ( dev-ruby/haml dev-ruby/git dev-ruby/rspec dev-ruby/jeweler )" # dev-ruby/cucumber