summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-03-06 20:44:11 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-03-06 20:44:11 +0100
commitc113dd0bee5e85bd8509d96c1a49026a4c055d6c (patch)
tree159b5cb415ce807c7de1ca418bc03370b6644fdb /dev-ruby/iobuffer
parentdev-ruby/colorize: Remove ruby19, fix desc (diff)
downloadgentoo-c113dd0bee5e85bd8509d96c1a49026a4c055d6c.tar.gz
gentoo-c113dd0bee5e85bd8509d96c1a49026a4c055d6c.tar.bz2
gentoo-c113dd0bee5e85bd8509d96c1a49026a4c055d6c.zip
dev-ruby/iobuffer: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/iobuffer')
-rw-r--r--dev-ruby/iobuffer/iobuffer-1.1.2-r3.ebuild6
1 files 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 0f0bf14c851d..e49408ed1693 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"