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/xfd/
Date: Sun, 10 Mar 2019 20:43:50
Message-Id: 1552250614.af8de8474636685a19a8d3ac3ff4212c54b222cf.mattst88@gentoo
1 commit: af8de8474636685a19a8d3ac3ff4212c54b222cf
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 20:41:03 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 20:43:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8de847
7
8 x11-apps/xfd: Version bump to 1.1.3
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xfd/Manifest | 1 +
13 x11-apps/xfd/xfd-1.1.3.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/x11-apps/xfd/Manifest b/x11-apps/xfd/Manifest
17 index a72453c9178..b787f6ccd6b 100644
18 --- a/x11-apps/xfd/Manifest
19 +++ b/x11-apps/xfd/Manifest
20 @@ -1 +1,2 @@
21 DIST xfd-1.1.2.tar.bz2 137632 BLAKE2B dc84377efc97a3ed84447560c05d180f22631dc0e88342d5ea306a954df1557bba17ce2492a0e498e145006b68d62408b4212597a07d9ea71711057aa33e198b SHA512 3a158f697dd40c5b650b3d80ad1692d668d9d9bcf586a437fd3dcebf9e8fffb773855df290260995464d5f36cb22e768d1d71de8e61d7cca80eaa4d25c029745
22 +DIST xfd-1.1.3.tar.bz2 141312 BLAKE2B 742b6a1fff10593252dc27aa352ac500d9a17952e0415de80ea265322cfff7ef2c4c2435005a82c12f1b50003920322cfa27dab3af30b60575d4ae7a1b20f787 SHA512 68e2d4ce5e24215353b6f3231191d69639c4dd90a703e03ccf152bbfe4012da071c387ba289f918fb0336a3be9ee49dc05cbec7273fa85f5e476ead7e10795f0
23
24 diff --git a/x11-apps/xfd/xfd-1.1.3.ebuild b/x11-apps/xfd/xfd-1.1.3.ebuild
25 new file mode 100644
26 index 00000000000..1cc884518a9
27 --- /dev/null
28 +++ b/x11-apps/xfd/xfd-1.1.3.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit xorg-3
36 +
37 +DESCRIPTION="X.Org xfd application"
38 +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
39 +IUSE=""
40 +
41 +DEPEND="media-libs/freetype:2
42 + media-libs/fontconfig
43 + x11-libs/libXft
44 + x11-libs/libXt
45 + x11-libs/libXmu
46 + x11-libs/libXrender
47 + x11-libs/libXaw"
48 +RDEPEND="${DEPEND}"
49 +BDEPEND="sys-devel/gettext"