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/slim/
Date: Sun, 06 Mar 2016 19:08:11
Message-Id: 1457291001.a5a7f17749291033f784ea0e53b5c15f38b3d5f6.mrueg@gentoo
1 commit: a5a7f17749291033f784ea0e53b5c15f38b3d5f6
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 19:03:21 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 19:03:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a7f177
7
8 dev-ruby/slim: Remove ruby19, fix desc
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/slim/slim-2.1.0.ebuild | 6 +++---
13 dev-ruby/slim/slim-3.0.6.ebuild | 4 ++--
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-ruby/slim/slim-2.1.0.ebuild b/dev-ruby/slim/slim-2.1.0.ebuild
17 index 81675d7..0edb671 100644
18 --- a/dev-ruby/slim/slim-2.1.0.ebuild
19 +++ b/dev-ruby/slim/slim-2.1.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2015 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 ruby21"
28 +USE_RUBY="ruby20 ruby21"
29
30 RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
31
32 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_TASK_DOC="yard"
33
34 inherit ruby-fakegem
35
36 -DESCRIPTION="A template language whose goal is reduce the syntax to the essential parts without becoming cryptic"
37 +DESCRIPTION="A template language aiming to reduce the syntax to the essential parts"
38 HOMEPAGE="http://slim-lang.com/"
39 LICENSE="MIT"
40
41
42 diff --git a/dev-ruby/slim/slim-3.0.6.ebuild b/dev-ruby/slim/slim-3.0.6.ebuild
43 index 8493f8c..03858e3 100644
44 --- a/dev-ruby/slim/slim-3.0.6.ebuild
45 +++ b/dev-ruby/slim/slim-3.0.6.ebuild
46 @@ -1,4 +1,4 @@
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 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_TASK_DOC="yard"
53
54 inherit ruby-fakegem
55
56 -DESCRIPTION="A template language whose goal is reduce the syntax to the essential parts without becoming cryptic"
57 +DESCRIPTION="A template language aiming to reduce the syntax to the essential parts"
58 HOMEPAGE="http://slim-lang.com/"
59 LICENSE="MIT"