Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ninja/
Date: Sat, 30 Apr 2016 22:05:38
Message-Id: 1462053933.2fb52ce9099457909d7e0479513f35a4db6c98a1.floppym@gentoo
1 commit: 2fb52ce9099457909d7e0479513f35a4db6c98a1
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 22:04:51 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 22:05:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb52ce9
7
8 dev-util/ninja: update SRC_URI
9
10 Package-Manager: portage-2.2.28_p97
11
12 dev-util/ninja/ninja-1.7.1.ebuild | 4 ++--
13 dev-util/ninja/ninja-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-util/ninja/ninja-1.7.1.ebuild b/dev-util/ninja/ninja-1.7.1.ebuild
17 index 03d1eeb..b228a4e 100644
18 --- a/dev-util/ninja/ninja-1.7.1.ebuild
19 +++ b/dev-util/ninja/ninja-1.7.1.ebuild
20 @@ -10,9 +10,9 @@ inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs
21
22 if [[ ${PV} == 9999 ]]; then
23 inherit git-r3
24 - EGIT_REPO_URI="https://github.com/martine/ninja.git"
25 + EGIT_REPO_URI="https://github.com/ninja-build/ninja.git"
26 else
27 - SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 + SRC_URI="https://github.com/ninja-build/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
30 fi
31
32
33 diff --git a/dev-util/ninja/ninja-9999.ebuild b/dev-util/ninja/ninja-9999.ebuild
34 index 6bf677c..b228a4e 100644
35 --- a/dev-util/ninja/ninja-9999.ebuild
36 +++ b/dev-util/ninja/ninja-9999.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 +# Copyright 1999-2016 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Id$
42
43 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
44 inherit git-r3
45 EGIT_REPO_URI="https://github.com/ninja-build/ninja.git"
46 else
47 - SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 + SRC_URI="https://github.com/ninja-build/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
50 fi