From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbiff/
Date: Mon, 13 May 2024 01:06:06 +0000 (UTC) [thread overview]
Message-ID: <1715562334.67c1593710b2cae3373d73c069163551d473126e.sam@gentoo> (raw)
commit: 67c1593710b2cae3373d73c069163551d473126e
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon May 13 01:04:11 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 01:05:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c15937
x11-plugins/wmbiff: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/wmbiff/wmbiff-0.4.36-r1.ebuild | 45 ++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.36-r1.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.36-r1.ebuild
new file mode 100644
index 000000000000..b877701251c6
--- /dev/null
+++ b/x11-plugins/wmbiff/wmbiff-0.4.36-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools flag-o-matic
+
+DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes"
+HOMEPAGE="https://www.dockapps.net/wmbiff"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="crypt"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm
+ crypt? (
+ >=dev-libs/libgcrypt-1.2.1:0
+ >=net-libs/gnutls-2.2.0
+ )"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+BDEPEND="virtual/pkgconfig"
+
+DOCS="ChangeLog FAQ NEWS README TODO wmbiff/sample.wmbiffrc"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.4.27-invalid-strncpy.patch
+ "${FILESDIR}"/${P}-ar.patch
+ )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/864855
+ # https://groups.google.com/g/wmaker-dev/c/Z9mU9x4qxs0
+ filter-lto
+
+ econf $(use_enable crypt crypto)
+}
next reply other threads:[~2024-05-13 1:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-13 1:06 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-19 9:16 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbiff/ Bernard Cafarelli
2024-05-13 1:06 Sam James
2022-03-04 0:40 Sam James
2021-01-05 18:59 Andreas K. Hüttel
2020-12-18 10:48 Agostino Sarubbo
2020-12-03 2:01 Thomas Deutschmann
2020-11-29 17:17 Sergei Trofimovich
2020-05-03 10:15 Bernard Cafarelli
2020-03-08 11:28 Bernard Cafarelli
2019-07-30 23:30 Bernard Cafarelli
2019-07-30 20:48 Bernard Cafarelli
2019-07-30 20:48 Bernard Cafarelli
2019-03-08 11:32 Bernard Cafarelli
2017-07-03 14:37 Bernard Cafarelli
2016-12-02 11:06 Bernard Cafarelli
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=1715562334.67c1593710b2cae3373d73c069163551d473126e.sam@gentoo \
--to=sam@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