summaryrefslogtreecommitdiff
path: root/x11-libs/libXfont2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-27 20:54:43 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-27 20:54:43 +0100
commitdab4468820bf30b5a0764b19f519006f0e6bb371 (patch)
tree81b0d4daac1676804b504ed5c49a833b334d1024 /x11-libs/libXfont2
parentd654bb059f90c086625a31ce15747f8418cd4bd5 (diff)
gentoo auto-resync : 27:08:2022 - 20:54:42
Diffstat (limited to 'x11-libs/libXfont2')
-rw-r--r--x11-libs/libXfont2/Manifest3
-rw-r--r--x11-libs/libXfont2/libXfont2-2.0.6.ebuild (renamed from x11-libs/libXfont2/libXfont2-9999.ebuild)13
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-libs/libXfont2/Manifest b/x11-libs/libXfont2/Manifest
index 1774c4a9799c..5359f6b23408 100644
--- a/x11-libs/libXfont2/Manifest
+++ b/x11-libs/libXfont2/Manifest
@@ -1,4 +1,5 @@
DIST libXfont2-2.0.5.tar.bz2 524868 BLAKE2B 0b26d4c93452bcb3f5c740ac8984b9873a8241405d270e2d3fa5f440be820db417c9eff59c7a1a8c175513e40df70ada9c037d45c3a9ae2ccf62eb12f81c1d8f SHA512 64d0635d14676bb645d61932afb177eb3808a46525b26e7ee31abc975eca75207743e85523fdd82b08010ce124eb4802338b508ee7b126875d2a3c12f8ac4faa
+DIST libXfont2-2.0.6.tar.xz 446848 BLAKE2B 77e1fd0af5dae4f7d7cec5b9cbd20414df2c66699270ae46f81f6d21f6725b56bb0df9cea504a7a930084a4a759d7dcc3e204ab6c94dfcf0ff0006289f09a68d SHA512 24d6baeef8dc2ca2730925c6b790a97f4a3f46ea7b4d908555e7df29cee6e27b63d638b50c88dd30c853cecff7d9b079402cb617f4498f96410c5770b8815cbd
EBUILD libXfont2-2.0.5.ebuild 826 BLAKE2B adba9366e26d8dc9746e31fe2a19dc9792df1acfa39b413e70bd1f5defecde31458243242efb16d60942d38344d1c039fa76ac1de40fd53fa8270c591b787449 SHA512 43c63a4f5fa23892a214393a97164729e8e07c62a1203ccd191073e2b36121180464869d84488ac7a21648f23f85fee6f58087d21faeb09dfa198588e2a1dace
-EBUILD libXfont2-9999.ebuild 654 BLAKE2B 43386d911c54d98561381f3cf0bcee12b1616b076bec49e5cd15559256f8077ae3b1421064b6843bcdaf7bed96056b675122809e4fb4b22b8c33624835214336 SHA512 3c82e744ddf582a40841f57344ef5620f3034fbda44d3b4259f87e8b6eb6e5a24de7d88c44c5154a98c1133af380960ed9140cd512418838bf39244b07781b07
+EBUILD libXfont2-2.0.6.ebuild 849 BLAKE2B 9e4a5882041f42ae1f459db1b174d3fd3abbb82af93e14fa905c8072776b82eaadfa3d9434d15dc2cd15eb3db0f8a1569d3fdf04fb61681d29c084765693502f SHA512 cf83eb0badf726cb522892057f9e97a10d2eaa54588ac8e8e27e1acca42117a4e0d169be85735163901f81eb8aa8b24299193b1392258bd8fd3efa88f6a9e1a6
MISC metadata.xml 487 BLAKE2B 162a1f0b89fc165cabbb23e84ce56c12c43a279bc45c684710537325191002ae504c436677eef606bab68782854e54503cc91c8cfda2d2b0ed3cc3f7325622da SHA512 c448f05cfa0417682a1db66001b182e45d98585256cb9f25ac7c4afd498fd68e8b16cfe844fc37c626a52e30b8f2e9415be1abf9cacaf11b9196f9ee32943163
diff --git a/x11-libs/libXfont2/libXfont2-9999.ebuild b/x11-libs/libXfont2/libXfont2-2.0.6.ebuild
index 1b342b777742..92bd29bc318c 100644
--- a/x11-libs/libXfont2/libXfont2-9999.ebuild
+++ b/x11-libs/libXfont2/libXfont2-2.0.6.ebuild
@@ -1,16 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-XORG_PACKAGE_NAME=libxfont
XORG_DOC=doc
+XORG_PACKAGE_NAME=libxfont
+XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="X.Org Xfont library"
-KEYWORDS=""
-IUSE="bzip2 ipv6 truetype"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 truetype"
RDEPEND="sys-libs/zlib
dev-libs/libbsd
@@ -23,7 +24,7 @@ DEPEND="${RDEPEND}
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
- $(use_enable ipv6)
+ --enable-ipv6
$(use_enable doc devel-docs)
$(use_with doc xmlto)
$(use_with bzip2)