Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bumblebee/
Date: Sun, 30 Jul 2017 09:23:19
Message-Id: 1501406571.0b08d54e81734e1654fbac223700d651a7383bcb.mgorny@gentoo
1 commit: 0b08d54e81734e1654fbac223700d651a7383bcb
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:15:23 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b08d54e
7
8 x11-misc/bumblebee: use HTTPS for GitHub, HOMEPAGE and SRC_URI
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 x11-misc/bumblebee/bumblebee-3.2.1.ebuild | 6 +++---
13 x11-misc/bumblebee/bumblebee-3.2.1_p20170123.ebuild | 4 ++--
14 x11-misc/bumblebee/bumblebee-9999.ebuild | 4 ++--
15 3 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/x11-misc/bumblebee/bumblebee-3.2.1.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1.ebuild
18 index 9187302abbe..a0904a9a887 100644
19 --- a/x11-misc/bumblebee/bumblebee-3.2.1.ebuild
20 +++ b/x11-misc/bumblebee/bumblebee-3.2.1.ebuild
21 @@ -1,12 +1,12 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 inherit eutils multilib readme.gentoo systemd user
28
29 DESCRIPTION="Service providing elegant and stable means of managing Optimus graphics chipsets"
30 -HOMEPAGE="http://bumblebee-project.org https://github.com/Bumblebee-Project/Bumblebee"
31 -SRC_URI="http://bumblebee-project.org/${P}.tar.gz"
32 +HOMEPAGE="https://bumblebee-project.org https://github.com/Bumblebee-Project/Bumblebee"
33 +SRC_URI="https://bumblebee-project.org/${P}.tar.gz"
34
35 SLOT="0"
36 LICENSE="GPL-3"
37
38 diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20170123.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20170123.ebuild
39 index 38982456a42..65477c88d73 100644
40 --- a/x11-misc/bumblebee/bumblebee-3.2.1_p20170123.ebuild
41 +++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20170123.ebuild
42 @@ -7,7 +7,7 @@ inherit autotools multilib readme.gentoo-r1 systemd user
43
44 if [[ ${PV} == 9999 ]]; then
45 inherit git-r3
46 - EGIT_REPO_URI="git://github.com/Bumblebee-Project/Bumblebee.git"
47 + EGIT_REPO_URI="https://github.com/Bumblebee-Project/Bumblebee.git"
48 EGIT_BRANCH="develop"
49 KEYWORDS=""
50 else
51 @@ -19,7 +19,7 @@ else
52 fi
53
54 DESCRIPTION="Service providing elegant and stable means of managing Optimus graphics chipsets"
55 -HOMEPAGE="http://bumblebee-project.org https://github.com/Bumblebee-Project/Bumblebee"
56 +HOMEPAGE="https://bumblebee-project.org https://github.com/Bumblebee-Project/Bumblebee"
57
58 SLOT="0"
59 LICENSE="GPL-3"
60
61 diff --git a/x11-misc/bumblebee/bumblebee-9999.ebuild b/x11-misc/bumblebee/bumblebee-9999.ebuild
62 index 38982456a42..65477c88d73 100644
63 --- a/x11-misc/bumblebee/bumblebee-9999.ebuild
64 +++ b/x11-misc/bumblebee/bumblebee-9999.ebuild
65 @@ -7,7 +7,7 @@ inherit autotools multilib readme.gentoo-r1 systemd user
66
67 if [[ ${PV} == 9999 ]]; then
68 inherit git-r3
69 - EGIT_REPO_URI="git://github.com/Bumblebee-Project/Bumblebee.git"
70 + EGIT_REPO_URI="https://github.com/Bumblebee-Project/Bumblebee.git"
71 EGIT_BRANCH="develop"
72 KEYWORDS=""
73 else
74 @@ -19,7 +19,7 @@ else
75 fi
76
77 DESCRIPTION="Service providing elegant and stable means of managing Optimus graphics chipsets"
78 -HOMEPAGE="http://bumblebee-project.org https://github.com/Bumblebee-Project/Bumblebee"
79 +HOMEPAGE="https://bumblebee-project.org https://github.com/Bumblebee-Project/Bumblebee"
80
81 SLOT="0"
82 LICENSE="GPL-3"