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: dev-util/uncrustify/
Date: Sun, 30 Jul 2017 09:38:18
Message-Id: 1501407474.1f4c7afd0ecb986afc4e5659a01ea7475d413c12.mgorny@gentoo
1 commit: 1f4c7afd0ecb986afc4e5659a01ea7475d413c12
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:53:03 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:37:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4c7afd
7
8 dev-util/uncrustify: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-util/uncrustify/uncrustify-0.64.ebuild | 7 +++----
13 dev-util/uncrustify/uncrustify-9999.ebuild | 7 +++----
14 2 files changed, 6 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-util/uncrustify/uncrustify-0.64.ebuild b/dev-util/uncrustify/uncrustify-0.64.ebuild
17 index aff1f3ec884..d0891fcae6c 100644
18 --- a/dev-util/uncrustify/uncrustify-0.64.ebuild
19 +++ b/dev-util/uncrustify/uncrustify-0.64.ebuild
20 @@ -1,17 +1,16 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 if [[ $PV == *9999* ]]; then
28 - EGIT_REPO_URI="git://github.com/uncrustify/uncrustify.git
29 - https://github.com/uncrustify/uncrustify.git"
30 + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
31 KEYWORDS=""
32 SRC_URI=""
33 scm_eclass=git-r3
34 else
35 KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
36 - SRC_URI="https://github.com/uncrustify/${PN}/archive/${P}.tar.gz"
37 + SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
38 S=${WORKDIR}/${PN}-${P}
39 fi
40
41
42 diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-9999.ebuild
43 index aff1f3ec884..d0891fcae6c 100644
44 --- a/dev-util/uncrustify/uncrustify-9999.ebuild
45 +++ b/dev-util/uncrustify/uncrustify-9999.ebuild
46 @@ -1,17 +1,16 @@
47 -# Copyright 1999-2016 Gentoo Foundation
48 +# Copyright 1999-2017 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52
53 if [[ $PV == *9999* ]]; then
54 - EGIT_REPO_URI="git://github.com/uncrustify/uncrustify.git
55 - https://github.com/uncrustify/uncrustify.git"
56 + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
57 KEYWORDS=""
58 SRC_URI=""
59 scm_eclass=git-r3
60 else
61 KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
62 - SRC_URI="https://github.com/uncrustify/${PN}/archive/${P}.tar.gz"
63 + SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
64 S=${WORKDIR}/${PN}-${P}
65 fi