* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2015-10-12 11:42 Guilherme Amadio
0 siblings, 0 replies; 17+ messages in thread
From: Guilherme Amadio @ 2015-10-12 11:42 UTC (permalink / raw
To: gentoo-commits
commit: c39b8521af1228529cd65519be4fd016d5adcd52
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 11:43:14 2015 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 11:43:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39b8521
media-fonts/symbola: version bump
Package-Manager: portage-2.2.23
media-fonts/symbola/Manifest | 1 +
media-fonts/symbola/symbola-8.00.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/media-fonts/symbola/Manifest b/media-fonts/symbola/Manifest
index 06b5da7..0a4e021 100644
--- a/media-fonts/symbola/Manifest
+++ b/media-fonts/symbola/Manifest
@@ -1,3 +1,4 @@
DIST symbola-7.12.docx 220068 SHA256 84ad42f1839fbd03cc520399290ae71b97cdd258dbbd882c8066cd31e4c42b4e SHA512 68ed54d1a3c335016077eba90c91b530d95618f4bd241596083fbca82acba5a23c5ebfdf1c870c8183a357094635642aa3f17542cec946b3489a2f3b63ac6a29 WHIRLPOOL 35193049991b5c47f61b76025b5cd791eced8dc046c4a29da24856f99dc53e59a63783aebc7417017b53ffa1aca450336f0213b76d9f01a227b1f557345b1338
DIST symbola-7.12.pdf 2720033 SHA256 8a1183ade50a0ebd6a68ed8d7650f979cc11f956ebb192694aa8d60c112767d8 SHA512 eab7727c3ce5727c16aed62b115e4a864ec57ad60726e6ef98f7f8d3e24944e0837b59f801bbd371b465b5e1f8eee83f4c137d8d80743a08e84288f26a218851 WHIRLPOOL f24d281b5340b8abb3bc60df7683ff15ecdf568eba8ee35cc508a6c8dbf8134775718bc36da5552faff94e47ba12de7c2aa4b651d470717462eb83fde2f5b750
DIST symbola-7.12.ttf 2093772 SHA256 7acc058bd4e56cc986b2a46420520f59be402c3565c202b5dcebca7f3bfd8b5a SHA512 72d81c69cf723fd53460b977a6df99f789a950011dddbc27f60a09f3540d9e89bd524468033c9e8fe2fa14ccfe631b15aca26ade33c0a5ae461cadda958d036f WHIRLPOOL 56965f49ee774151073b7c34732fc42843b3eb6c180cf3a5d288b85087d5e3a7dea4d1581ba7315b1d9f318d79356d1b61f358a4397e5810fa57b1cdeda693a7
+DIST symbola-8.00.zip 4668110 SHA256 0d568882ca4f38a8e7d487367c75f4d8d7cb9f902b9675b7f6620c139014dad1 SHA512 f496be58660c5d07fd0a9422eef1dad3d0aa06e350e37f84a547496a6a9c6abf6fa4609e9051e40772e952cd4f71a7dd02ad0ba16cf3aa2b51f31fee09ef9b84 WHIRLPOOL 54f2bd82669be4a54dbb365eb083e241c8cf50f1f827319564875eefdf6d346245759857d87e1c393456d3e8bfd094a5a977f30d3a5e405b22f7d75f2f5ec766
diff --git a/media-fonts/symbola/symbola-8.00.ebuild b/media-fonts/symbola/symbola-8.00.ebuild
new file mode 100644
index 0000000..a3fce54
--- /dev/null
+++ b/media-fonts/symbola/symbola-8.00.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="${PN/s/S}"
+
+inherit font
+
+DESCRIPTION="Unicode font for Basic Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
+HOMEPAGE="http://users.teilar.gr/~g1951d/"
+SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
+LICENSE="Unicode_Fonts_for_Ancient_Scripts"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="doc"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}"
+FONT_S="${S}"
+FONT_SUFFIX="ttf"
+
+src_prepare() {
+ if use doc; then
+ DOCS="${MY_PN}.docx ${MY_PN}.pdf"
+ fi
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2015-12-21 12:40 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2015-12-21 12:40 UTC (permalink / raw
To: gentoo-commits
commit: 9446032b5bcc1484cea44241af2af3da3907042a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 12:39:45 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 12:39:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9446032b
media-fonts/symbola: amd64 stable wrt bug #568760
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-fonts/symbola/symbola-8.00.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/symbola/symbola-8.00.ebuild b/media-fonts/symbola/symbola-8.00.ebuild
index a3fce54..397a00d 100644
--- a/media-fonts/symbola/symbola-8.00.ebuild
+++ b/media-fonts/symbola/symbola-8.00.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE="doc"
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2015-12-26 10:36 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2015-12-26 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 5b5e958153f25b3db612113d2a97e3670a4d6a5a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 10:34:17 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 10:34:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5e9581
media-fonts/symbola: ppc stable wrt bug #568760
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-fonts/symbola/symbola-8.00.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/symbola/symbola-8.00.ebuild b/media-fonts/symbola/symbola-8.00.ebuild
index c11e50c..c123ef6 100644
--- a/media-fonts/symbola/symbola-8.00.ebuild
+++ b/media-fonts/symbola/symbola-8.00.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
IUSE="doc"
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2016-01-09 16:05 Markus Meier
0 siblings, 0 replies; 17+ messages in thread
From: Markus Meier @ 2016-01-09 16:05 UTC (permalink / raw
To: gentoo-commits
commit: 39838bc1635b60497b86dce6f16e8160981c58a3
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 16:05:09 2016 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 16:05:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39838bc1
media-fonts/symbola: arm stable, bug #568760
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"
media-fonts/symbola/symbola-8.00.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/symbola/symbola-8.00.ebuild b/media-fonts/symbola/symbola-8.00.ebuild
index c123ef6..7b250fc 100644
--- a/media-fonts/symbola/symbola-8.00.ebuild
+++ b/media-fonts/symbola/symbola-8.00.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 arm ppc x86"
IUSE="doc"
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2017-04-01 19:14 David Seifert
0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2017-04-01 19:14 UTC (permalink / raw
To: gentoo-commits
commit: 5df282157d10ce8524d6beeb7646db20c5033311
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 1 19:12:31 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 1 19:12:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df28215
media-fonts/symbola: Fix DESCRIPTION.toolong
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-fonts/symbola/symbola-7.12.ebuild | 4 ++--
media-fonts/symbola/symbola-8.00.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-fonts/symbola/symbola-7.12.ebuild b/media-fonts/symbola/symbola-7.12.ebuild
index b158ec77ca5..d2c31299b3e 100644
--- a/media-fonts/symbola/symbola-7.12.ebuild
+++ b/media-fonts/symbola/symbola-7.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -7,7 +7,7 @@ MY_PN="${PN/s/S}"
inherit font
-DESCRIPTION="Unicode font for Basic Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
+DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
HOMEPAGE="http://users.teilar.gr/~g1951d/"
SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.ttf -> ${P}.ttf
doc? ( http://users.teilar.gr/~g1951d/${MY_PN}.docx -> ${P}.docx
diff --git a/media-fonts/symbola/symbola-8.00.ebuild b/media-fonts/symbola/symbola-8.00.ebuild
index 49b8a6ff809..249cacd708c 100644
--- a/media-fonts/symbola/symbola-8.00.ebuild
+++ b/media-fonts/symbola/symbola-8.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ MY_PN="${PN/s/S}"
inherit font
-DESCRIPTION="Unicode font for Basic Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
+DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
HOMEPAGE="http://users.teilar.gr/~g1951d/"
SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2017-05-29 9:50 Chí-Thanh Christopher Nguyễn
0 siblings, 0 replies; 17+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2017-05-29 9:50 UTC (permalink / raw
To: gentoo-commits
commit: ec20f52716910275dd1f4bb740b0f4947841a0ba
Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 09:49:23 2017 +0000
Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Mon May 29 09:49:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec20f527
media-fonts/symbola: version bump
Package-Manager: Portage-2.3.5, Repoman-2.3.1
media-fonts/symbola/Manifest | 1 +
media-fonts/symbola/symbola-9.00.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/media-fonts/symbola/Manifest b/media-fonts/symbola/Manifest
index 0a4e0216c20..916a73d255d 100644
--- a/media-fonts/symbola/Manifest
+++ b/media-fonts/symbola/Manifest
@@ -2,3 +2,4 @@ DIST symbola-7.12.docx 220068 SHA256 84ad42f1839fbd03cc520399290ae71b97cdd258dbb
DIST symbola-7.12.pdf 2720033 SHA256 8a1183ade50a0ebd6a68ed8d7650f979cc11f956ebb192694aa8d60c112767d8 SHA512 eab7727c3ce5727c16aed62b115e4a864ec57ad60726e6ef98f7f8d3e24944e0837b59f801bbd371b465b5e1f8eee83f4c137d8d80743a08e84288f26a218851 WHIRLPOOL f24d281b5340b8abb3bc60df7683ff15ecdf568eba8ee35cc508a6c8dbf8134775718bc36da5552faff94e47ba12de7c2aa4b651d470717462eb83fde2f5b750
DIST symbola-7.12.ttf 2093772 SHA256 7acc058bd4e56cc986b2a46420520f59be402c3565c202b5dcebca7f3bfd8b5a SHA512 72d81c69cf723fd53460b977a6df99f789a950011dddbc27f60a09f3540d9e89bd524468033c9e8fe2fa14ccfe631b15aca26ade33c0a5ae461cadda958d036f WHIRLPOOL 56965f49ee774151073b7c34732fc42843b3eb6c180cf3a5d288b85087d5e3a7dea4d1581ba7315b1d9f318d79356d1b61f358a4397e5810fa57b1cdeda693a7
DIST symbola-8.00.zip 4668110 SHA256 0d568882ca4f38a8e7d487367c75f4d8d7cb9f902b9675b7f6620c139014dad1 SHA512 f496be58660c5d07fd0a9422eef1dad3d0aa06e350e37f84a547496a6a9c6abf6fa4609e9051e40772e952cd4f71a7dd02ad0ba16cf3aa2b51f31fee09ef9b84 WHIRLPOOL 54f2bd82669be4a54dbb365eb083e241c8cf50f1f827319564875eefdf6d346245759857d87e1c393456d3e8bfd094a5a977f30d3a5e405b22f7d75f2f5ec766
+DIST symbola-9.00.zip 4774052 SHA256 856de5857be48b8e31fc078fb93a9f3bd706b2552ba57b42863622f837cd3f35 SHA512 d8f523d418d4f74eb180b0bae29adf787d6bd468c290fca7b13eec90c2e4952367ce4cbf036897193bd3b2a0eccd40c1e957389c80a954a6c5228f167065f5a5 WHIRLPOOL 43235ee0d3e4cd698d7858a61e42055ce0e8a56733daeb364eb3ebef872a13e9a3d63f5d6a11ca4448007ac12df126c4e98b1641bce44cc98aace784713e19b4
diff --git a/media-fonts/symbola/symbola-9.00.ebuild b/media-fonts/symbola/symbola-9.00.ebuild
new file mode 100644
index 00000000000..918ce57928d
--- /dev/null
+++ b/media-fonts/symbola/symbola-9.00.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MY_PN="${PN/s/S}"
+
+inherit font
+
+DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
+HOMEPAGE="http://users.teilar.gr/~g1951d/"
+SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
+LICENSE="Unicode_Fonts_for_Ancient_Scripts"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="doc"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}"
+FONT_S="${S}"
+FONT_SUFFIX="ttf"
+
+src_prepare() {
+ if use doc; then
+ DOCS="${MY_PN}.docx ${MY_PN}.pdf"
+ fi
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2017-05-29 9:50 Chí-Thanh Christopher Nguyễn
0 siblings, 0 replies; 17+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2017-05-29 9:50 UTC (permalink / raw
To: gentoo-commits
commit: 7255ad91d61fd8aafe9a10a211f587f1023d9517
Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 09:49:57 2017 +0000
Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Mon May 29 09:49:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7255ad91
media-fonts/symbola: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.1
media-fonts/symbola/Manifest | 3 ---
media-fonts/symbola/symbola-7.12.ebuild | 31 -------------------------------
2 files changed, 34 deletions(-)
diff --git a/media-fonts/symbola/Manifest b/media-fonts/symbola/Manifest
index 916a73d255d..dea7b245fee 100644
--- a/media-fonts/symbola/Manifest
+++ b/media-fonts/symbola/Manifest
@@ -1,5 +1,2 @@
-DIST symbola-7.12.docx 220068 SHA256 84ad42f1839fbd03cc520399290ae71b97cdd258dbbd882c8066cd31e4c42b4e SHA512 68ed54d1a3c335016077eba90c91b530d95618f4bd241596083fbca82acba5a23c5ebfdf1c870c8183a357094635642aa3f17542cec946b3489a2f3b63ac6a29 WHIRLPOOL 35193049991b5c47f61b76025b5cd791eced8dc046c4a29da24856f99dc53e59a63783aebc7417017b53ffa1aca450336f0213b76d9f01a227b1f557345b1338
-DIST symbola-7.12.pdf 2720033 SHA256 8a1183ade50a0ebd6a68ed8d7650f979cc11f956ebb192694aa8d60c112767d8 SHA512 eab7727c3ce5727c16aed62b115e4a864ec57ad60726e6ef98f7f8d3e24944e0837b59f801bbd371b465b5e1f8eee83f4c137d8d80743a08e84288f26a218851 WHIRLPOOL f24d281b5340b8abb3bc60df7683ff15ecdf568eba8ee35cc508a6c8dbf8134775718bc36da5552faff94e47ba12de7c2aa4b651d470717462eb83fde2f5b750
-DIST symbola-7.12.ttf 2093772 SHA256 7acc058bd4e56cc986b2a46420520f59be402c3565c202b5dcebca7f3bfd8b5a SHA512 72d81c69cf723fd53460b977a6df99f789a950011dddbc27f60a09f3540d9e89bd524468033c9e8fe2fa14ccfe631b15aca26ade33c0a5ae461cadda958d036f WHIRLPOOL 56965f49ee774151073b7c34732fc42843b3eb6c180cf3a5d288b85087d5e3a7dea4d1581ba7315b1d9f318d79356d1b61f358a4397e5810fa57b1cdeda693a7
DIST symbola-8.00.zip 4668110 SHA256 0d568882ca4f38a8e7d487367c75f4d8d7cb9f902b9675b7f6620c139014dad1 SHA512 f496be58660c5d07fd0a9422eef1dad3d0aa06e350e37f84a547496a6a9c6abf6fa4609e9051e40772e952cd4f71a7dd02ad0ba16cf3aa2b51f31fee09ef9b84 WHIRLPOOL 54f2bd82669be4a54dbb365eb083e241c8cf50f1f827319564875eefdf6d346245759857d87e1c393456d3e8bfd094a5a977f30d3a5e405b22f7d75f2f5ec766
DIST symbola-9.00.zip 4774052 SHA256 856de5857be48b8e31fc078fb93a9f3bd706b2552ba57b42863622f837cd3f35 SHA512 d8f523d418d4f74eb180b0bae29adf787d6bd468c290fca7b13eec90c2e4952367ce4cbf036897193bd3b2a0eccd40c1e957389c80a954a6c5228f167065f5a5 WHIRLPOOL 43235ee0d3e4cd698d7858a61e42055ce0e8a56733daeb364eb3ebef872a13e9a3d63f5d6a11ca4448007ac12df126c4e98b1641bce44cc98aace784713e19b4
diff --git a/media-fonts/symbola/symbola-7.12.ebuild b/media-fonts/symbola/symbola-7.12.ebuild
deleted file mode 100644
index d2c31299b3e..00000000000
--- a/media-fonts/symbola/symbola-7.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_PN="${PN/s/S}"
-
-inherit font
-
-DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
-HOMEPAGE="http://users.teilar.gr/~g1951d/"
-SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.ttf -> ${P}.ttf
- doc? ( http://users.teilar.gr/~g1951d/${MY_PN}.docx -> ${P}.docx
- http://users.teilar.gr/~g1951d/${MY_PN}.pdf -> ${P}.pdf )"
-LICENSE="Unicode_Fonts_for_Ancient_Scripts"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE="doc"
-
-S="${WORKDIR}"
-FONT_SUFFIX="ttf"
-
-src_prepare() {
- cp "${DISTDIR}"/${P}.ttf "${S}"/${MY_PN}.ttf || die
- if use doc; then
- DOCS="${MY_PN}.docx ${MY_PN}.pdf"
- cp "${DISTDIR}"/${P}.docx "${S}"/${MY_PN}.docx || die
- cp "${DISTDIR}"/${P}.pdf "${S}"/${MY_PN}.pdf || die
- fi
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2017-08-10 11:39 Guilherme Amadio
0 siblings, 0 replies; 17+ messages in thread
From: Guilherme Amadio @ 2017-08-10 11:39 UTC (permalink / raw
To: gentoo-commits
commit: b825df8e3d7516939ca05e474bc7c20888cb952f
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 11:38:56 2017 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 11:39:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b825df8e
media-fonts/symbola: version bump to 9.17, bug 627358
Closes: https://bugs.gentoo.org/show_bug.cgi?id=627358
Package-Manager: Portage-2.3.6, Repoman-2.3.3
media-fonts/symbola/Manifest | 2 +-
media-fonts/symbola/{symbola-9.00.ebuild => symbola-9.17.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-fonts/symbola/Manifest b/media-fonts/symbola/Manifest
index dea7b245fee..f921b61364b 100644
--- a/media-fonts/symbola/Manifest
+++ b/media-fonts/symbola/Manifest
@@ -1,2 +1,2 @@
DIST symbola-8.00.zip 4668110 SHA256 0d568882ca4f38a8e7d487367c75f4d8d7cb9f902b9675b7f6620c139014dad1 SHA512 f496be58660c5d07fd0a9422eef1dad3d0aa06e350e37f84a547496a6a9c6abf6fa4609e9051e40772e952cd4f71a7dd02ad0ba16cf3aa2b51f31fee09ef9b84 WHIRLPOOL 54f2bd82669be4a54dbb365eb083e241c8cf50f1f827319564875eefdf6d346245759857d87e1c393456d3e8bfd094a5a977f30d3a5e405b22f7d75f2f5ec766
-DIST symbola-9.00.zip 4774052 SHA256 856de5857be48b8e31fc078fb93a9f3bd706b2552ba57b42863622f837cd3f35 SHA512 d8f523d418d4f74eb180b0bae29adf787d6bd468c290fca7b13eec90c2e4952367ce4cbf036897193bd3b2a0eccd40c1e957389c80a954a6c5228f167065f5a5 WHIRLPOOL 43235ee0d3e4cd698d7858a61e42055ce0e8a56733daeb364eb3ebef872a13e9a3d63f5d6a11ca4448007ac12df126c4e98b1641bce44cc98aace784713e19b4
+DIST symbola-9.17.zip 4122777 SHA256 dcb4a8fd44a161f6531a00c4946b40824b17e1732205a422dc141e3f9f47c42b SHA512 29c2141ba7d5be96b4d2faa52e4d2efbd1ff6a8368fdeae8986a4a3de50522a813c46efd462556b5b6c10bb97777ca068564b9dcdfd7961c485ece5fda18e04c WHIRLPOOL 0f1996d56dc8a98a9d81ca6b71f595dccc85f955565274ed7caea6a6a6e3678231a6519e1234d6d3ad59381a787ccc9d4c2e3df5428f571b6b1bb2f89e6fe3c1
diff --git a/media-fonts/symbola/symbola-9.00.ebuild b/media-fonts/symbola/symbola-9.17.ebuild
similarity index 94%
rename from media-fonts/symbola/symbola-9.00.ebuild
rename to media-fonts/symbola/symbola-9.17.ebuild
index 918ce57928d..80331845812 100644
--- a/media-fonts/symbola/symbola-9.00.ebuild
+++ b/media-fonts/symbola/symbola-9.17.ebuild
@@ -25,6 +25,6 @@ FONT_SUFFIX="ttf"
src_prepare() {
if use doc; then
- DOCS="${MY_PN}.docx ${MY_PN}.pdf"
+ DOCS="${MY_PN}.pdf"
fi
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2017-12-18 16:18 Jason Zaman
0 siblings, 0 replies; 17+ messages in thread
From: Jason Zaman @ 2017-12-18 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 9ee0754233e4121b37250c951189d69bbbee4176
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 15:56:37 2017 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 16:15:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee07542
media-fonts/symbola: amd64 stable
Gentoo-bug: 641314
Package-Manager: Portage-2.3.13, Repoman-2.3.3
media-fonts/symbola/symbola-9.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/symbola/symbola-9.17.ebuild b/media-fonts/symbola/symbola-9.17.ebuild
index 80331845812..08348c6cd50 100644
--- a/media-fonts/symbola/symbola-9.17.ebuild
+++ b/media-fonts/symbola/symbola-9.17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE="doc"
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2017-12-19 15:46 Thomas Deutschmann
0 siblings, 0 replies; 17+ messages in thread
From: Thomas Deutschmann @ 2017-12-19 15:46 UTC (permalink / raw
To: gentoo-commits
commit: ffc71aae909aa951f7a235bae063774272ee669a
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 14:56:32 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 15:45:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc71aae
media-fonts/symbola: x86 stable (bug #641314)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-fonts/symbola/symbola-9.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/symbola/symbola-9.17.ebuild b/media-fonts/symbola/symbola-9.17.ebuild
index 08348c6cd50..ea7219a5290 100644
--- a/media-fonts/symbola/symbola-9.17.ebuild
+++ b/media-fonts/symbola/symbola-9.17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE="doc"
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2017-12-24 11:11 Sergei Trofimovich
0 siblings, 0 replies; 17+ messages in thread
From: Sergei Trofimovich @ 2017-12-24 11:11 UTC (permalink / raw
To: gentoo-commits
commit: 5a95403b67887b1bd1cd8081a935c94374b2834b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 11:10:30 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 11:11:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a95403b
media-fonts/symbola: stable 9.17 for ppc, bug #641314
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
media-fonts/symbola/symbola-9.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/symbola/symbola-9.17.ebuild b/media-fonts/symbola/symbola-9.17.ebuild
index ea7219a5290..01bfed4f5d1 100644
--- a/media-fonts/symbola/symbola-9.17.ebuild
+++ b/media-fonts/symbola/symbola-9.17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
IUSE="doc"
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2018-03-22 6:07 Markus Meier
0 siblings, 0 replies; 17+ messages in thread
From: Markus Meier @ 2018-03-22 6:07 UTC (permalink / raw
To: gentoo-commits
commit: 9f27304ad5a45c590e1277039399b6b3c86cad2a
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 06:04:53 2018 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 06:04:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f27304a
media-fonts/symbola: arm stable, bug #641314
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
media-fonts/symbola/symbola-9.17.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-fonts/symbola/symbola-9.17.ebuild b/media-fonts/symbola/symbola-9.17.ebuild
index 01bfed4f5d1..63d08457a4a 100644
--- a/media-fonts/symbola/symbola-9.17.ebuild
+++ b/media-fonts/symbola/symbola-9.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 arm ppc x86"
IUSE="doc"
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2018-08-28 23:55 Chí-Thanh Christopher Nguyễn
0 siblings, 0 replies; 17+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2018-08-28 23:55 UTC (permalink / raw
To: gentoo-commits
commit: dbedebd69ec676e413eae2be1200da53d50fc0c5
Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 28 23:54:43 2018 +0000
Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Tue Aug 28 23:55:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbedebd6
media-fonts/symbola: version bump to 11.00
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-fonts/symbola/Manifest | 1 +
media-fonts/symbola/symbola-11.00.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/media-fonts/symbola/Manifest b/media-fonts/symbola/Manifest
index 4b23aae1c81..6153ab41a89 100644
--- a/media-fonts/symbola/Manifest
+++ b/media-fonts/symbola/Manifest
@@ -1,2 +1,3 @@
+DIST symbola-11.00.zip 2907542 BLAKE2B 38da4a33acda4d7177c70bcf832000647ad99c3d8aa6c15006792db1fdc5641399d5080e7f2970bcd321942ff87affa23a13c6c8239e104ee8817cde7140a6e8 SHA512 be7b3fd8b2070a6713b189c0ee0c6d8aef481eb0c7e476dabfa3eb1a599cc7f3a00f14d7b9ca1f563722d550c098f272f62bb99fc490aba8132ed5ae7de59a7b
DIST symbola-8.00.zip 4668110 BLAKE2B 2807945aaab54509921756792da89d31721b575f6a1a4f65426b69ec348d1a6bf21d457d1c7a78205042c9df67187bce7c56f9bb4ba42b9f6f5f5af6ef9608cf SHA512 f496be58660c5d07fd0a9422eef1dad3d0aa06e350e37f84a547496a6a9c6abf6fa4609e9051e40772e952cd4f71a7dd02ad0ba16cf3aa2b51f31fee09ef9b84
DIST symbola-9.17.zip 4122777 BLAKE2B 60e7188366ff9204c41e42b99ee31242c0d2eefceb2bf663e6b68bb5a924a269d608d8ba2085e956dcb5d4c2c85d7a2993f199bdf8e0597d27e3d4bc34c50be6 SHA512 29c2141ba7d5be96b4d2faa52e4d2efbd1ff6a8368fdeae8986a4a3de50522a813c46efd462556b5b6c10bb97777ca068564b9dcdfd7961c485ece5fda18e04c
diff --git a/media-fonts/symbola/symbola-11.00.ebuild b/media-fonts/symbola/symbola-11.00.ebuild
new file mode 100644
index 00000000000..29c774677eb
--- /dev/null
+++ b/media-fonts/symbola/symbola-11.00.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/s/S}"
+
+inherit font
+
+DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
+HOMEPAGE="http://users.teilar.gr/~g1951d/"
+SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
+LICENSE="Unicode_Fonts_for_Ancient_Scripts"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="doc"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}"
+FONT_S="${S}"
+FONT_SUFFIX="ttf"
+
+src_prepare() {
+ if use doc; then
+ DOCS="${MY_PN}.pdf"
+ fi
+ default
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2018-09-20 16:43 Andreas Hüttel
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2018-09-20 16:43 UTC (permalink / raw
To: gentoo-commits
commit: 1bc581457b2bb5e6444294da4d8951eb8b31449e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 16:39:21 2018 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Sep 20 16:43:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc58145
media-fonts/symbola: Downgrade to EAPI=6, bug 666635
Bug: https://bugs.gentoo.org/666635
Package-Manager: Portage-2.3.49, Repoman-2.3.10
media-fonts/symbola/{symbola-11.00.ebuild => symbola-11.00-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-fonts/symbola/symbola-11.00.ebuild b/media-fonts/symbola/symbola-11.00-r1.ebuild
similarity index 98%
rename from media-fonts/symbola/symbola-11.00.ebuild
rename to media-fonts/symbola/symbola-11.00-r1.ebuild
index 29c774677eb..2a6b816a180 100644
--- a/media-fonts/symbola/symbola-11.00.ebuild
+++ b/media-fonts/symbola/symbola-11.00-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=6
MY_PN="${PN/s/S}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2018-09-21 11:49 Chí-Thanh Christopher Nguyễn
0 siblings, 0 replies; 17+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2018-09-21 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 7eead50f8f4cad6b8f9074c86c10276fca4cf71d
Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 11:48:57 2018 +0000
Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 11:48:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eead50f
media-fonts/symbola: fix installation of documentation
It is now a separate download.
Closes: https://bugs.gentoo.org/show_bug.cgi?id=666438
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-fonts/symbola/Manifest | 1 +
media-fonts/symbola/symbola-11.00-r1.ebuild | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/media-fonts/symbola/Manifest b/media-fonts/symbola/Manifest
index 6153ab41a89..660d154f6a1 100644
--- a/media-fonts/symbola/Manifest
+++ b/media-fonts/symbola/Manifest
@@ -1,3 +1,4 @@
+DIST symbola-11.00.pdf 1610961 BLAKE2B be2ed31f7d6e2401d76292a417a1ef4ee2d9974b0ab84abb5febccbecee0e3e625fb234a8950114ef13b1ec1242c7220a16d819bc71c245947d9c75a60a036f0 SHA512 92cbc6f0953cc5a8bb7ba5306e9e1ddf2d1081a94b2ecbbafb8c8e8c6cece4e20d9d3367ff67ae3688e2cb88b67c69716b3bd058ab80d2efa6dd0e064b032697
DIST symbola-11.00.zip 2907542 BLAKE2B 38da4a33acda4d7177c70bcf832000647ad99c3d8aa6c15006792db1fdc5641399d5080e7f2970bcd321942ff87affa23a13c6c8239e104ee8817cde7140a6e8 SHA512 be7b3fd8b2070a6713b189c0ee0c6d8aef481eb0c7e476dabfa3eb1a599cc7f3a00f14d7b9ca1f563722d550c098f272f62bb99fc490aba8132ed5ae7de59a7b
DIST symbola-8.00.zip 4668110 BLAKE2B 2807945aaab54509921756792da89d31721b575f6a1a4f65426b69ec348d1a6bf21d457d1c7a78205042c9df67187bce7c56f9bb4ba42b9f6f5f5af6ef9608cf SHA512 f496be58660c5d07fd0a9422eef1dad3d0aa06e350e37f84a547496a6a9c6abf6fa4609e9051e40772e952cd4f71a7dd02ad0ba16cf3aa2b51f31fee09ef9b84
DIST symbola-9.17.zip 4122777 BLAKE2B 60e7188366ff9204c41e42b99ee31242c0d2eefceb2bf663e6b68bb5a924a269d608d8ba2085e956dcb5d4c2c85d7a2993f199bdf8e0597d27e3d4bc34c50be6 SHA512 29c2141ba7d5be96b4d2faa52e4d2efbd1ff6a8368fdeae8986a4a3de50522a813c46efd462556b5b6c10bb97777ca068564b9dcdfd7961c485ece5fda18e04c
diff --git a/media-fonts/symbola/symbola-11.00-r1.ebuild b/media-fonts/symbola/symbola-11.00-r1.ebuild
index 2a6b816a180..dbfeda55a4a 100644
--- a/media-fonts/symbola/symbola-11.00-r1.ebuild
+++ b/media-fonts/symbola/symbola-11.00-r1.ebuild
@@ -9,7 +9,7 @@ inherit font
DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
HOMEPAGE="http://users.teilar.gr/~g1951d/"
-SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
+SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip doc? ( http://users.teilar.gr/~g1951d/${MY_PN}.pdf -> ${P}.pdf )"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"
SLOT="0"
@@ -25,7 +25,7 @@ FONT_SUFFIX="ttf"
src_prepare() {
if use doc; then
- DOCS="${MY_PN}.pdf"
+ DOCS="${DISTDIR}/${P}.pdf"
fi
default
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2020-03-29 20:46 Chí-Thanh Christopher Nguyễn
0 siblings, 0 replies; 17+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2020-03-29 20:46 UTC (permalink / raw
To: gentoo-commits
commit: be61c3297494bba141abd69069e841739149730e
Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 20:44:20 2020 +0000
Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 20:44:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be61c329
media-fonts/symbola: drop 11.00-r1 due to license restrictions
Bug: https://bugs.gentoo.org/show_bug.cgi?id=715226
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo.org>
media-fonts/symbola/Manifest | 2 --
media-fonts/symbola/symbola-11.00-r1.ebuild | 31 -----------------------------
2 files changed, 33 deletions(-)
diff --git a/media-fonts/symbola/Manifest b/media-fonts/symbola/Manifest
index 660d154f6a1..4b23aae1c81 100644
--- a/media-fonts/symbola/Manifest
+++ b/media-fonts/symbola/Manifest
@@ -1,4 +1,2 @@
-DIST symbola-11.00.pdf 1610961 BLAKE2B be2ed31f7d6e2401d76292a417a1ef4ee2d9974b0ab84abb5febccbecee0e3e625fb234a8950114ef13b1ec1242c7220a16d819bc71c245947d9c75a60a036f0 SHA512 92cbc6f0953cc5a8bb7ba5306e9e1ddf2d1081a94b2ecbbafb8c8e8c6cece4e20d9d3367ff67ae3688e2cb88b67c69716b3bd058ab80d2efa6dd0e064b032697
-DIST symbola-11.00.zip 2907542 BLAKE2B 38da4a33acda4d7177c70bcf832000647ad99c3d8aa6c15006792db1fdc5641399d5080e7f2970bcd321942ff87affa23a13c6c8239e104ee8817cde7140a6e8 SHA512 be7b3fd8b2070a6713b189c0ee0c6d8aef481eb0c7e476dabfa3eb1a599cc7f3a00f14d7b9ca1f563722d550c098f272f62bb99fc490aba8132ed5ae7de59a7b
DIST symbola-8.00.zip 4668110 BLAKE2B 2807945aaab54509921756792da89d31721b575f6a1a4f65426b69ec348d1a6bf21d457d1c7a78205042c9df67187bce7c56f9bb4ba42b9f6f5f5af6ef9608cf SHA512 f496be58660c5d07fd0a9422eef1dad3d0aa06e350e37f84a547496a6a9c6abf6fa4609e9051e40772e952cd4f71a7dd02ad0ba16cf3aa2b51f31fee09ef9b84
DIST symbola-9.17.zip 4122777 BLAKE2B 60e7188366ff9204c41e42b99ee31242c0d2eefceb2bf663e6b68bb5a924a269d608d8ba2085e956dcb5d4c2c85d7a2993f199bdf8e0597d27e3d4bc34c50be6 SHA512 29c2141ba7d5be96b4d2faa52e4d2efbd1ff6a8368fdeae8986a4a3de50522a813c46efd462556b5b6c10bb97777ca068564b9dcdfd7961c485ece5fda18e04c
diff --git a/media-fonts/symbola/symbola-11.00-r1.ebuild b/media-fonts/symbola/symbola-11.00-r1.ebuild
deleted file mode 100644
index dbfeda55a4a..00000000000
--- a/media-fonts/symbola/symbola-11.00-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/s/S}"
-
-inherit font
-
-DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
-HOMEPAGE="http://users.teilar.gr/~g1951d/"
-SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip doc? ( http://users.teilar.gr/~g1951d/${MY_PN}.pdf -> ${P}.pdf )"
-LICENSE="Unicode_Fonts_for_Ancient_Scripts"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-
-src_prepare() {
- if use doc; then
- DOCS="${DISTDIR}/${P}.pdf"
- fi
- default
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
@ 2020-04-01 11:59 Ulrich Müller
0 siblings, 0 replies; 17+ messages in thread
From: Ulrich Müller @ 2020-04-01 11:59 UTC (permalink / raw
To: gentoo-commits
commit: 0df4c7b11be6e8bdd3af724c93c8968551c83312
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 1 11:58:44 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 1 11:59:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df4c7b1
media-fonts/symbola: Update LICENSE, add mirror restriction.
The last version distributed under the "Unicode_Fonts_for_Ancient_Scripts"
terms was symbola-7.17, see the Wayback Machine:
https://web.archive.org/web/20141027122717/http://users.teilar.gr/~g1951d/
Versions from 7.18 to 10.24 were distributed under "free for any use"
terms, and upstream has explicitly refused to clarify if this includes
the right to modify and/or redistribute. This is not better than not
having any license at all (i.e., "all-rights-reserved").
Later versions (after 10.24) are even more restrictive and e.g. have a
non-commercial and non-educational clause.
Bug: https://bugs.gentoo.org/715226
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
media-fonts/symbola/symbola-8.00.ebuild | 5 +++--
media-fonts/symbola/symbola-9.17.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/media-fonts/symbola/symbola-8.00.ebuild b/media-fonts/symbola/symbola-8.00.ebuild
index 249cacd708c..2ceca26441b 100644
--- a/media-fonts/symbola/symbola-8.00.ebuild
+++ b/media-fonts/symbola/symbola-8.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,11 +10,12 @@ inherit font
DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
HOMEPAGE="http://users.teilar.gr/~g1951d/"
SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
-LICENSE="Unicode_Fonts_for_Ancient_Scripts"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="amd64 arm ppc x86"
IUSE="doc"
+RESTRICT="mirror bindist"
DEPEND="app-arch/unzip"
RDEPEND=""
diff --git a/media-fonts/symbola/symbola-9.17.ebuild b/media-fonts/symbola/symbola-9.17.ebuild
index 63d08457a4a..88a01a52e29 100644
--- a/media-fonts/symbola/symbola-9.17.ebuild
+++ b/media-fonts/symbola/symbola-9.17.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
@@ -10,11 +10,12 @@ inherit font
DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
HOMEPAGE="http://users.teilar.gr/~g1951d/"
SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
-LICENSE="Unicode_Fonts_for_Ancient_Scripts"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="amd64 arm ppc x86"
IUSE="doc"
+RESTRICT="mirror bindist"
DEPEND="app-arch/unzip"
RDEPEND=""
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2020-04-01 11:59 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-18 16:18 [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/ Jason Zaman
-- strict thread matches above, loose matches on Subject: below --
2020-04-01 11:59 Ulrich Müller
2020-03-29 20:46 Chí-Thanh Christopher Nguyễn
2018-09-21 11:49 Chí-Thanh Christopher Nguyễn
2018-09-20 16:43 Andreas Hüttel
2018-08-28 23:55 Chí-Thanh Christopher Nguyễn
2018-03-22 6:07 Markus Meier
2017-12-24 11:11 Sergei Trofimovich
2017-12-19 15:46 Thomas Deutschmann
2017-08-10 11:39 Guilherme Amadio
2017-05-29 9:50 Chí-Thanh Christopher Nguyễn
2017-05-29 9:50 Chí-Thanh Christopher Nguyễn
2017-04-01 19:14 David Seifert
2016-01-09 16:05 Markus Meier
2015-12-26 10:36 Agostino Sarubbo
2015-12-21 12:40 Agostino Sarubbo
2015-10-12 11:42 Guilherme Amadio
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox