summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/xfd')
-rw-r--r--x11-apps/xfd/ChangeLog11
-rw-r--r--x11-apps/xfd/xfd-1.1.2.ebuild21
2 files changed, 29 insertions, 3 deletions
diff --git a/x11-apps/xfd/ChangeLog b/x11-apps/xfd/ChangeLog
index 060f43ae3d71..a8184d88535f 100644
--- a/x11-apps/xfd/ChangeLog
+++ b/x11-apps/xfd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xfd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.41 2012/08/26 16:43:22 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.42 2013/07/18 14:48:24 chithanh Exp $
+
+*xfd-1.1.2 (18 Jul 2013)
+
+ 18 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xfd-1.1.2.ebuild:
+ Version bump.
26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xfd-1.1.1.ebuild:
s390/sh/sparc stable wrt #419473
@@ -143,4 +149,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xfd-0.99.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-apps/xfd/xfd-1.1.2.ebuild b/x11-apps/xfd/xfd-1.1.2.ebuild
new file mode 100644
index 000000000000..d724f985c4b3
--- /dev/null
+++ b/x11-apps/xfd/xfd-1.1.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/xfd-1.1.2.ebuild,v 1.1 2013/07/18 14:48:24 chithanh Exp $
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="X.Org xfd application"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="media-libs/freetype:2
+ media-libs/fontconfig
+ x11-libs/libXft
+ x11-libs/libXt
+ x11-libs/libXmu
+ x11-libs/libXrender
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}
+ sys-devel/gettext"