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 F2CF5139084 for ; Sat, 25 Nov 2017 20:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2165AE0E43; Sat, 25 Nov 2017 20:19:04 +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 F38D1E0E40 for ; Sat, 25 Nov 2017 20:19:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 96C62340BEA for ; Sat, 25 Nov 2017 20:19:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 146FBA77C for ; Sat, 25 Nov 2017 20:19:00 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1511641119.3e16f5233e01905848a19cafff0f71b716c1c3e3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-dec-misc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-dec-misc/Manifest media-fonts/font-dec-misc/font-dec-misc-1.0.3-r1.ebuild X-VCS-Directories: media-fonts/font-dec-misc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3e16f5233e01905848a19cafff0f71b716c1c3e3 X-VCS-Branch: master Date: Sat, 25 Nov 2017 20:19:00 +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: 0ae23073-093e-4bc4-b4a2-1d832877cb41 X-Archives-Hash: d7d8e7d96cafe6cfb12ae7fd5e827f82 commit: 3e16f5233e01905848a19cafff0f71b716c1c3e3 Author: Harri Nieminen gmail com> AuthorDate: Sat Nov 25 14:13:22 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 25 20:18:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e16f523 media-fonts/font-dec-misc: EAPI 3 -> 5 Package-Manager: Portage-2.3.16, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6296 media-fonts/font-dec-misc/Manifest | 2 +- media-fonts/font-dec-misc/font-dec-misc-1.0.3-r1.ebuild | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/media-fonts/font-dec-misc/Manifest b/media-fonts/font-dec-misc/Manifest index 4131c9e3c1d..7aa0d3c03d6 100644 --- a/media-fonts/font-dec-misc/Manifest +++ b/media-fonts/font-dec-misc/Manifest @@ -1 +1 @@ -DIST font-dec-misc-1.0.3.tar.bz2 99832 SHA256 e19ddf8b5f8de914d81675358fdfe37762e9ce524887cc983adef34f2850ff7b SHA512 af755d51c4c59cdbe5d3dccf37990bc787373958feb984bb037c8d8aba8a0eb410965a3600886b5123d89e85e1ea0498b84dfa384fccbbcbcaf3549b83c839c6 WHIRLPOOL 3a08ff29a068980781dd2d1d71edbd520ebc131e41389234798aa2bde80eb7981657e78cee7475fc3107412adcdaf893f5c3bd203fc82a04297e7364abe4d5dc +DIST font-dec-misc-1.0.3.tar.bz2 99832 BLAKE2B 930c1435240a485c2bfb55234f767da4aafdccd2fe3d7c5a760acaefc4d145a68bd0cd5757d4daeed61d8f3ef4eb9bc473454402f6eda62d4a298c79bcbdac6c SHA512 af755d51c4c59cdbe5d3dccf37990bc787373958feb984bb037c8d8aba8a0eb410965a3600886b5123d89e85e1ea0498b84dfa384fccbbcbcaf3549b83c839c6 diff --git a/media-fonts/font-dec-misc/font-dec-misc-1.0.3-r1.ebuild b/media-fonts/font-dec-misc/font-dec-misc-1.0.3-r1.ebuild new file mode 100644 index 00000000000..42316d61e15 --- /dev/null +++ b/media-fonts/font-dec-misc/font-dec-misc-1.0.3-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org DEC fonts" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +DEPEND="x11-apps/bdftopcf"