Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/calendar_date_select/
Date: Thu, 15 Feb 2018 14:27:46
Message-Id: 1518704847.eee6beb5056bb958e44eb1b9aae067ed97975db5.monsieurp@gentoo
1 commit: eee6beb5056bb958e44eb1b9aae067ed97975db5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 7 18:11:32 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 14:27:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee6beb5
7
8 dev-ruby/calendar_date_select: fix HOMEPAGE.
9
10 Closes: https://github.com/gentoo/gentoo/pull/7111
11
12 dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild b/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild
16 index 0b7e156d22d..c5557ef510b 100644
17 --- a/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild
18 +++ b/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -17,7 +17,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="app"
26 inherit ruby-fakegem
27
28 DESCRIPTION="A popular and flexible JavaScript DatePicker for RubyOnRails"
29 -HOMEPAGE="https://code.google.com/p/calendardateselect/"
30 +HOMEPAGE="https://github.com/timcharper/calendar_date_select"
31
32 LICENSE="MIT"
33 SLOT="0"