summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-04 21:03:40 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-04 21:03:40 +0000
commit83dd9f519df3ecb9d24914bf286515ed83ba58f9 (patch)
treea6a219d7f24a55e14eb6e34a5279bd63150c42d1 /x11-libs/libXfont
parentVersion bump. (diff)
downloadgentoo-2-83dd9f519df3ecb9d24914bf286515ed83ba58f9.tar.gz
gentoo-2-83dd9f519df3ecb9d24914bf286515ed83ba58f9.tar.bz2
gentoo-2-83dd9f519df3ecb9d24914bf286515ed83ba58f9.zip
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXfont')
-rw-r--r--x11-libs/libXfont/ChangeLog10
-rw-r--r--x11-libs/libXfont/libXfont-1.4.5.ebuild33
2 files changed, 41 insertions, 2 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog
index 0c1bf6784185..12fd97631d4f 100644
--- a/x11-libs/libXfont/ChangeLog
+++ b/x11-libs/libXfont/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXfont
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.154 2011/08/15 15:26:25 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.155 2012/03/04 21:03:40 chithanh Exp $
+
+*libXfont-1.4.5 (04 Mar 2012)
+
+ 04 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +libXfont-1.4.5.ebuild:
+ Version bump.
15 Aug 2011; Raúl Porcel <armin76@gentoo.org> libXfont-1.4.4.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #378797
diff --git a/x11-libs/libXfont/libXfont-1.4.5.ebuild b/x11-libs/libXfont/libXfont-1.4.5.ebuild
new file mode 100644
index 000000000000..adf675f8ce67
--- /dev/null
+++ b/x11-libs/libXfont/libXfont-1.4.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.5.ebuild,v 1.1 2012/03/04 21:03:40 chithanh Exp $
+
+EAPI=4
+
+XORG_DOC=doc
+inherit xorg-2
+
+DESCRIPTION="X.Org Xfont library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="ipv6"
+
+RDEPEND="x11-libs/xtrans
+ x11-libs/libfontenc
+ >=media-libs/freetype-2
+ app-arch/bzip2
+ x11-proto/xproto
+ x11-proto/fontsproto"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ipv6)
+ $(use_enable doc devel-docs)
+ $(use_with doc xmlto)
+ --with-bzip2
+ --without-fop
+ --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
+ )
+}