public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/freefonts/
@ 2017-01-29 18:56 Fabian Groffen
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2017-01-29 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2c6bd29e232f77431e8009cb77cd4bb456f4bc82
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 18:51:18 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 18:56:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6bd29e

media-fonts/freefonts: dropped ~x86-interix

Package-Manager: portage-2.3.3

 media-fonts/freefonts/freefonts-0.10-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/freefonts/freefonts-0.10-r3.ebuild b/media-fonts/freefonts/freefonts-0.10-r3.ebuild
index d414750..ad613ee 100644
--- a/media-fonts/freefonts/freefonts-0.10-r3.ebuild
+++ b/media-fonts/freefonts/freefonts-0.10-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit font
 DESCRIPTION="A Collection of Free Type1 Fonts"
 SRC_URI="mirror://gimp/fonts/${P}.tar.gz"
 HOMEPAGE="http://www.gimp.org"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris"
 SLOT="0"
 LICENSE="freedist"
 IUSE="X"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/freefonts/
@ 2019-10-19 18:07 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-10-19 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     f306f9d7f9d9340ab4faea6927650fbed4114643
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 18:05:53 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 18:05:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f306f9d7

media-fonts/freefonts: Port to EAPI 7

Bug: https://bugs.gentoo.org/697302
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-fonts/freefonts/freefonts-0.10-r3.ebuild | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/media-fonts/freefonts/freefonts-0.10-r3.ebuild b/media-fonts/freefonts/freefonts-0.10-r3.ebuild
index 7427d02579e..85a881a0357 100644
--- a/media-fonts/freefonts/freefonts-0.10-r3.ebuild
+++ b/media-fonts/freefonts/freefonts-0.10-r3.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 inherit font
 
 DESCRIPTION="A Collection of Free Type1 Fonts"
-SRC_URI="mirror://gimp/fonts/${P}.tar.gz"
 HOMEPAGE="http://www.gimp.org"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris"
-SLOT="0"
+SRC_URI="mirror://gimp/fonts/${P}.tar.gz"
+
 LICENSE="freedist"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris"
 IUSE="X"
 
-FONT_S=${WORKDIR}/freefont
-S=${FONT_S}
+S="${WORKDIR}/freefont"
 
-FONT_SUFFIX="pfb"
 DOCS="README *.license"
+FONT_S="${S}"
+FONT_SUFFIX="pfb"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/freefonts/
@ 2020-01-11 16:11 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2020-01-11 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ce68ce7768f1749d57ce1c03b389680e6864c675
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 16:10:06 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 16:10:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce68ce77

media-fonts/freefonts: Fix LICENSE, add mirror restriction.

Closes: https://bugs.gentoo.org/702680
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../freefonts/{freefonts-0.10-r3.ebuild => freefonts-0.10-r4.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-fonts/freefonts/freefonts-0.10-r3.ebuild b/media-fonts/freefonts/freefonts-0.10-r4.ebuild
similarity index 78%
rename from media-fonts/freefonts/freefonts-0.10-r3.ebuild
rename to media-fonts/freefonts/freefonts-0.10-r4.ebuild
index 85a881a0357..73fbbf9c7cf 100644
--- a/media-fonts/freefonts/freefonts-0.10-r3.ebuild
+++ b/media-fonts/freefonts/freefonts-0.10-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,10 +9,11 @@ DESCRIPTION="A Collection of Free Type1 Fonts"
 HOMEPAGE="http://www.gimp.org"
 SRC_URI="mirror://gimp/fonts/${P}.tar.gz"
 
-LICENSE="freedist"
+LICENSE="freedist free-noncomm all-rights-reserved"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris"
 IUSE="X"
+RESTRICT="mirror bindist"
 
 S="${WORKDIR}/freefont"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-fonts/freefonts/
@ 2023-07-03 22:02 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2023-07-03 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     7631ec3c1552c732857e9784f6e8c0de1285ee04
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jul  2 08:44:55 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 22:02:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7631ec3c

media-fonts/freefonts: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-fonts/freefonts/freefonts-0.10-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/freefonts/freefonts-0.10-r4.ebuild b/media-fonts/freefonts/freefonts-0.10-r4.ebuild
index 1bbbd33b78bd..927e9aa036c5 100644
--- a/media-fonts/freefonts/freefonts-0.10-r4.ebuild
+++ b/media-fonts/freefonts/freefonts-0.10-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit font
 
 DESCRIPTION="A Collection of Free Type1 Fonts"
-HOMEPAGE="http://www.gimp.org"
+HOMEPAGE="https://www.gimp.org"
 SRC_URI="mirror://gimp/fonts/${P}.tar.gz"
 
 LICENSE="freedist free-noncomm all-rights-reserved"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-03 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-29 18:56 [gentoo-commits] repo/gentoo:master commit in: media-fonts/freefonts/ Fabian Groffen
  -- strict thread matches above, loose matches on Subject: below --
2019-10-19 18:07 David Seifert
2020-01-11 16:11 Ulrich Müller
2023-07-03 22:02 Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox