From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXaw3d/
Date: Sun, 3 Mar 2024 04:24:33 +0000 (UTC) [thread overview]
Message-ID: <1709439852.21a439c83aebfba33a5c3e142e10498d28cfe7ce.mattst88@gentoo> (raw)
commit: 21a439c83aebfba33a5c3e142e10498d28cfe7ce
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 03:08:43 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 04:24:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a439c8
x11-libs/libXaw3d: Version bump to 1.6.6
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/libXaw3d/Manifest | 1 +
x11-libs/libXaw3d/libXaw3d-1.6.6.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/x11-libs/libXaw3d/Manifest b/x11-libs/libXaw3d/Manifest
index 0a51d6307d1d..31b47896cc15 100644
--- a/x11-libs/libXaw3d/Manifest
+++ b/x11-libs/libXaw3d/Manifest
@@ -1 +1,2 @@
DIST libXaw3d-1.6.5.tar.xz 483496 BLAKE2B 54dc1bb06b40685e3e2f00bc1aa8447a23ff61226c0b8d20cb0fe070bb7d914290cc4a5f2c70925da528bd9f02a283748178cb2b17111a56fbcc938a1eae25c9 SHA512 b2fbceffcbaff7c332f37769fd6b496ac820de8a80fbf9777416f1895b74a07e4efc3f2bd64db3f584983b24d2b10e9b60cf4aae3ec4a30c06510ae7c213a663
+DIST libXaw3d-1.6.6.tar.xz 482040 BLAKE2B d0c7be64283837a7b32f67a2671eebd6d608818819afc4055c360d46152a3348d895159e9a7b7321913b2fea5ec8c587043e921127043d4d37f929a4b71bd27d SHA512 f324ddb1117ae6f8d50137390b2e82b638b53a6b170cce8f7bd8108fd98ce956badc7dede6b49065419f1565f9f4304571880842e799f7f48fb36bebe3dc3603
diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.6.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.6.ebuild
new file mode 100644
index 000000000000..898f3f1fbb68
--- /dev/null
+++ b/x11-libs/libXaw3d/libXaw3d-1.6.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 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 Xaw3d library"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="xpm"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXmu
+ x11-libs/libXt
+ xpm? ( x11-libs/libXpm )"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+BDEPEND="
+ app-alternatives/lex
+ app-alternatives/yacc"
+
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
+ --enable-internationalization
+ $(use_enable xpm multiplane-bitmaps)
+ --enable-gray-stipples
+ --enable-arrow-scrollbars
+ )
+ xorg-3_src_configure
+}
next reply other threads:[~2024-03-03 4:24 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-03 4:24 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-03 5:02 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXaw3d/ Sam James
2024-04-03 5:02 Sam James
2024-04-02 19:10 Arthur Zamarin
2024-04-02 16:53 Arthur Zamarin
2024-04-02 16:53 Arthur Zamarin
2024-04-02 16:37 Arthur Zamarin
2024-04-02 16:37 Arthur Zamarin
2024-03-03 16:59 Matt Turner
2024-03-02 14:50 Arthur Zamarin
2024-02-17 14:48 Sam James
2024-02-16 21:44 Sam James
2024-02-16 21:39 Sam James
2024-02-16 21:39 Sam James
2024-02-16 21:39 Sam James
2024-02-16 21:39 Sam James
2024-01-08 12:03 Sam James
2023-06-05 15:40 Matt Turner
2023-06-03 19:44 Arthur Zamarin
2023-06-01 20:04 Sam James
2023-06-01 17:04 Arthur Zamarin
2023-06-01 16:41 Arthur Zamarin
2023-06-01 16:41 Arthur Zamarin
2023-06-01 16:03 Arthur Zamarin
2023-05-13 0:12 Matt Turner
2022-12-03 6:05 Arthur Zamarin
2022-12-02 6:32 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-28 18:38 Matt Turner
2022-08-27 15:29 Matt Turner
2022-05-10 1:35 WANG Xuerui
2022-01-03 12:28 James Le Cuirot
2021-03-13 20:01 David Seifert
2019-01-19 20:09 Mart Raudsepp
2018-09-29 20:57 Matt Turner
2018-09-28 15:52 Matt Turner
2018-09-28 4:47 Markus Meier
2018-09-24 7:18 Jeroen Roovers
2018-09-24 7:10 Jeroen Roovers
2018-08-20 18:17 Sergei Trofimovich
2018-08-20 4:41 Mikle Kolyada
2018-08-19 4:26 Matt Turner
2018-08-19 2:45 Matt Turner
2018-08-19 2:45 Matt Turner
2018-08-19 0:57 Mikle Kolyada
2018-06-19 5:08 Matt Turner
2017-06-17 11:11 Alexis Ballier
2017-01-29 21:11 Fabian Groffen
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=1709439852.21a439c83aebfba33a5c3e142e10498d28cfe7ce.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