From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 10E4759CA3 for ; Sun, 6 Mar 2016 19:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F28321C01E; Sun, 6 Mar 2016 19:08:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AEF221C01E for ; Sun, 6 Mar 2016 19:08:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74D23340A99 for ; Sun, 6 Mar 2016 19:08:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C4F218A5 for ; Sun, 6 Mar 2016 19:08:05 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457291001.a5a7f17749291033f784ea0e53b5c15f38b3d5f6.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/slim/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/slim/slim-2.1.0.ebuild dev-ruby/slim/slim-3.0.6.ebuild X-VCS-Directories: dev-ruby/slim/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a5a7f17749291033f784ea0e53b5c15f38b3d5f6 X-VCS-Branch: master Date: Sun, 6 Mar 2016 19:08:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e154756a-b916-49fd-9029-3ca64022f825 X-Archives-Hash: 140999bf7fa96daf67a8846a532cac21 commit: a5a7f17749291033f784ea0e53b5c15f38b3d5f6 Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 6 19:03:21 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 6 19:03:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a7f177 dev-ruby/slim: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/slim/slim-2.1.0.ebuild | 6 +++--- dev-ruby/slim/slim-3.0.6.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/slim/slim-2.1.0.ebuild b/dev-ruby/slim/slim-2.1.0.ebuild index 81675d7..0edb671 100644 --- a/dev-ruby/slim/slim-2.1.0.ebuild +++ b/dev-ruby/slim/slim-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="CHANGES README.md" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_TASK_DOC="yard" inherit ruby-fakegem -DESCRIPTION="A template language whose goal is reduce the syntax to the essential parts without becoming cryptic" +DESCRIPTION="A template language aiming to reduce the syntax to the essential parts" HOMEPAGE="http://slim-lang.com/" LICENSE="MIT" diff --git a/dev-ruby/slim/slim-3.0.6.ebuild b/dev-ruby/slim/slim-3.0.6.ebuild index 8493f8c..03858e3 100644 --- a/dev-ruby/slim/slim-3.0.6.ebuild +++ b/dev-ruby/slim/slim-3.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ RUBY_FAKEGEM_TASK_DOC="yard" inherit ruby-fakegem -DESCRIPTION="A template language whose goal is reduce the syntax to the essential parts without becoming cryptic" +DESCRIPTION="A template language aiming to reduce the syntax to the essential parts" HOMEPAGE="http://slim-lang.com/" LICENSE="MIT"