summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-12 06:32:46 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-12 06:32:46 +0100
commit28e3d252dc8ac8a5635206dfefe1cfe05058d1db (patch)
treee75bce604750fb72e53ed3684059e2e5d2094509 /x11-apps
parentf625b9919a60a30f1bd860f7d1b2eac183ced593 (diff)
gentoo resync : 12.08.2018
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/Manifest.gzbin14874 -> 14880 bytes
-rw-r--r--x11-apps/fonttosfnt/Manifest2
-rw-r--r--x11-apps/fonttosfnt/fonttosfnt-1.0.5.ebuild13
3 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz
index a8fef9f50dec..5ea920f49b1c 100644
--- a/x11-apps/Manifest.gz
+++ b/x11-apps/Manifest.gz
Binary files differ
diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest
index 471482a1e3c1..0a4175dfebb3 100644
--- a/x11-apps/fonttosfnt/Manifest
+++ b/x11-apps/fonttosfnt/Manifest
@@ -1,3 +1,5 @@
DIST fonttosfnt-1.0.4.tar.bz2 106121 BLAKE2B 9ae24fa3824ef530865af68a22e38e8343e7b4978270f911b0ab3d7f0efc14536c1c8f713f299c75e78ad1f8d5b89eec9ad31227c894333d2e52799e5bebfdc8 SHA512 15764d51f581a18c5f25224312a4cf0558bd6b1676d8e5e58f8eb4ae156908bb679726e848b46a316b54a8120e664122f96f7b1233da372b2351923652920b1e
+DIST fonttosfnt-1.0.5.tar.bz2 141446 BLAKE2B 277f7f182d0c45ed06fd67ad0c839c2b116d64d801fbd623b81b8a9cbe5ee77a89b6b5cd277d3090a9b6be6e006bea36e1cf98e2dbdb2917e54ddfa30d0b659b SHA512 dba990098c95b07bc7240699a5c9ea11f056fbfddd70f669ae283548cbf20d756b28d817a99548c23ba81de9792877296ab6f35ee3c630e5c3cd8f14650ce297
EBUILD fonttosfnt-1.0.4-r1.ebuild 329 BLAKE2B dd2860f48c379482944ebaa798f488d0c6892adb481b478aea629d7a5c6d7cc60373eaf45dd88ce819dac46ca05b341d724cdd31fc861eed4f7d23b77c12b651 SHA512 44e32e04d8fc92970f80a519b43ac0d40e4348f3a84738b4750240acb8de8b53973065a3396108e7286b4fb2a04d9a9db00d81b6f7ec834a0d06c203f53fde93
+EBUILD fonttosfnt-1.0.5.ebuild 337 BLAKE2B 776251e63e5ca717e1e0578df282f6cf6d5aae0ca47e7a8df03a62f08492a26f2dff6c7a70a7bbe966684de29acd1110b787844109b637be49880c33a84fe592 SHA512 34575aa5f90c5a1df36a82bbb7b529ff36cb630a3f7c0eb210a9f763803a178c48f7d20dc12c5b01c678abd943ad11f81bf2d9738b31a53325c612d8727ce788
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.0.5.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.0.5.ebuild
new file mode 100644
index 000000000000..369449140522
--- /dev/null
+++ b/x11-apps/fonttosfnt/fonttosfnt-1.0.5.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="X.Org fonttosfnt application"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+RDEPEND="x11-libs/libX11
+ =media-libs/freetype-2*
+ x11-libs/libfontenc"
+DEPEND="${RDEPEND}"