summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-28 05:33:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-28 05:33:44 +0100
commite2e0b35b67db51e544167a2ba1941004d04a54fd (patch)
tree625af275739774e77d6ea6a93fae3b752da35be2 /x11-apps
parent881ed853a610750628d101d50410e9f3bf370d87 (diff)
gentoo auto-resync : 28:09:2023 - 05:33:43
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/Manifest.gzbin13831 -> 13837 bytes
-rw-r--r--x11-apps/fonttosfnt/Manifest2
-rw-r--r--x11-apps/fonttosfnt/fonttosfnt-1.2.3.ebuild16
3 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz
index 47c22767abe2..0dedc74ec884 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 c1c80a583167..d211e8709fd5 100644
--- a/x11-apps/fonttosfnt/Manifest
+++ b/x11-apps/fonttosfnt/Manifest
@@ -1,3 +1,5 @@
DIST fonttosfnt-1.2.2.tar.bz2 146855 BLAKE2B 167db11bd49675d411ec06f5581edd7a87d0518755aba05b330db8d24ec1b5f142228c3b3a0be6a740fee8835a25523cd9fc4d7b8e915cc9d51fb95786254770 SHA512 ceac6ccb064043d46f9f16f31fb89c6cbf7f026d049f7b5325d6af97e809b4cd068e6149413bb328c0af601a98b5070e21d469888a6853f6cabecd5b46f60240
+DIST fonttosfnt-1.2.3.tar.xz 140068 BLAKE2B 62f3e332ce598cdf22e0db18e109ec9e7a425448697f18ef948cf6cafd2129a7fb44f251e7d43b76186d5b84cecf0fd58518a332a81d0a514c62ab2f57d28cc0 SHA512 9464ef05f3ff7dddfd7a4f0d46a6cc5bb79cf8e019824c2d40164cd18025cd9ed33b31d7b808b4c289af58f09be0be7591f6dfab5624aab1931e4c6a7da68463
EBUILD fonttosfnt-1.2.2.ebuild 376 BLAKE2B c9189ada4ae7dfbdd26b63bd335b9f9f162f70ee90ad2fab7459f0634ba592b940e6869133bd9550e8b264cbff0469e1ac30e2d1645f01c15fe6cdf7a6653113 SHA512 c543ea517e504a918bded6e1f41e7aab7762ad63b1c3d44fc9028cb6aa0db376bb43367a57886a26011b523eed1ca8e3f9a4da630cdc6c27890407e64df98305
+EBUILD fonttosfnt-1.2.3.ebuild 402 BLAKE2B 3c6b9eeab912cae955588561e97a3e0409d7b4f5abc05f5a89326f02220b9d69ba908d076692dd12bb59604af68ce5891ef5cc3636b0ac21e09a7545a7b110f8 SHA512 ff9c473e4893a063cfa3c6a40cc588ea4ce34af09b39b98450ca788b112e50d5fbd08961df1d4e9d96f3cd4dda2f08f3b247e4cfcf98fb09603230467f5b10be
MISC metadata.xml 341 BLAKE2B 72f5a44fa97402013b2d58177bce616f39333bb3686ce594d1978290c7f62540c6bb4f6f05c99d05eddc479643b0fff49c37b17129c87fd9424decf94f7db0b4 SHA512 f2c638bea975ac0612eeb978d036901c23ca28ff50b11a5d03a28c92b0041b1e5f278bcfd33bc8ad479244ec03e4276ad0a331d0cbcc69e1de6b530fc7dbd610
diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.2.3.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.2.3.ebuild
new file mode 100644
index 000000000000..4ea105a6277a
--- /dev/null
+++ b/x11-apps/fonttosfnt/fonttosfnt-1.2.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+XORG_TARBALL_SUFFIX="xz"
+
+inherit xorg-3
+
+DESCRIPTION="X.Org fonttosfnt application"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="media-libs/freetype:2
+ x11-libs/libX11
+ x11-libs/libfontenc"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"