Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
Date: Sun, 04 Jul 2021 21:54:08
Message-Id: 1625435629.936bf53dda8275e7fcd7174f8f42a507b9e8ab91.williamh@gentoo
1 commit: 936bf53dda8275e7fcd7174f8f42a507b9e8ab91
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 21:53:18 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 21:53:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936bf53d
7
8 app-accessibility/espeakup: fix the upstream git repository
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 app-accessibility/espeakup/espeakup-0.90.ebuild | 2 +-
14 app-accessibility/espeakup/espeakup-9999.ebuild | 2 +-
15 app-accessibility/espeakup/metadata.xml | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild b/app-accessibility/espeakup/espeakup-0.90.ebuild
19 index fac584f9372..64a9b3f5a8a 100644
20 --- a/app-accessibility/espeakup/espeakup-0.90.ebuild
21 +++ b/app-accessibility/espeakup/espeakup-0.90.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=7
24
25 if [[ ${PV} == "9999" ]] ; then
26 - EGIT_REPO_URI="https://github.com/williamh/espeakup.git"
27 + EGIT_REPO_URI="https://github.com/linux-speakup/espeakup.git"
28 inherit git-r3
29 else
30 SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31
32 diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild
33 index a54813ed5d9..206dd07cd25 100644
34 --- a/app-accessibility/espeakup/espeakup-9999.ebuild
35 +++ b/app-accessibility/espeakup/espeakup-9999.ebuild
36 @@ -4,7 +4,7 @@
37 EAPI=7
38
39 if [[ ${PV} == "9999" ]] ; then
40 - EGIT_REPO_URI="https://github.com/williamh/espeakup.git"
41 + EGIT_REPO_URI="https://github.com/linux-speakup/espeakup.git"
42 inherit git-r3
43 else
44 SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45
46 diff --git a/app-accessibility/espeakup/metadata.xml b/app-accessibility/espeakup/metadata.xml
47 index a8b8f95c43c..e6e23a39c06 100644
48 --- a/app-accessibility/espeakup/metadata.xml
49 +++ b/app-accessibility/espeakup/metadata.xml
50 @@ -13,6 +13,6 @@ Espeakup is a small lightweight connector which makes it possible for
51 speakup to use espeak as its synthesizer.
52 </longdescription>
53 <upstream>
54 - <remote-id type="github">williamh/espeakup</remote-id>
55 + <remote-id type="github">linux-speakup/espeakup</remote-id>
56 </upstream>
57 </pkgmetadata>