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 2272659CA3 for ; Sun, 6 Mar 2016 18:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 367B521C0AB; Sun, 6 Mar 2016 18:29:45 +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 A95AC21C0AB for ; Sun, 6 Mar 2016 18:29:44 +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 90185340976 for ; Sun, 6 Mar 2016 18:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1224A1BA0 for ; Sun, 6 Mar 2016 18:29:41 +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: <1457288969.fc52156045f680a9a45bc7e101948833f6e05842.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/xml-simple/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/xml-simple/xml-simple-1.1.3.ebuild dev-ruby/xml-simple/xml-simple-1.1.5.ebuild X-VCS-Directories: dev-ruby/xml-simple/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: fc52156045f680a9a45bc7e101948833f6e05842 X-VCS-Branch: master Date: Sun, 6 Mar 2016 18:29:41 +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: 5aae14fe-b67d-45c9-8e91-57ec0b112209 X-Archives-Hash: 08244f33e01725d864cb9a84ff0fcb7f commit: fc52156045f680a9a45bc7e101948833f6e05842 Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 6 18:29:29 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 6 18:29:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc521560 dev-ruby/xml-simple: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/xml-simple/xml-simple-1.1.3.ebuild | 6 +++--- dev-ruby/xml-simple/xml-simple-1.1.5.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild index 8d28030..c49cf85 100644 --- a/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild +++ b/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 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" +USE_RUBY="ruby20" # Gem only contains lib code, and github repository has no tags. RUBY_FAKEGEM_TASK_DOC="" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_TEST="" inherit ruby-fakegem -DESCRIPTION="Easy API to maintain XML. It is a Ruby port of Grant McLean's Perl module XML::Simple" +DESCRIPTION="Easy API to maintain XML. A Ruby port of Grant McLean's Perl module XML::Simple" HOMEPAGE="https://github.com/maik/xml-simple" LICENSE="Ruby" diff --git a/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild index ae8af5c..fe6d02e 100644 --- a/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild +++ b/dev-ruby/xml-simple/xml-simple-1.1.5.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 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" # Gem only contains lib code, and github repository has no tags. RUBY_FAKEGEM_RECIPE_DOC="rdoc" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_RECIPE_DOC="rdoc" inherit ruby-fakegem SRC_URI="https://github.com/maik/xml-simple/archive/v${PV}.tar.gz -> ${P}.tar.gz" -DESCRIPTION="Easy API to maintain XML. It is a Ruby port of Grant McLean's Perl module XML::Simple" +DESCRIPTION="Easy API to maintain XML. A Ruby port of Grant McLean's Perl module XML::Simple" HOMEPAGE="https://github.com/maik/xml-simple" LICENSE="Ruby"