Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/eventmachine/
Date: Sat, 23 May 2020 06:34:10
Message-Id: 1590215639.44eea83f805bb8a2f227cfb106020c1d710a1c04.graaff@gentoo
1 commit: 44eea83f805bb8a2f227cfb106020c1d710a1c04
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 06:01:07 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 06:33:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44eea83f
7
8 dev-ruby/eventmachine: update HOMEPAGE
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/eventmachine/eventmachine-1.2.7.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild b/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild
17 index eef8004a177..2a49e0f7298 100644
18 --- a/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild
19 +++ b/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="docs/*.md README.md"
27 inherit ruby-fakegem
28
29 DESCRIPTION="EventMachine is a fast, simple event-processing library for Ruby programs"
30 -HOMEPAGE="http://rubyeventmachine.com"
31 +HOMEPAGE="https://github.com/eventmachine/eventmachine"
32 SRC_URI="https://github.com/eventmachine/eventmachine/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33
34 LICENSE="|| ( GPL-2 Ruby )"