Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/
Date: Sun, 30 Oct 2016 20:05:45
Message-Id: 1477857871.ce2df338ce0d2e4e26ca524d94ea7d8da37779c8.swegener@gentoo
1 commit: ce2df338ce0d2e4e26ca524d94ea7d8da37779c8
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 3 11:16:57 2016 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 20:04:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2df338
7
8 dev-util/strace: Update SourceForge GIT URLs
9
10 Package-Manager: portage-2.3.0
11 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
12
13 dev-util/strace/strace-4.13.ebuild | 3 ++-
14 dev-util/strace/strace-4.14.ebuild | 3 ++-
15 dev-util/strace/strace-4.9.ebuild | 5 +++--
16 dev-util/strace/strace-9999.ebuild | 3 ++-
17 4 files changed, 9 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-util/strace/strace-4.13.ebuild b/dev-util/strace/strace-4.13.ebuild
20 index f4c967e..aed6e63 100644
21 --- a/dev-util/strace/strace-4.13.ebuild
22 +++ b/dev-util/strace/strace-4.13.ebuild
23 @@ -6,7 +6,8 @@ EAPI="5"
24 inherit flag-o-matic eutils
25
26 if [[ ${PV} == "9999" ]] ; then
27 - EGIT_REPO_URI="git://strace.git.sourceforge.net/gitroot/strace/strace"
28 + EGIT_REPO_URI="git://git.code.sf.net/p/strace/code"
29 + EGIT_PROJECT="${PN}"
30 inherit git-2 autotools
31 else
32 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
33
34 diff --git a/dev-util/strace/strace-4.14.ebuild b/dev-util/strace/strace-4.14.ebuild
35 index b45d412..6c5ede4 100644
36 --- a/dev-util/strace/strace-4.14.ebuild
37 +++ b/dev-util/strace/strace-4.14.ebuild
38 @@ -6,7 +6,8 @@ EAPI="5"
39 inherit flag-o-matic eutils
40
41 if [[ ${PV} == "9999" ]] ; then
42 - EGIT_REPO_URI="git://strace.git.sourceforge.net/gitroot/strace/strace"
43 + EGIT_REPO_URI="git://git.code.sf.net/p/strace/code"
44 + EGIT_PROJECT="${PN}"
45 inherit git-2 autotools
46 else
47 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
48
49 diff --git a/dev-util/strace/strace-4.9.ebuild b/dev-util/strace/strace-4.9.ebuild
50 index 61def4e..2eb1783 100644
51 --- a/dev-util/strace/strace-4.9.ebuild
52 +++ b/dev-util/strace/strace-4.9.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2015 Gentoo Foundation
55 +# Copyright 1999-2016 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Id$
58
59 @@ -7,7 +7,8 @@ EAPI="4"
60 inherit flag-o-matic eutils
61
62 if [[ ${PV} == "9999" ]] ; then
63 - EGIT_REPO_URI="git://strace.git.sourceforge.net/gitroot/strace/strace"
64 + EGIT_REPO_URI="git://git.code.sf.net/p/strace/code"
65 + EGIT_PROJECT="${PN}"
66 inherit git-2 autotools
67 else
68 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
69
70 diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild
71 index b45d412..6c5ede4 100644
72 --- a/dev-util/strace/strace-9999.ebuild
73 +++ b/dev-util/strace/strace-9999.ebuild
74 @@ -6,7 +6,8 @@ EAPI="5"
75 inherit flag-o-matic eutils
76
77 if [[ ${PV} == "9999" ]] ; then
78 - EGIT_REPO_URI="git://strace.git.sourceforge.net/gitroot/strace/strace"
79 + EGIT_REPO_URI="git://git.code.sf.net/p/strace/code"
80 + EGIT_PROJECT="${PN}"
81 inherit git-2 autotools
82 else
83 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"