commit:     c113dd0bee5e85bd8509d96c1a49026a4c055d6c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 19:44:11 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 19:44:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c113dd0b

dev-ruby/iobuffer: Remove ruby19, fix desc

Package-Manager: portage-2.2.27

 dev-ruby/iobuffer/iobuffer-1.1.2-r3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/iobuffer/iobuffer-1.1.2-r3.ebuild 
b/dev-ruby/iobuffer/iobuffer-1.1.2-r3.ebuild
index 0f0bf14..e49408e 100644
--- a/dev-ruby/iobuffer/iobuffer-1.1.2-r3.ebuild
+++ b/dev-ruby/iobuffer/iobuffer-1.1.2-r3.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
 # rbx: Kernel(Autoload)#allocate (method_missing)
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
@@ -15,7 +15,7 @@ inherit multilib ruby-fakegem
 
 GITHUB_USER="tarcieri"
 
-DESCRIPTION="IO::Buffer is a fast byte queue which is primarily intended for 
non-blocking I/O applications"
+DESCRIPTION="IO::Buffer is a byte queue which is intended for non-blocking I/O 
applications"
 HOMEPAGE="https://github.com/tarcieri/iobuffer";
 SRC_URI="https://github.com/${GITHUB_USER}/iobuffer/tarball/v${PV} -> 
${PN}-git-${PV}.tgz"
 

Reply via email to