summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-04 21:04:04 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-04 21:04:04 +0000
commit51e2eb49e39d600a515defba4a116eefd3872e82 (patch)
tree9915a355765f28f347b7c286afaac0bac7ccc66b /x11-libs/libfontenc/libfontenc-1.1.1.ebuild
parentVersion bump. (diff)
downloadgentoo-2-51e2eb49e39d600a515defba4a116eefd3872e82.tar.gz
gentoo-2-51e2eb49e39d600a515defba4a116eefd3872e82.tar.bz2
gentoo-2-51e2eb49e39d600a515defba4a116eefd3872e82.zip
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libfontenc/libfontenc-1.1.1.ebuild')
-rw-r--r--x11-libs/libfontenc/libfontenc-1.1.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-libs/libfontenc/libfontenc-1.1.1.ebuild b/x11-libs/libfontenc/libfontenc-1.1.1.ebuild
new file mode 100644
index 000000000000..5a79646a1184
--- /dev/null
+++ b/x11-libs/libfontenc/libfontenc-1.1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.1.ebuild,v 1.1 2012/03/04 21:04:04 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="X.Org fontenc library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND="sys-libs/zlib
+ x11-proto/xproto"
+DEPEND="${RDEPEND}"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
+)