[gentoo-commits] repo/gentoo:master commit in: media-fonts/gidole/

2020-03-20 Thread Ulrich Müller
commit: 7676d09a850bc868dd263b6eb52b7f92c19c906c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Feb 15 19:46:24 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Mar 20 15:48:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7676d09a

Revert "media-fonts/gidole: Add missing FONT_S assignment."

This reverts commit 558309315d030a3874628630ac60e4e2e520f6f2.

Signed-off-by: Ulrich Müller  gentoo.org>

 media-fonts/gidole/gidole-2.0.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-fonts/gidole/gidole-2.0.2.ebuild 
b/media-fonts/gidole/gidole-2.0.2.ebuild
index a419df0f38a..0e02ce58ec5 100644
--- a/media-fonts/gidole/gidole-2.0.2.ebuild
+++ b/media-fonts/gidole/gidole-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,5 +15,4 @@ IUSE=""
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}/GidoleFont"
-FONT_S="${S}"
 FONT_SUFFIX="otf ttf"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/gidole/

2020-02-14 Thread Ulrich Müller
commit: 558309315d030a3874628630ac60e4e2e520f6f2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Feb 14 08:10:34 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Feb 14 12:57:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55830931

media-fonts/gidole: Add missing FONT_S assignment.

This fixes a failure of pushd/popd in font_src_install().

Closes: https://bugs.gentoo.org/709576
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 media-fonts/gidole/gidole-2.0.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-fonts/gidole/gidole-2.0.2.ebuild 
b/media-fonts/gidole/gidole-2.0.2.ebuild
index 6c8dec1fb10..a419df0f38a 100644
--- a/media-fonts/gidole/gidole-2.0.2.ebuild
+++ b/media-fonts/gidole/gidole-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,4 +15,5 @@ IUSE=""
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}/GidoleFont"
+FONT_S="${S}"
 FONT_SUFFIX="otf ttf"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/gidole/

2018-02-13 Thread Jonas Stein
commit: 1ce9e72708c2572b38611c367c23877a487ce0de
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Feb 13 22:45:26 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Feb 13 22:45:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce9e727

media-fonts/gidole: Fix SRC_URI

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-fonts/gidole/gidole-2.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/gidole/gidole-2.0.2.ebuild 
b/media-fonts/gidole/gidole-2.0.2.ebuild
index 8405676fef0..6c8dec1fb10 100644
--- a/media-fonts/gidole/gidole-2.0.2.ebuild
+++ b/media-fonts/gidole/gidole-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit font
 
 DESCRIPTION="Open source modern DIN fonts"
 HOMEPAGE="http://gidole.github.io/;
-SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.zip;
+SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip;
 
 LICENSE="OFL-1.1"
 SLOT="0"