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/xml-simple/
Date: Sun, 06 Mar 2016 18:29:48
Message-Id: 1457288969.fc52156045f680a9a45bc7e101948833f6e05842.mrueg@gentoo
1 commit: fc52156045f680a9a45bc7e101948833f6e05842
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 18:29:29 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 18:29:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc521560
7
8 dev-ruby/xml-simple: Remove ruby19, fix desc
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/xml-simple/xml-simple-1.1.3.ebuild | 6 +++---
13 dev-ruby/xml-simple/xml-simple-1.1.5.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild
17 index 8d28030..c49cf85 100644
18 --- a/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild
19 +++ b/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27 -USE_RUBY="ruby19 ruby20"
28 +USE_RUBY="ruby20"
29
30 # Gem only contains lib code, and github repository has no tags.
31 RUBY_FAKEGEM_TASK_DOC=""
32 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_TEST=""
33
34 inherit ruby-fakegem
35
36 -DESCRIPTION="Easy API to maintain XML. It is a Ruby port of Grant McLean's Perl module XML::Simple"
37 +DESCRIPTION="Easy API to maintain XML. A Ruby port of Grant McLean's Perl module XML::Simple"
38 HOMEPAGE="https://github.com/maik/xml-simple"
39
40 LICENSE="Ruby"
41
42 diff --git a/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild
43 index ae8af5c..fe6d02e 100644
44 --- a/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild
45 +++ b/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild
46 @@ -1,9 +1,9 @@
47 -# Copyright 1999-2015 Gentoo Foundation
48 +# Copyright 1999-2016 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Id$
51
52 EAPI=5
53 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
54 +USE_RUBY="ruby20 ruby21 ruby22"
55
56 # Gem only contains lib code, and github repository has no tags.
57 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
58 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_RECIPE_DOC="rdoc"
59 inherit ruby-fakegem
60
61 SRC_URI="https://github.com/maik/xml-simple/archive/v${PV}.tar.gz -> ${P}.tar.gz"
62 -DESCRIPTION="Easy API to maintain XML. It is a Ruby port of Grant McLean's Perl module XML::Simple"
63 +DESCRIPTION="Easy API to maintain XML. A Ruby port of Grant McLean's Perl module XML::Simple"
64 HOMEPAGE="https://github.com/maik/xml-simple"
65
66 LICENSE="Ruby"