* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2018-02-14 0:24 Jonas Stein
0 siblings, 0 replies; 16+ messages in thread
From: Jonas Stein @ 2018-02-14 0:24 UTC (permalink / raw
To: gentoo-commits
commit: 0ed82ce7f5ad074bd858238798da9d7c33f0fbbc
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 00:23:15 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 00:23:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed82ce7
media-fonts/open-sans: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-fonts/open-sans/open-sans-1.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/media-fonts/open-sans/open-sans-1.ebuild b/media-fonts/open-sans/open-sans-1.ebuild
deleted file mode 100644
index 7cc5b44431e..00000000000
--- a/media-fonts/open-sans/open-sans-1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit font
-
-DESCRIPTION="Clean and modern sans-serif typeface designed for legibility across interfaces"
-HOMEPAGE="http://www.opensans.com/"
-SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
-# renamed from unversioned google zip
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-S=${WORKDIR}
-FONT_SUFFIX="ttf"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2018-02-14 0:24 Jonas Stein
0 siblings, 0 replies; 16+ messages in thread
From: Jonas Stein @ 2018-02-14 0:24 UTC (permalink / raw
To: gentoo-commits
commit: e9c4e2f1ef32d7d43af165c6d3b6537bb6d2ac3e
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 00:21:47 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 00:21:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c4e2f1
media-fonts/open-sans: Fix SRC_URI
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-fonts/open-sans/open-sans-1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-fonts/open-sans/open-sans-1.ebuild b/media-fonts/open-sans/open-sans-1.ebuild
index 86cf721800e..7cc5b44431e 100644
--- a/media-fonts/open-sans/open-sans-1.ebuild
+++ b/media-fonts/open-sans/open-sans-1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit font
-DESCRIPTION="A clean and modern sans-serif typeface designed for legibility across interfaces"
+DESCRIPTION="Clean and modern sans-serif typeface designed for legibility across interfaces"
HOMEPAGE="http://www.opensans.com/"
-SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.zip"
+SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
# renamed from unversioned google zip
LICENSE="Apache-2.0"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2018-02-14 0:24 Jonas Stein
0 siblings, 0 replies; 16+ messages in thread
From: Jonas Stein @ 2018-02-14 0:24 UTC (permalink / raw
To: gentoo-commits
commit: ce5e6dc0404c635ed347ca00f5dc89953992ecc8
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 00:22:35 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 00:22:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5e6dc0
media-fonts/open-sans: Bump to EAPI=6
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-fonts/open-sans/open-sans-1-r1.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
new file mode 100644
index 00000000000..bea7db905f9
--- /dev/null
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit font
+
+DESCRIPTION="Clean and modern sans-serif typeface designed for legibility across interfaces"
+HOMEPAGE="http://www.opensans.com/"
+SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
+# renamed from unversioned google zip
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+S=${WORKDIR}
+FONT_SUFFIX="ttf"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2018-02-14 1:02 Jonas Stein
0 siblings, 0 replies; 16+ messages in thread
From: Jonas Stein @ 2018-02-14 1:02 UTC (permalink / raw
To: gentoo-commits
commit: b41aade56aeba444c3b4ea05c62bfc77204b78b8
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 01:02:35 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 01:02:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41aade5
media-fonts/open-sans: Restore old stable
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-fonts/open-sans/open-sans-1.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/media-fonts/open-sans/open-sans-1.ebuild b/media-fonts/open-sans/open-sans-1.ebuild
new file mode 100644
index 00000000000..7cc5b44431e
--- /dev/null
+++ b/media-fonts/open-sans/open-sans-1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit font
+
+DESCRIPTION="Clean and modern sans-serif typeface designed for legibility across interfaces"
+HOMEPAGE="http://www.opensans.com/"
+SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
+# renamed from unversioned google zip
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 arm x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+S=${WORKDIR}
+FONT_SUFFIX="ttf"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2020-02-06 8:23 Sergei Trofimovich
0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2020-02-06 8:23 UTC (permalink / raw
To: gentoo-commits
commit: 89a6c95416b654a8fd44daaa95c04c5bd0eba56e
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 08:05:00 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 08:22:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a6c954
media-fonts/open-sans: keyworded 1-r1 for ia64, bug #707118
Package-Manager: Portage-2.3.87, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index bea7db905f9..2ce2f8d864c 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.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=6
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~x86"
IUSE=""
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2020-02-06 8:34 Sergei Trofimovich
0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2020-02-06 8:34 UTC (permalink / raw
To: gentoo-commits
commit: d86f284639d1dafe724818e2370b9aac4387de36
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 08:30:49 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 08:30:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86f2846
media-fonts/open-sans: keyworded 1-r1 for ppc, bug #707118
Package-Manager: Portage-2.3.87, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index 2ce2f8d864c..f715f5eb19f 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
IUSE=""
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2020-02-06 9:02 Sergei Trofimovich
0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2020-02-06 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 7d5d69eb1c9e5d373223721a95c892bc929993c9
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 08:40:46 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 09:02:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5d69eb
media-fonts/open-sans: keyworded 1-r1 for ppc64, bug #707118
Package-Manager: Portage-2.3.87, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index f715f5eb19f..8fa17d621e8 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2020-02-14 12:58 Ulrich Müller
0 siblings, 0 replies; 16+ messages in thread
From: Ulrich Müller @ 2020-02-14 12:58 UTC (permalink / raw
To: gentoo-commits
commit: afd9ce6ee2ebaf272c7fd1b39205a87e6dbe9051
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 08:10:54 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 12:57:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd9ce6e
media-fonts/open-sans: 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 <ulm <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 1 +
media-fonts/open-sans/open-sans-1.ebuild | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index 8fa17d621e8..6156804391a 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -16,4 +16,5 @@ IUSE=""
DEPEND="app-arch/unzip"
S=${WORKDIR}
+FONT_S="${S}"
FONT_SUFFIX="ttf"
diff --git a/media-fonts/open-sans/open-sans-1.ebuild b/media-fonts/open-sans/open-sans-1.ebuild
index 7cc5b44431e..5491aab1ab1 100644
--- a/media-fonts/open-sans/open-sans-1.ebuild
+++ b/media-fonts/open-sans/open-sans-1.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
@@ -16,4 +16,5 @@ IUSE=""
DEPEND="app-arch/unzip"
S=${WORKDIR}
+FONT_S="${S}"
FONT_SUFFIX="ttf"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2020-02-14 18:25 Ulrich Müller
0 siblings, 0 replies; 16+ messages in thread
From: Ulrich Müller @ 2020-02-14 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 5b908800018fb7a75a7d8b79da824a1342a11264
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 18:20:50 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 18:24:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b908800
media-fonts/open-sans: Keyword for remaining archs, bug 707118.
ALLARCHES policy.
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index 6156804391a..5bb2cb9d053 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2020-03-20 15:49 Ulrich Müller
0 siblings, 0 replies; 16+ messages in thread
From: Ulrich Müller @ 2020-03-20 15:49 UTC (permalink / raw
To: gentoo-commits
commit: 804a75b90e8fa3acdf8185daaf95ef306caf41f0
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 19:46:15 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 15:48:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804a75b9
Revert "media-fonts/open-sans: Add missing FONT_S assignment."
This reverts commit afd9ce6ee2ebaf272c7fd1b39205a87e6dbe9051.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 1 -
media-fonts/open-sans/open-sans-1.ebuild | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index 5bb2cb9d053..cea11b713e0 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -16,5 +16,4 @@ IUSE=""
DEPEND="app-arch/unzip"
S=${WORKDIR}
-FONT_S="${S}"
FONT_SUFFIX="ttf"
diff --git a/media-fonts/open-sans/open-sans-1.ebuild b/media-fonts/open-sans/open-sans-1.ebuild
index 5491aab1ab1..2508f76ec95 100644
--- a/media-fonts/open-sans/open-sans-1.ebuild
+++ b/media-fonts/open-sans/open-sans-1.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
@@ -16,5 +16,4 @@ IUSE=""
DEPEND="app-arch/unzip"
S=${WORKDIR}
-FONT_S="${S}"
FONT_SUFFIX="ttf"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2021-03-17 2:16 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-03-17 2:16 UTC (permalink / raw
To: gentoo-commits
commit: 779e0eb2d2a3a8c3294d8d7bba57f44dcc3af0c1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 02:15:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 02:15:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779e0eb2
media-fonts/open-sans: Stabilize 1-r1 amd64, #776715
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index c4e5872d1e1..284707f2eac 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2021-03-17 2:19 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-03-17 2:19 UTC (permalink / raw
To: gentoo-commits
commit: 14d93acd69e4e34ba55f5db1c3bb34c3858d7578
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 02:19:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 02:19:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d93acd
media-fonts/open-sans: Stabilize 1-r1 x86, #776715
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index 284707f2eac..925c27bcd92 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
IUSE=""
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2022-02-07 6:32 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-02-07 6:32 UTC (permalink / raw
To: gentoo-commits
commit: 0b8f6ce92a9c68d29718681a88a3dee7353ebd39
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 7 06:31:28 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 7 06:31:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8f6ce9
media-fonts/open-sans: Keyword 1-r1 arm64, #830712
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index 5660b1a8d80c..f21bf7c715ff 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2022-07-23 2:50 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-07-23 2:50 UTC (permalink / raw
To: gentoo-commits
commit: 893bedf7d7bcb235be038e5a2b04bc8dc9be80ce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 02:50:04 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 02:50:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893bedf7
media-fonts/open-sans: Stabilize 1-r1 ppc, #860144
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index 4c3689cb47f5..b2817033160e 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2022-07-23 2:50 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-07-23 2:50 UTC (permalink / raw
To: gentoo-commits
commit: 1af088608a91862591d3a1d7edf0531b538329af
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 02:50:03 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 02:50:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af08860
media-fonts/open-sans: Stabilize 1-r1 ppc64, #860144
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index e50370b1cbe2..4c3689cb47f5 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/
@ 2022-07-25 4:19 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-07-25 4:19 UTC (permalink / raw
To: gentoo-commits
commit: efa6a29b8e3a6a48549c47074875a82c4a0bff9a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 04:17:52 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 04:17:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa6a29b
media-fonts/open-sans: Stabilize 1-r1 sparc, #860144
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-fonts/open-sans/open-sans-1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/open-sans/open-sans-1-r1.ebuild b/media-fonts/open-sans/open-sans-1-r1.ebuild
index b2817033160e..d0fb36b16ba3 100644
--- a/media-fonts/open-sans/open-sans-1-r1.ebuild
+++ b/media-fonts/open-sans/open-sans-1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2022-07-25 4:19 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-07 6:32 [gentoo-commits] repo/gentoo:master commit in: media-fonts/open-sans/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-07-25 4:19 Sam James
2022-07-23 2:50 Sam James
2022-07-23 2:50 Sam James
2021-03-17 2:19 Sam James
2021-03-17 2:16 Sam James
2020-03-20 15:49 Ulrich Müller
2020-02-14 18:25 Ulrich Müller
2020-02-14 12:58 Ulrich Müller
2020-02-06 9:02 Sergei Trofimovich
2020-02-06 8:34 Sergei Trofimovich
2020-02-06 8:23 Sergei Trofimovich
2018-02-14 1:02 Jonas Stein
2018-02-14 0:24 Jonas Stein
2018-02-14 0:24 Jonas Stein
2018-02-14 0:24 Jonas Stein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox