Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/posix-spawn/
Date: Sun, 06 Mar 2016 18:50:12
Message-Id: 1457290194.c7c82f8f2a3cdfc11ee2c21972d309975ac3818f.mrueg@gentoo
1 commit: c7c82f8f2a3cdfc11ee2c21972d309975ac3818f
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 18:49:54 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 18:49:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c82f8f
7
8 dev-ruby/posix-spawn: Remove ruby19, fix desc
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild b/dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild
16 index c63a603..046b2c6 100644
17 --- a/dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild
18 +++ b/dev-ruby/posix-spawn/posix-spawn-0.3.11.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26
27 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
28 +USE_RUBY="ruby20 ruby21 ruby22"
29 KEYWORDS="~amd64"
30
31 RUBY_FAKEGEM_TASK_DOC=""
32 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md TODO HACKING"
33
34 inherit ruby-fakegem
35
36 -DESCRIPTION="The posix-spawn library aims to implement a subset of the Ruby 1.9 Process::spawn"
37 +DESCRIPTION="Library that implements a subset of the Ruby 1.9 Process::spawn"
38 HOMEPAGE="https://github.com/rtomayko/posix-spawn/"
39
40 LICENSE="MIT LGPL-2.1"