diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-07 18:10:36 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-08-13 13:23:20 +0200 |
commit | 9f61202e7042754aa3f7d25bfd3329a7dc2d09a6 (patch) | |
tree | a808f148e789c88080723f7f015140624eb2df9b /dev-ruby/coolio | |
parent | dev-python/pytest-runner: fix HOMEPAGE (diff) | |
download | gentoo-9f61202e7042754aa3f7d25bfd3329a7dc2d09a6.tar.gz gentoo-9f61202e7042754aa3f7d25bfd3329a7dc2d09a6.tar.bz2 gentoo-9f61202e7042754aa3f7d25bfd3329a7dc2d09a6.zip |
dev-ruby/coolio: fix HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/5341
Diffstat (limited to 'dev-ruby/coolio')
-rw-r--r-- | dev-ruby/coolio/coolio-1.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/coolio/coolio-1.4.5.ebuild | 4 | ||||
-rw-r--r-- | 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 a1223df43b16..f22f89e391d7 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 7bd2968e08ab..3cf99c52caf5 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 47345b593b96..f1590fcf5afd 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" |