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 3C370139694 for ; Sun, 2 Jul 2017 22:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A406E204002; Sun, 2 Jul 2017 22:48:08 +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 8786F204002 for ; Sun, 2 Jul 2017 22:48:08 +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 842773417C1 for ; Sun, 2 Jul 2017 22:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FEB2747D for ; Sun, 2 Jul 2017 22:48:06 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1499035673.c19f7b7e6bce8e18596fe951aa1178e3c74913bf.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-mutt-misc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild X-VCS-Directories: media-fonts/font-mutt-misc/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c19f7b7e6bce8e18596fe951aa1178e3c74913bf X-VCS-Branch: master Date: Sun, 2 Jul 2017 22:48:06 +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: 666fc696-d86e-4324-999a-79f06a5196ed X-Archives-Hash: 35aee51b16e9ffb20f62b00f4482329c commit: c19f7b7e6bce8e18596fe951aa1178e3c74913bf Author: Manuel Rüger gentoo org> AuthorDate: Sun Jul 2 22:47:53 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Jul 2 22:47:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19f7b7e media-fonts/font-mutt-misc: Port to EAPI5 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild b/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild new file mode 100644 index 00000000000..470b2bae422 --- /dev/null +++ b/media-fonts/font-mutt-misc/font-mutt-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 ClearlyU fonts" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +DEPEND="x11-apps/bdftopcf"