Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/coffee-script/
Date: Mon, 11 Jun 2018 16:28:19
Message-Id: 1528734397.2ff752e77154211572dfc20d406f712e0dbe5236.bman@gentoo
1 commit: 2ff752e77154211572dfc20d406f712e0dbe5236
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 10 09:15:18 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 16:26:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff752e7
7
8 dev-lang/coffee-script: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8782
11
12 dev-lang/coffee-script/coffee-script-1.12.5.ebuild | 4 ++--
13 dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-lang/coffee-script/coffee-script-1.12.5.ebuild b/dev-lang/coffee-script/coffee-script-1.12.5.ebuild
17 index e1b9a4e081a..6029b25ed39 100644
18 --- a/dev-lang/coffee-script/coffee-script-1.12.5.ebuild
19 +++ b/dev-lang/coffee-script/coffee-script-1.12.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -6,7 +6,7 @@ EAPI=6
27 MY_PN="coffeescript"
28
29 DESCRIPTION="A little language that compiles into javascript"
30 -HOMEPAGE="http://coffeescript.org/"
31 +HOMEPAGE="https://coffeescript.org/"
32 SRC_URI="https://github.com/jashkenas/${MY_PN}/archive/${PV}.tar.gz
33 -> ${P}.tar.gz"
34 S="${WORKDIR}/${MY_PN}-${PV}"
35
36 diff --git a/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild b/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild
37 index 49e3c04aa16..941e12267f0 100644
38 --- a/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild
39 +++ b/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -8,7 +8,7 @@ inherit multilib
47 MY_PN="coffeescript"
48
49 DESCRIPTION="A little language that compiles into javascript"
50 -HOMEPAGE="http://coffeescript.org/"
51 +HOMEPAGE="https://coffeescript.org/"
52
53 # The tests are missing from the npm registry package, so use Github
54 # instead.