summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-02-27 21:43:40 -0800
committerMatt Turner <mattst88@gentoo.org>2019-02-27 21:44:47 -0800
commitd7c4199e7ffb8ab0cb9cf7dbde5d5bf079554d55 (patch)
tree6b891adde2dd89ccaa6634653d6a36cd11b2fba7 /x11-libs/libfontenc
parentx11-apps/xvinfo: Version bump to 1.1.4 (diff)
downloadgentoo-d7c4199e7ffb8ab0cb9cf7dbde5d5bf079554d55.tar.gz
gentoo-d7c4199e7ffb8ab0cb9cf7dbde5d5bf079554d55.tar.bz2
gentoo-d7c4199e7ffb8ab0cb9cf7dbde5d5bf079554d55.zip
x11-libs/libfontenc: Version bump to 1.1.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libfontenc')
-rw-r--r--x11-libs/libfontenc/Manifest1
-rw-r--r--x11-libs/libfontenc/libfontenc-1.1.4.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest
index 8e4501f048ef..b430ab376c0b 100644
--- a/x11-libs/libfontenc/Manifest
+++ b/x11-libs/libfontenc/Manifest
@@ -1 +1,2 @@
DIST libfontenc-1.1.3.tar.bz2 301494 BLAKE2B 1d9d5387cd11820b1d458cab8de26fbaebeb2d0b5c6197a455b0261e53004e6d8eb9cea7dab27ad163c8897237a864075f981ec3a740cf8056c3f15be23ecd3d SHA512 7346079a6980464f57f5da0e96025bbf4b13fbb7ed976b58d9c54b78525d9d0b4174b4783326a12048971cf5d05221bafe2f41c6b02931743913719cde21740c
+DIST libfontenc-1.1.4.tar.bz2 320492 BLAKE2B 34da17e220789f5078e870329390c0e3ee665598db3432ef5a33e78d1db4b12460c7467bcbcc1dad67e9f6ade0173f9fad915a2fbbee51f0be23feedc242e7bd SHA512 76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582
diff --git a/x11-libs/libfontenc/libfontenc-1.1.4.ebuild b/x11-libs/libfontenc/libfontenc-1.1.4.ebuild
new file mode 100644
index 000000000000..15246b281cd5
--- /dev/null
+++ b/x11-libs/libfontenc/libfontenc-1.1.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="X.Org fontenc library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
+)