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
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')
-rw-r--r--x11-libs/libfontenc/ChangeLog10
-rw-r--r--x11-libs/libfontenc/libfontenc-1.1.1.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/x11-libs/libfontenc/ChangeLog b/x11-libs/libfontenc/ChangeLog
index 088e6073b52f..d6cabb8186a2 100644
--- a/x11-libs/libfontenc/ChangeLog
+++ b/x11-libs/libfontenc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libfontenc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.63 2011/02/14 14:39:15 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.64 2012/03/04 21:04:04 chithanh Exp $
+
+*libfontenc-1.1.1 (04 Mar 2012)
+
+ 04 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +libfontenc-1.1.1.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
libfontenc-1.1.0.ebuild:
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"
+)