summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-10-21 14:14:22 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-10-21 14:14:22 +0000
commitf17e7c3a37cd1aacd12ebac2b39a6842ffa45284 (patch)
treeee648516c4cefe6a40af8ce593b2e540af668f7d /x11-libs/libXfont
parentold (diff)
downloadgentoo-2-f17e7c3a37cd1aacd12ebac2b39a6842ffa45284.tar.gz
gentoo-2-f17e7c3a37cd1aacd12ebac2b39a6842ffa45284.tar.bz2
gentoo-2-f17e7c3a37cd1aacd12ebac2b39a6842ffa45284.zip
old
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXfont')
-rw-r--r--x11-libs/libXfont/ChangeLog6
-rw-r--r--x11-libs/libXfont/libXfont-1.4.1.ebuild29
2 files changed, 5 insertions, 30 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog
index 50487698d1e6..e19ab1e3be16 100644
--- a/x11-libs/libXfont/ChangeLog
+++ b/x11-libs/libXfont/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.135 2010/10/21 01:17:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.136 2010/10/21 14:14:21 scarabeus Exp $
+
+ 21 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -libXfont-1.4.1.ebuild:
+ old
21 Oct 2010; Brent Baude <ranger@gentoo.org> libXfont-1.4.2.ebuild:
Marking libXfont-1.4.2 ppc stable for bug 239063
diff --git a/x11-libs/libXfont/libXfont-1.4.1.ebuild b/x11-libs/libXfont/libXfont-1.4.1.ebuild
deleted file mode 100644
index da8f712fdb3e..000000000000
--- a/x11-libs/libXfont/libXfont-1.4.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.10 2010/01/19 20:06:31 armin76 Exp $
-
-inherit x-modular flag-o-matic
-
-DESCRIPTION="X.Org Xfont library"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~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
- app-arch/bzip2"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- CONFIGURE_OPTIONS="$(use_enable ipv6)
- --with-bzip2
- --disable-devel-docs"
-
- # (#125465) Broken with Bdirect support
- filter-flags -Wl,-Bdirect
- filter-ldflags -Bdirect
- filter-ldflags -Wl,-Bdirect
-}