public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Chí-Thanh Christopher Nguyễn" <chithanh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/
Date: Mon, 29 May 2017 09:50:14 +0000 (UTC)	[thread overview]
Message-ID: <1496051363.ec20f52716910275dd1f4bb740b0f4947841a0ba.chithanh@gentoo> (raw)

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
+}


             reply	other threads:[~2017-05-29  9:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-29  9:50 Chí-Thanh Christopher Nguyễn [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-01 11:59 [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/ 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-12-18 16:18 Jason Zaman
2017-08-10 11:39 Guilherme Amadio
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1496051363.ec20f52716910275dd1f4bb740b0f4947841a0ba.chithanh@gentoo \
    --to=chithanh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox