From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXaw3d/
Date: Sat, 13 Mar 2021 20:01:52 +0000 (UTC) [thread overview]
Message-ID: <1615665693.f266eb5c4fdea4d3a654e65bf32660f8a3ba5a7c.soap@gentoo> (raw)
commit: f266eb5c4fdea4d3a654e65bf32660f8a3ba5a7c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 20:01:33 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 20:01:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f266eb5c
x11-libs/libXaw3d: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
index 5d7c268e916..0cc685fca9d 100644
--- a/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
+++ b/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
@@ -1,31 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit xorg-2
+EAPI=7
+
+inherit xorg-3
DESCRIPTION="X.Org Xaw3d library"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
IUSE="unicode xpm"
-RDEPEND="x11-libs/libX11
+RDEPEND="
+ x11-libs/libX11
x11-libs/libXext
x11-libs/libXmu
x11-libs/libXt
xpm? ( x11-libs/libXpm )"
DEPEND="${RDEPEND}
- sys-devel/flex
- virtual/yacc
x11-base/xorg-proto"
+BDEPEND="
+ sys-devel/flex
+ virtual/yacc"
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
$(use_enable unicode internationalization)
$(use_enable xpm multiplane-bitmaps)
--enable-arrow-scrollbars
--enable-gray-stipples
)
-
- xorg-2_pkg_setup
+ xorg-3_src_configure
}
next reply other threads:[~2021-03-13 20:01 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-13 20:01 David Seifert [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-03 4:24 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
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=1615665693.f266eb5c4fdea4d3a654e65bf32660f8a3ba5a7c.soap@gentoo \
--to=soap@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