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 4D305138334 for ; Fri, 14 Dec 2018 10:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12E31E0A53; Fri, 14 Dec 2018 10:10:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD826E0A53 for ; Fri, 14 Dec 2018 10:10:22 +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 2BB30335C06 for ; Fri, 14 Dec 2018 10:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF1C04DA for ; Fri, 14 Dec 2018 10:10:17 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1544782197.9a44046e83e1000476ffd0ecae0d086bfc977b93.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/solarize/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/solarize/Manifest media-fonts/solarize/metadata.xml media-fonts/solarize/solarize-0_pre20140818.ebuild X-VCS-Directories: media-fonts/solarize/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9a44046e83e1000476ffd0ecae0d086bfc977b93 X-VCS-Branch: master Date: Fri, 14 Dec 2018 10:10:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0315ee2-e4f4-46d1-9e6a-6aa7db06c7dd X-Archives-Hash: e1f56903c103327625592ca0502c353c commit: 9a44046e83e1000476ffd0ecae0d086bfc977b93 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Dec 14 10:01:51 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Dec 14 10:09:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a44046e media-fonts/solarize: new package 12x29 console font similar to one on SPARCstation console Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> media-fonts/solarize/Manifest | 1 + media-fonts/solarize/metadata.xml | 21 ++++++++++++++ media-fonts/solarize/solarize-0_pre20140818.ebuild | 32 ++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/media-fonts/solarize/Manifest b/media-fonts/solarize/Manifest new file mode 100644 index 00000000000..5ee0071b4a5 --- /dev/null +++ b/media-fonts/solarize/Manifest @@ -0,0 +1 @@ +DIST solarize-12x29-psf-8a856fdb22bc633fdba490b339ea97ef16b700ac.tar.gz 103885 BLAKE2B 0088113fcb3f7b97ec7855d5d245d94ad022af83f605b92546c503c6db8efd9d5d911f21fc07aee0e346f375470e4741aa2deb8ed99b19f70a066620ee788254 SHA512 80787dd9854dc4eba87eede723784716ba37a5ba60b2e628c146508e52349c54b348fec184a25d43a8684bd1cdf2e60a58b703b4c49903ecb49d5f7cba2447e2 diff --git a/media-fonts/solarize/metadata.xml b/media-fonts/solarize/metadata.xml new file mode 100644 index 00000000000..a7c6a9f8a5f --- /dev/null +++ b/media-fonts/solarize/metadata.xml @@ -0,0 +1,21 @@ + + + + + gyakovlev@gentoo.org + Georgy Yakovlev + + + This package provides a large size 512 glyph console font. It is + especially designed for prolonged word processing in multiple + languages. + + Because this font contains over 256 glyphs the hardware bold text + property of your console will be turned off. + + Characters Available: Latin, Greek, Cyrillic, Pinyin + + + talamus/solarize-12x29-psf + + diff --git a/media-fonts/solarize/solarize-0_pre20140818.ebuild b/media-fonts/solarize/solarize-0_pre20140818.ebuild new file mode 100644 index 00000000000..10b6881d95e --- /dev/null +++ b/media-fonts/solarize/solarize-0_pre20140818.ebuild @@ -0,0 +1,32 @@ +# Copyright 2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Large Linux console font (suitable for word processing)" +HOMEPAGE="https://github.com/talamus/solarize-12x29-psf" + +MY_PN="${PN}-12x29-psf" + +if [ ${PV} == "9999" ] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/talamus/${MY_PN}.git" +else + EGIT_COMMIT="8a856fdb22bc633fdba490b339ea97ef16b700ac" + SRC_URI="https://github.com/talamus/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${MY_PN}-${EGIT_COMMIT}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install() { + insinto /usr/share/consolefonts + doins Solarize.12x29.psfu.gz + einstalldocs +}