Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/freefonts/
Date: Sat, 11 Jan 2020 16:11:22
Message-Id: 1578759006.ce68ce7768f1749d57ce1c03b389680e6864c675.ulm@gentoo
1 commit: ce68ce7768f1749d57ce1c03b389680e6864c675
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 16:10:06 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 16:10:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce68ce77
7
8 media-fonts/freefonts: Fix LICENSE, add mirror restriction.
9
10 Closes: https://bugs.gentoo.org/702680
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 .../freefonts/{freefonts-0.10-r3.ebuild => freefonts-0.10-r4.ebuild} | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/media-fonts/freefonts/freefonts-0.10-r3.ebuild b/media-fonts/freefonts/freefonts-0.10-r4.ebuild
18 similarity index 78%
19 rename from media-fonts/freefonts/freefonts-0.10-r3.ebuild
20 rename to media-fonts/freefonts/freefonts-0.10-r4.ebuild
21 index 85a881a0357..73fbbf9c7cf 100644
22 --- a/media-fonts/freefonts/freefonts-0.10-r3.ebuild
23 +++ b/media-fonts/freefonts/freefonts-0.10-r4.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -9,10 +9,11 @@ DESCRIPTION="A Collection of Free Type1 Fonts"
31 HOMEPAGE="http://www.gimp.org"
32 SRC_URI="mirror://gimp/fonts/${P}.tar.gz"
33
34 -LICENSE="freedist"
35 +LICENSE="freedist free-noncomm all-rights-reserved"
36 SLOT="0"
37 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris"
38 IUSE="X"
39 +RESTRICT="mirror bindist"
40
41 S="${WORKDIR}/freefont"