summaryrefslogtreecommitdiff
path: root/x11-apps/fonttosfnt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /x11-apps/fonttosfnt
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'x11-apps/fonttosfnt')
-rw-r--r--x11-apps/fonttosfnt/Manifest2
-rw-r--r--x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild14
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest
index 16646cdf582e..483579259f5b 100644
--- a/x11-apps/fonttosfnt/Manifest
+++ b/x11-apps/fonttosfnt/Manifest
@@ -1,3 +1,5 @@
DIST fonttosfnt-1.0.5.tar.bz2 141446 BLAKE2B 277f7f182d0c45ed06fd67ad0c839c2b116d64d801fbd623b81b8a9cbe5ee77a89b6b5cd277d3090a9b6be6e006bea36e1cf98e2dbdb2917e54ddfa30d0b659b SHA512 dba990098c95b07bc7240699a5c9ea11f056fbfddd70f669ae283548cbf20d756b28d817a99548c23ba81de9792877296ab6f35ee3c630e5c3cd8f14650ce297
+DIST fonttosfnt-1.1.0.tar.bz2 143545 BLAKE2B fd05a19ffc50306b747bbbc6ea692b6667c7ddd185feb31a21173cbf571e5c74ded0da8af305e3744d8db57eca909d271b153bfded2182e060d922e42395942d SHA512 f4fb9814c23bfd6f83771959444d2c37eb4ba32edee43c37cf21f0181be80c6e278307641b0f4dae4ee5d10db3289e95194f99757ea4bbca343fff15498e7173
EBUILD fonttosfnt-1.0.5.ebuild 328 BLAKE2B e79415219a00bbce13b41b43fe9b1136dbd3125cbcfbe1918b7528401657b4eb53a0f100df172a4c46868ee7cb55a352a2e5390cd0a154bd3482379941fe8946 SHA512 9902c7c8f38da3f4bd88e5838efa3cb8d9461f8366d0a8b3dde8a8eceebb505e771a69e8f732ebfac5df38d5d96d443dcd07b148cc3db36385b634532ced1a64
+EBUILD fonttosfnt-1.1.0.ebuild 353 BLAKE2B 9cfd08153bc884961b6c9bfd02a0b51032af2e6a7a022a7b2f49436c2a1ede734b75a820cd49fde4331ef91853838ad31ebc217c3cdaf05f13f7cbf73e334ee6 SHA512 7ab5ec82d7cb748db0a68362bd6699ec1d7caa7b12af95db60121ef1cdb06c82f97cb85ccf035c04868297bb94532244873e16edd9eb24bd85285f6cff907d55
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
new file mode 100644
index 000000000000..de1980014934
--- /dev/null
+++ b/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xorg-3
+
+DESCRIPTION="X.Org fonttosfnt application"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+RDEPEND="media-libs/freetype:2
+ x11-libs/libX11
+ x11-libs/libfontenc"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"