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 2DAAB59CA3 for ; Sun, 6 Mar 2016 18:39:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E02421C03E; Sun, 6 Mar 2016 18:39:54 +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 8715F21C03E for ; Sun, 6 Mar 2016 18:39:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 16381340A5C for ; Sun, 6 Mar 2016 18:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4DAA18A5 for ; Sun, 6 Mar 2016 18:39:49 +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: <1457289578.a9322af29b8c5013145626356ddf26ef0b97226f.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-gettext/ruby-gettext-3.1.1.ebuild dev-ruby/ruby-gettext/ruby-gettext-3.1.2.ebuild dev-ruby/ruby-gettext/ruby-gettext-3.1.9.ebuild dev-ruby/ruby-gettext/ruby-gettext-3.2.1.ebuild X-VCS-Directories: dev-ruby/ruby-gettext/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a9322af29b8c5013145626356ddf26ef0b97226f X-VCS-Branch: master Date: Sun, 6 Mar 2016 18:39:49 +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: 5bd7dfdf-6aab-4ba7-b9dc-d23972290d22 X-Archives-Hash: 05a741ab9f4d24b9f935c4a21315db6b commit: a9322af29b8c5013145626356ddf26ef0b97226f Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 6 18:39:38 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 6 18:39:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9322af2 dev-ruby/ruby-gettext: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/ruby-gettext/ruby-gettext-3.1.1.ebuild | 6 +++--- dev-ruby/ruby-gettext/ruby-gettext-3.1.2.ebuild | 6 +++--- dev-ruby/ruby-gettext/ruby-gettext-3.1.9.ebuild | 4 ++-- dev-ruby/ruby-gettext/ruby-gettext-3.2.1.ebuild | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.1.1.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-3.1.1.ebuild index b9bc5be..2a7b0a5 100644 --- a/dev-ruby/ruby-gettext/ruby-gettext-3.1.1.ebuild +++ b/dev-ruby/ruby-gettext/ruby-gettext-3.1.1.ebuild @@ -1,10 +1,10 @@ -# 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" RUBY_FAKEGEM_NAME="${PN/ruby-/}" RUBY_FAKEGEM_VERSION="${PV%_*}" @@ -18,7 +18,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="po" inherit ruby-fakegem -DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package" +DESCRIPTION="Native Language Support Library and Tools modeled after GNU gettext package" HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc" diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.1.2.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-3.1.2.ebuild index cc48d54..3db7f0b 100644 --- a/dev-ruby/ruby-gettext/ruby-gettext-3.1.2.ebuild +++ b/dev-ruby/ruby-gettext/ruby-gettext-3.1.2.ebuild @@ -1,10 +1,10 @@ -# 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" RUBY_FAKEGEM_NAME="${PN/ruby-/}" RUBY_FAKEGEM_VERSION="${PV%_*}" @@ -18,7 +18,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="po" inherit ruby-fakegem -DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package" +DESCRIPTION="Native Language Support Library and Tools modeled after GNU gettext package" HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.1.9.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-3.1.9.ebuild index fb25ab3..fec74e9 100644 --- a/dev-ruby/ruby-gettext/ruby-gettext-3.1.9.ebuild +++ b/dev-ruby/ruby-gettext/ruby-gettext-3.1.9.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$ @@ -18,7 +18,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="locale po" inherit ruby-fakegem -DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package" +DESCRIPTION="Native Language Support Library and Tools modeled after GNU gettext package" HOMEPAGE="http://ruby-gettext.github.io/" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.2.1.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-3.2.1.ebuild index 9fb4d26..fec74e9 100644 --- a/dev-ruby/ruby-gettext/ruby-gettext-3.2.1.ebuild +++ b/dev-ruby/ruby-gettext/ruby-gettext-3.2.1.ebuild @@ -18,7 +18,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="locale po" inherit ruby-fakegem -DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package" +DESCRIPTION="Native Language Support Library and Tools modeled after GNU gettext package" HOMEPAGE="http://ruby-gettext.github.io/" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"