Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/mkfontdir/
Date: Sun, 03 Mar 2019 05:14:21
Message-Id: 1551590031.5ace325f4884f4d3322f00fec1b6ede0b360e62c.mattst88@gentoo
1 commit: 5ace325f4884f4d3322f00fec1b6ede0b360e62c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 05:02:31 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 05:13:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ace325f
7
8 x11-apps/mkfontdir: Version bump to 1.2.0
9
10 This is an empty package, because the mkfontdir script has been merged
11 into mkfontscale-1.2.0. x11-apps/mkfontdir will be removed once all
12 dependencies have been transitioned to mkfontscale-1.2.0.
13
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 x11-apps/mkfontdir/mkfontdir-1.2.0.ebuild | 15 +++++++++++++++
17 1 file changed, 15 insertions(+)
18
19 diff --git a/x11-apps/mkfontdir/mkfontdir-1.2.0.ebuild b/x11-apps/mkfontdir/mkfontdir-1.2.0.ebuild
20 new file mode 100644
21 index 00000000000..106e3bb6bed
22 --- /dev/null
23 +++ b/x11-apps/mkfontdir/mkfontdir-1.2.0.ebuild
24 @@ -0,0 +1,15 @@
25 +# Copyright 1999-2019 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +DESCRIPTION="create an index of X font files in a directory"
31 +HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
32 +
33 +LICENSE="MIT"
34 +SLOT="0"
35 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
36 +IUSE=""
37 +
38 +RDEPEND=">=x11-apps/mkfontscale-1.2.0"
39 +DEPEND="${RDEPEND}"