Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-mutt-misc/
Date: Sun, 02 Jul 2017 22:48:09
Message-Id: 1499035673.c19f7b7e6bce8e18596fe951aa1178e3c74913bf.mrueg@gentoo
1 commit: c19f7b7e6bce8e18596fe951aa1178e3c74913bf
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 22:47:53 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 22:47:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19f7b7e
7
8 media-fonts/font-mutt-misc: Port to EAPI5
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild | 12 ++++++++++++
13 1 file changed, 12 insertions(+)
14
15 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
16 new file mode 100644
17 index 00000000000..470b2bae422
18 --- /dev/null
19 +++ b/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild
20 @@ -0,0 +1,12 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=5
25 +inherit xorg-2
26 +
27 +DESCRIPTION="X.Org ClearlyU fonts"
28 +
29 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
30 +IUSE=""
31 +
32 +DEPEND="x11-apps/bdftopcf"