aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <stephen.arnold42@gmail.com>2014-01-22 13:20:47 -0800
committerSteve Arnold <stephen.arnold42@gmail.com>2014-01-22 13:20:47 -0800
commit8d5b4d30b414fa6f07e2a9bd1567083b91e84818 (patch)
tree53be9ef39ebc94344f83f5d6c26c5ee9d921f18c /x11-libs/libfontenc
parentupdated xorg-server ebuild and set it to build the 1.15.99.900 commit (diff)
downloadarm-8d5b4d30b414fa6f07e2a9bd1567083b91e84818.tar.gz
arm-8d5b4d30b414fa6f07e2a9bd1567083b91e84818.tar.bz2
arm-8d5b4d30b414fa6f07e2a9bd1567083b91e84818.zip
added a couple more xorg git ebuilds
Diffstat (limited to 'x11-libs/libfontenc')
-rw-r--r--x11-libs/libfontenc/Manifest1
-rw-r--r--x11-libs/libfontenc/libfontenc-9999.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest
new file mode 100644
index 0000000..f73b8a0
--- /dev/null
+++ b/x11-libs/libfontenc/Manifest
@@ -0,0 +1 @@
+EBUILD libfontenc-9999y.ebuild 697 SHA256 13a729ec8bf1a4194de57a850950ee97b8aea36fb781c826e1c3e518b677e1f9 SHA512 d237feb7df4c0db5787cd0f6c24bb14685436cc6efc83cdda027f39ed7ae5b5988371e81ec153d4bd032df93976e338407bb752f1b348986e428f8ec1791e4e9 WHIRLPOOL a77629599fafe53b47d0b19cda7348bd09573bdf0babb319f9d570923cb16885897c13cf69d8cecd21d12cdcba9011c0dbcd752f84d425690659648e18316901
diff --git a/x11-libs/libfontenc/libfontenc-9999.ebuild b/x11-libs/libfontenc/libfontenc-9999.ebuild
new file mode 100644
index 0000000..6275bfb
--- /dev/null
+++ b/x11-libs/libfontenc/libfontenc-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.2.ebuild,v 1.10 2013/10/08 05:07:13 ago Exp $
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="X.Org fontenc library"
+
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-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"
+)