Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gnocky/
Date: Thu, 29 Aug 2019 11:39:27
Message-Id: 1567078681.f8349562ef5825a5a956d47d512eddf4c520a1a6.soap@gentoo
1 commit: f8349562ef5825a5a956d47d512eddf4c520a1a6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 11:38:01 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 11:38:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8349562
7
8 app-mobilephone/gnocky: [QA] Fix ${HOMEPAGE} in SRC_URI
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-mobilephone/gnocky/gnocky-0.0.7.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-mobilephone/gnocky/gnocky-0.0.7.ebuild b/app-mobilephone/gnocky/gnocky-0.0.7.ebuild
17 index db68d7f735f..abb294597d7 100644
18 --- a/app-mobilephone/gnocky/gnocky-0.0.7.ebuild
19 +++ b/app-mobilephone/gnocky/gnocky-0.0.7.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 DESCRIPTION="GTK-2 version of gnokii"
28 HOMEPAGE="http://www.gnokii.org/"
29 -SRC_URI="${HOMEPAGE}download/${PN}/${P}.tar.bz2"
30 +SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2"
31
32 LICENSE="GPL-2"
33 SLOT="0"