From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/
Date: Sun, 10 Dec 2023 18:43:46 +0000 (UTC) [thread overview]
Message-ID: <1702233739.1eb8553602d35c161fa78e972df5be39aa1ec73a.mattst88@gentoo> (raw)
commit: 1eb8553602d35c161fa78e972df5be39aa1ec73a
Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Tue Sep 12 10:18:09 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 18:42:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb85536
x11-libs/libXfont2: only depend on libbsd when necessary
With glibc >=2.38 we no longer need to unconditionally depend on libbsd.
This brings libXfont2 in line with other X libs.
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/32736
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/libXfont2/libXfont2-2.0.6-r1.ebuild | 35 ++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/x11-libs/libXfont2/libXfont2-2.0.6-r1.ebuild b/x11-libs/libXfont2/libXfont2-2.0.6-r1.ebuild
new file mode 100644
index 000000000000..c20b014b99f8
--- /dev/null
+++ b/x11-libs/libXfont2/libXfont2-2.0.6-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_DOC=doc
+XORG_PACKAGE_NAME=libxfont
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org Xfont library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="bzip2 truetype"
+
+RDEPEND="sys-libs/zlib
+ elibc_glibc? ( || ( >=sys-libs/glibc-2.38 dev-libs/libbsd ) )
+ x11-libs/libfontenc
+ bzip2? ( app-arch/bzip2 )
+ truetype? ( >=media-libs/freetype-2 )"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto
+ x11-libs/xtrans"
+
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
+ --enable-ipv6
+ $(use_enable doc devel-docs)
+ $(use_with doc xmlto)
+ $(use_with bzip2)
+ $(use_enable truetype freetype)
+ --without-fop
+ )
+ xorg-3_src_configure
+}
next reply other threads:[~2023-12-10 18:43 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-10 18:43 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-24 0:36 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/ Matt Turner
2024-09-12 16:16 Jakov Smolić
2024-09-05 0:06 Sam James
2024-09-02 19:25 Sam James
2024-09-02 19:25 Sam James
2024-09-02 19:25 Sam James
2024-09-02 19:25 Sam James
2024-08-02 1:54 Matt Turner
2024-01-24 17:00 Matt Turner
2024-01-23 5:32 Sam James
2024-01-23 4:17 Sam James
2024-01-14 20:17 Sam James
2024-01-14 20:17 Sam James
2024-01-14 20:17 Sam James
2024-01-14 20:17 Sam James
2024-01-14 19:53 Arthur Zamarin
2024-01-14 19:53 Arthur Zamarin
2022-12-03 6:05 Arthur Zamarin
2022-12-02 6:32 Arthur Zamarin
2022-11-19 7:01 Arthur Zamarin
2022-11-16 18:23 Arthur Zamarin
2022-11-16 7:58 Arthur Zamarin
2022-11-12 15:55 Arthur Zamarin
2022-11-12 15:50 Arthur Zamarin
2022-08-27 15:29 Matt Turner
2022-08-27 15:29 Matt Turner
2022-08-26 10:46 Sam James
2022-05-08 7:34 WANG Xuerui
2022-01-05 23:51 James Le Cuirot
2021-11-18 7:48 Matt Turner
2021-11-17 22:55 Georgy Yakovlev
2021-11-17 16:51 Arthur Zamarin
2021-11-17 7:49 Sam James
2021-11-15 8:38 Jakov Smolić
2021-11-15 1:12 Sam James
2021-11-12 20:51 Sam James
2021-11-07 22:10 Jakov Smolić
2021-08-02 4:10 Matt Turner
2021-08-02 4:10 Matt Turner
2021-05-02 15:24 Matt Turner
2019-09-21 17:11 Matt Turner
2019-09-21 13:45 Sergei Trofimovich
2019-09-21 0:15 Mikle Kolyada
2019-09-21 0:15 Mikle Kolyada
2019-09-20 21:32 Aaron Bauman
2019-09-20 12:17 Agostino Sarubbo
2019-09-20 12:14 Agostino Sarubbo
2019-09-20 12:10 Agostino Sarubbo
2019-09-20 12:08 Agostino Sarubbo
2019-09-20 12:06 Agostino Sarubbo
2019-09-14 19:15 Matt Turner
2019-09-14 19:15 Matt Turner
2019-01-19 20:09 Mart Raudsepp
2018-08-18 23:03 Mikle Kolyada
2018-01-05 15:30 Mart Raudsepp
2017-12-13 21:12 Markus Meier
2017-12-01 7:32 Sergei Trofimovich
2017-11-30 20:19 Tobias Klausmann
2017-11-29 20:28 Sergei Trofimovich
2017-11-29 18:52 Thomas Deutschmann
2017-11-29 11:19 Agostino Sarubbo
2017-11-29 1:39 Matt Turner
2017-11-23 20:13 Matt Turner
2017-11-19 15:14 Markus Meier
2017-11-09 1:38 Matt Turner
2017-11-08 23:38 Matt Turner
2017-11-08 12:51 Tobias Klausmann
2017-11-02 16:16 Matt Turner
2017-10-24 21:45 Sergei Trofimovich
2017-10-24 7:07 Sergei Trofimovich
2017-10-23 8:09 Agostino Sarubbo
2017-10-22 20:33 Thomas Deutschmann
2017-10-21 12:45 Sergei Trofimovich
2017-10-11 20:19 Manuel Rüger
2017-08-16 7:16 Michał Górny
2017-03-16 8:15 Jeroen Roovers
2017-03-11 18:59 Agostino Sarubbo
2017-03-10 12:53 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-10 9:09 Agostino Sarubbo
2017-03-08 7:44 Michael Weber
2017-03-06 15:50 Tobias Klausmann
2017-01-31 17:25 Matt Turner
2016-10-25 3:52 Matt Turner
2015-12-19 4:05 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1702233739.1eb8553602d35c161fa78e972df5be39aa1ec73a.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox