public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/symbola/
Date: Sat, 26 Dec 2020 21:13:16 +0000 (UTC)	[thread overview]
Message-ID: <1609017186.453521b9d84443098906d8e3d3a3e918722d944a.telans@gentoo> (raw)

commit:     453521b9d84443098906d8e3d3a3e918722d944a
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Dec 26 21:12:57 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Dec 26 21:13:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=453521b9

media-fonts/symbola: drop old; fix src_uri

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 media-fonts/symbola/Manifest             |  2 --
 media-fonts/symbola/symbola-13.00.ebuild |  4 ++--
 media-fonts/symbola/symbola-7.17.ebuild  | 32 --------------------------------
 3 files changed, 2 insertions(+), 36 deletions(-)

diff --git a/media-fonts/symbola/Manifest b/media-fonts/symbola/Manifest
index ca4e755a..7c950cef 100644
--- a/media-fonts/symbola/Manifest
+++ b/media-fonts/symbola/Manifest
@@ -1,3 +1 @@
 DIST symbola-13.00.zip 3667393 BLAKE2B 90cbd2551a7fca0ba406a059c4dce6ea279feb345572e9d2c077e4b6a875d890b982e8bb45970e02356a6d0fd8ebf7cc8e2e24d8094151b0b9d363e15d71e1f7 SHA512 ba671168ab2dc15293ae404f849f13b9b1f4684ce1856a8c2bbf8b9a2e2d70a27f86ef166a5e3ab6260e651c8276537ee272710a7e1fb49beef26fbed6355a35
-DIST symbola-7.17.pdf 1173192 BLAKE2B d96f9bdfd1d2b8e1cd44018ed4943397400971e7f90868f576f0ee5827a3507125dea07963b2bebbe3d66b7e3b3042742dcf13fc72b0350b6221da0df96d5fc5 SHA512 05977cad91ac8c4b4162c71ccd300ef03e1bfd6a98c922a1753fafee5dd830f8cae69aa30b7a4276bc5ab5580d38957f9ecfc3d87fec9b2e6674e0fb5c60346f
-DIST symbola-7.17.zip 2665086 BLAKE2B 6b8b9fce7268cf24e6ff958e03ae8e034eb2817b362f940f0a9408d1b3655a7549513fc6a0e8c2c0d75016508bdf671d5319f5a2a21428f64d075fe361e86b1a SHA512 e871ba54d558dd9150dd8f6a82f2fe4b1497b356d56440ada323f41bc8a1a21794476a8b69cf1759f21e3c99083ae056a1dcdcce0026b1f76847f2b8a71c2e93

diff --git a/media-fonts/symbola/symbola-13.00.ebuild b/media-fonts/symbola/symbola-13.00.ebuild
index 7d291943..626d7fc2 100644
--- a/media-fonts/symbola/symbola-13.00.ebuild
+++ b/media-fonts/symbola/symbola-13.00.ebuild
@@ -9,12 +9,12 @@ MY_PN="${PN^}"
 
 DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
 HOMEPAGE="https://dn-works.com/ufas/"
-SRC_URI="https://web.archive.org/web/20201013230756if_/https://dn-works.com/wp-content/uploads/2020/UFAS-Fonts/Symbola.zip -> ${P}.zip"
+SRC_URI="https://dn-works.com/wp-content/uploads/2020/UFAS-Fonts/Symbola.zip -> ${P}.zip"
 
 LICENSE="UFAS"
 SLOT="0"
 KEYWORDS="~amd64"
-RESTRICT="bindist"
+RESTRICT="bindist mirror"
 
 BDEPEND="app-arch/unzip"
 

diff --git a/media-fonts/symbola/symbola-7.17.ebuild b/media-fonts/symbola/symbola-7.17.ebuild
deleted file mode 100644
index 380b0ed7..00000000
--- a/media-fonts/symbola/symbola-7.17.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN^}"
-
-inherit font
-
-DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
-HOMEPAGE="https://web.archive.org/web/20140913154759/http://users.teilar.gr/~g1951d"
-SRC_URI="
-	https://web.archive.org/web/20140913154759if_/http://users.teilar.gr/~g1951d/Symbola.zip -> ${P}.zip
-	https://web.archive.org/web/20140913154759if_/http://users.teilar.gr/~g1951d/Symbola.pdf -> ${P}.pdf
-"
-
-LICENSE="UFAS"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="bindist"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-DOCS=(
-	"${DISTDIR}/${P}.pdf"
-	"${MY_PN}.docx"
-)
-HTML_DOCS=( "${MY_PN}.htm" )
-FONT_S="${S}"
-FONT_SUFFIX="ttf"


             reply	other threads:[~2020-12-26 21:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-26 21:13 Theo Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-09  2:08 [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/symbola/ Alessandro Barbieri
2020-12-26  9:09 Theo Anderson
2020-11-28  8:24 Theo Anderson
2020-04-28 23:15 Alessandro Barbieri

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=1609017186.453521b9d84443098906d8e3d3a3e918722d944a.telans@gentoo \
    --to=telans@posteo.de \
    --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