summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-12-02 16:13:25 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-12-02 16:13:25 +0000
commit4c707ff0a63183035f4db47ca930bbf94c5dffec (patch)
treef9aa4910b7cce8f42fd17924b0f4848327b0e6db /x11-libs
parentKBUILD_OUTPUT awareness, relates bug#156892, thanks to Zhang Le (diff)
downloadhistorical-4c707ff0a63183035f4db47ca930bbf94c5dffec.tar.gz
historical-4c707ff0a63183035f4db47ca930bbf94c5dffec.tar.bz2
historical-4c707ff0a63183035f4db47ca930bbf94c5dffec.zip
Version bump for 7.2RC3. Removes CID font support.
Package-Manager: portage-2.1.2_rc2-r3
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXfont/ChangeLog8
-rw-r--r--x11-libs/libXfont/files/digest-libXfont-1.2.43
-rw-r--r--x11-libs/libXfont/libXfont-1.2.4.ebuild34
3 files changed, 44 insertions, 1 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog
index 77ad226bfe33..6cec709599a5 100644
--- a/x11-libs/libXfont/ChangeLog
+++ b/x11-libs/libXfont/ChangeLog
@@ -1,6 +1,12 @@
# 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.51 2006/10/22 18:02:18 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.52 2006/12/02 16:13:25 joshuabaergen Exp $
+
+*libXfont-1.2.4 (02 Dec 2006)
+
+ 02 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ -libXfont-1.2.3.ebuild, +libXfont-1.2.4.ebuild:
+ Version bump for 7.2RC3. Removes CID font support.
*libXfont-1.2.3 (21 Oct 2006)
diff --git a/x11-libs/libXfont/files/digest-libXfont-1.2.4 b/x11-libs/libXfont/files/digest-libXfont-1.2.4
new file mode 100644
index 000000000000..b9d6bc38faab
--- /dev/null
+++ b/x11-libs/libXfont/files/digest-libXfont-1.2.4
@@ -0,0 +1,3 @@
+MD5 22901fcb5d21f11c7ecfa86bd0dcfd85 libXfont-1.2.4.tar.bz2 581263
+RMD160 6fff36f1acaa59900a62e4943736f2b1cdc4426e libXfont-1.2.4.tar.bz2 581263
+SHA256 250ccff9662f7834632436ff0caf017d7b9d8317647b60ceb47606bce7a1b54b libXfont-1.2.4.tar.bz2 581263
diff --git a/x11-libs/libXfont/libXfont-1.2.4.ebuild b/x11-libs/libXfont/libXfont-1.2.4.ebuild
new file mode 100644
index 000000000000..f8d4bf82fcb4
--- /dev/null
+++ b/x11-libs/libXfont/libXfont-1.2.4.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.4.ebuild,v 1.1 2006/12/02 16:13:25 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
+}