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 11B42138359 for ; Thu, 6 Aug 2020 19:11:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D89B1E08A0; Thu, 6 Aug 2020 19:11:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C3794E08A0 for ; Thu, 6 Aug 2020 19:11:40 +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 B46B934F47C for ; Thu, 6 Aug 2020 19:11:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B782332B for ; Thu, 6 Aug 2020 19:11:34 +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: <1596741073.6bd0e06863d045df2bcc0f9286d8b984874a4366.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-xfree86-type1/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r2.ebuild X-VCS-Directories: media-fonts/font-xfree86-type1/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6bd0e06863d045df2bcc0f9286d8b984874a4366 X-VCS-Branch: master Date: Thu, 6 Aug 2020 19:11:34 +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: 4a9901c8-141a-462e-b4cd-d4a2bbccbf27 X-Archives-Hash: 3df9b62b6ddaff2716aa977f7a60ac65 commit: 6bd0e06863d045df2bcc0f9286d8b984874a4366 Author: Henrik Pihl gmail com> AuthorDate: Sun Aug 2 19:44:05 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 6 19:11:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd0e068 media-fonts/font-xfree86-type1: upgrade to EAPI 7 and xorg-3 eclass Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Henrik Pihl gmail.com> Signed-off-by: Matt Turner gentoo.org> .../font-xfree86-type1/font-xfree86-type1-1.0.4-r2.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r2.ebuild b/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r2.ebuild new file mode 100644 index 00000000000..afe187909e4 --- /dev/null +++ b/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r2.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit xorg-3 + +DESCRIPTION="X.Org XFree86 Type 1 font" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"