From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 677A5138334 for ; Thu, 13 Dec 2018 06:36:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78019E097A; Thu, 13 Dec 2018 06:36:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5837DE097A for ; Thu, 13 Dec 2018 06:36:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BE65335C94 for ; Thu, 13 Dec 2018 06:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 784C64DA for ; Thu, 13 Dec 2018 06:35:59 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1544682386.0b9a0dc64e40523a16ce32bfc747b20328b1a447.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/radius/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/radius/radius-0.7.4-r4.ebuild X-VCS-Directories: dev-ruby/radius/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0b9a0dc64e40523a16ce32bfc747b20328b1a447 X-VCS-Branch: master Date: Thu, 13 Dec 2018 06:35:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ac13993-ec22-4dcb-97fc-48d44fdaab0e X-Archives-Hash: fda0d3a2b8c22a8b3b2bc95b173e3341 commit: 0b9a0dc64e40523a16ce32bfc747b20328b1a447 Author: Hans de Graaff gentoo org> AuthorDate: Thu Dec 13 06:26:26 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Dec 13 06:26:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9a0dc6 dev-ruby/radius: add ruby25; remove obsolete HOMEPAGE Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/radius/radius-0.7.4-r4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/radius/radius-0.7.4-r4.ebuild b/dev-ruby/radius/radius-0.7.4-r4.ebuild index 69b015c0801..ef39583a336 100644 --- a/dev-ruby/radius/radius-0.7.4-r4.ebuild +++ b/dev-ruby/radius/radius-0.7.4-r4.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc" inherit ruby-fakegem DESCRIPTION="Powerful tag-based template system" -HOMEPAGE="https://github.com/jlong/radius http://radius.rubyforge.org/" +HOMEPAGE="https://github.com/jlong/radius" LICENSE="MIT" SLOT="0"