From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C3CA139694 for ; Sat, 1 Apr 2017 19:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D3C21C08C; Sat, 1 Apr 2017 19:14:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B33321C08C for ; Sat, 1 Apr 2017 19:14:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F166D34163E for ; Sat, 1 Apr 2017 19:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A29A73EE for ; Sat, 1 Apr 2017 19:14:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1491073951.5df282157d10ce8524d6beeb7646db20c5033311.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/symbola/symbola-7.12.ebuild media-fonts/symbola/symbola-8.00.ebuild X-VCS-Directories: media-fonts/symbola/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5df282157d10ce8524d6beeb7646db20c5033311 X-VCS-Branch: master Date: Sat, 1 Apr 2017 19:14:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c391eddf-fcbc-476c-805a-1cec192cd0ab X-Archives-Hash: 2bd6892b56dbf6f3ae80c30df917d0f8 commit: 5df282157d10ce8524d6beeb7646db20c5033311 Author: David Seifert gentoo org> AuthorDate: Sat Apr 1 19:12:31 2017 +0000 Commit: David Seifert gentoo 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"