summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-12-16 16:48:24 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-12-16 16:48:24 +0000
commitca71dc93452a3713d86b2ed4bfabaf1cf11adbbf (patch)
tree7831ab3747c398e35dcb5aaa744cd28da9f294cd /x11-libs
parentVersion bump for 7.2. Build/dist fix only. (diff)
downloadhistorical-ca71dc93452a3713d86b2ed4bfabaf1cf11adbbf.tar.gz
historical-ca71dc93452a3713d86b2ed4bfabaf1cf11adbbf.tar.bz2
historical-ca71dc93452a3713d86b2ed4bfabaf1cf11adbbf.zip
Version bump for 7.2. Build/dist fix, and enable type1 support by default.
Closes #157710. Package-Manager: portage-2.1.2_rc3-r5
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXfont/ChangeLog9
-rw-r--r--x11-libs/libXfont/files/digest-libXfont-1.2.63
-rw-r--r--x11-libs/libXfont/libXfont-1.2.6.ebuild34
3 files changed, 45 insertions, 1 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog
index 846d98244667..9e66420b969c 100644
--- a/x11-libs/libXfont/ChangeLog
+++ b/x11-libs/libXfont/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.53 2006/12/02 16:20:53 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.54 2006/12/16 16:48:24 joshuabaergen Exp $
+
+*libXfont-1.2.6 (16 Dec 2006)
+
+ 16 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ -libXfont-1.2.5.ebuild, +libXfont-1.2.6.ebuild:
+ Version bump for 7.2. Build/dist fix, and enable type1 support by default.
+ Closes #157710.
*libXfont-1.2.5 (02 Dec 2006)
diff --git a/x11-libs/libXfont/files/digest-libXfont-1.2.6 b/x11-libs/libXfont/files/digest-libXfont-1.2.6
new file mode 100644
index 000000000000..3a6604eaa2fa
--- /dev/null
+++ b/x11-libs/libXfont/files/digest-libXfont-1.2.6
@@ -0,0 +1,3 @@
+MD5 9f2c956b9a01f20a247a155d75270737 libXfont-1.2.6.tar.bz2 582191
+RMD160 2bf77e7c9bdb5aa0aa67e3ee2d05f3cf79722646 libXfont-1.2.6.tar.bz2 582191
+SHA256 9337670709697046e5071d028fb0c72e0e8b01b6890e952b8bd1021d7cd4fe9a libXfont-1.2.6.tar.bz2 582191
diff --git a/x11-libs/libXfont/libXfont-1.2.6.ebuild b/x11-libs/libXfont/libXfont-1.2.6.ebuild
new file mode 100644
index 000000000000..b30352bfa2de
--- /dev/null
+++ b/x11-libs/libXfont/libXfont-1.2.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.2.6.ebuild,v 1.1 2006/12/16 16:48:24 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+# SNAPSHOT="yes"
+
+inherit x-modular flag-o-matic
+
+DESCRIPTION="X.Org Xfont library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="ipv6"
+
+RDEPEND="x11-libs/xtrans
+ x11-libs/libfontenc
+ x11-proto/xproto
+ x11-proto/fontsproto
+ >=media-libs/freetype-2"
+DEPEND="${RDEPEND}
+ x11-proto/fontcacheproto"
+
+CONFIGURE_OPTIONS="$(use_enable ipv6)
+ --with-encodingsdir=/usr/share/fonts/encodings"
+
+pkg_setup() {
+ # No such function yet
+ # x-modular_pkg_setup
+
+ # (#125465) Broken with Bdirect support
+ filter-flags -Wl,-Bdirect
+ filter-ldflags -Bdirect
+ filter-ldflags -Wl,-Bdirect
+}