Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/gidole/
Date: Tue, 13 Feb 2018 22:45:39
Message-Id: 1518561926.1ce9e72708c2572b38611c367c23877a487ce0de.jstein@gentoo
1 commit: 1ce9e72708c2572b38611c367c23877a487ce0de
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 22:45:26 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 22:45:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce9e727
7
8 media-fonts/gidole: Fix SRC_URI
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-fonts/gidole/gidole-2.0.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-fonts/gidole/gidole-2.0.2.ebuild b/media-fonts/gidole/gidole-2.0.2.ebuild
16 index 8405676fef0..6c8dec1fb10 100644
17 --- a/media-fonts/gidole/gidole-2.0.2.ebuild
18 +++ b/media-fonts/gidole/gidole-2.0.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -6,7 +6,7 @@ inherit font
26
27 DESCRIPTION="Open source modern DIN fonts"
28 HOMEPAGE="http://gidole.github.io/"
29 -SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.zip"
30 +SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
31
32 LICENSE="OFL-1.1"
33 SLOT="0"