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 5C4F31396D0 for ; Sun, 13 Aug 2017 11:25:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39BB0E0D14; Sun, 13 Aug 2017 11:24:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1C884E0D14 for ; Sun, 13 Aug 2017 11:24:59 +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 4D382341865 for ; Sun, 13 Aug 2017 11:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85E0477AF for ; Sun, 13 Aug 2017 11:24:55 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1502623400.9f61202e7042754aa3f7d25bfd3329a7dc2d09a6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/coolio/coolio-1.4.2.ebuild dev-ruby/coolio/coolio-1.4.5.ebuild dev-ruby/coolio/coolio-1.5.0.ebuild X-VCS-Directories: dev-ruby/coolio/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9f61202e7042754aa3f7d25bfd3329a7dc2d09a6 X-VCS-Branch: master Date: Sun, 13 Aug 2017 11:24:55 +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: 5ab02258-76c3-49bd-9344-3232b5937ed4 X-Archives-Hash: c5b92e2a1061cbd98693cc8574157f63 commit: 9f61202e7042754aa3f7d25bfd3329a7dc2d09a6 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Mon Aug 7 16:10:36 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 13 11:23:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f61202e dev-ruby/coolio: fix HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/5341 dev-ruby/coolio/coolio-1.4.2.ebuild | 4 ++-- dev-ruby/coolio/coolio-1.4.5.ebuild | 4 ++-- dev-ruby/coolio/coolio-1.5.0.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/coolio/coolio-1.4.2.ebuild b/dev-ruby/coolio/coolio-1.4.2.ebuild index a1223df43b1..f22f89e391d 100644 --- a/dev-ruby/coolio/coolio-1.4.2.ebuild +++ b/dev-ruby/coolio/coolio-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec" inherit multilib ruby-fakegem DESCRIPTION="A high performance event framework for Ruby which uses the libev C library" -HOMEPAGE="https://coolio.github.com/" +HOMEPAGE="https://coolio.github.io/" LICENSE="MIT" SLOT="0" diff --git a/dev-ruby/coolio/coolio-1.4.5.ebuild b/dev-ruby/coolio/coolio-1.4.5.ebuild index 7bd2968e08a..3cf99c52caf 100644 --- a/dev-ruby/coolio/coolio-1.4.5.ebuild +++ b/dev-ruby/coolio/coolio-1.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec" inherit multilib ruby-fakegem DESCRIPTION="A high performance event framework for Ruby which uses the libev C library" -HOMEPAGE="https://coolio.github.com/" +HOMEPAGE="https://coolio.github.io/" LICENSE="MIT" SLOT="0" diff --git a/dev-ruby/coolio/coolio-1.5.0.ebuild b/dev-ruby/coolio/coolio-1.5.0.ebuild index 47345b593b9..f1590fcf5af 100644 --- a/dev-ruby/coolio/coolio-1.5.0.ebuild +++ b/dev-ruby/coolio/coolio-1.5.0.ebuild @@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec" inherit multilib ruby-fakegem DESCRIPTION="A high performance event framework for Ruby which uses the libev C library" -HOMEPAGE="https://coolio.github.com/" +HOMEPAGE="https://coolio.github.io/" LICENSE="MIT" SLOT="0"