Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbiff/
Date: Sun, 03 May 2020 10:16:31
Message-Id: 1588500951.87cce81198fd3500ddf1b9c6ce7b6b620e137990.voyageur@gentoo
1 commit: 87cce81198fd3500ddf1b9c6ce7b6b620e137990
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 10:04:36 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 10:15:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87cce811
7
8 x11-plugins/wmbiff: 0.4.36 bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/wmbiff/Manifest | 1 +
14 x11-plugins/wmbiff/wmbiff-0.4.36.ebuild | 33 +++++++++++++++++++++++++++++++++
15 2 files changed, 34 insertions(+)
16
17 diff --git a/x11-plugins/wmbiff/Manifest b/x11-plugins/wmbiff/Manifest
18 index a94aa82f42c..897f8bac2c2 100644
19 --- a/x11-plugins/wmbiff/Manifest
20 +++ b/x11-plugins/wmbiff/Manifest
21 @@ -1,2 +1,3 @@
22 DIST wmbiff-0.4.28.tar.gz 111398 BLAKE2B 39ba4dbf50639b02c8969ae72b696fa83353ec3dcd46802f8333eb597f068d3d0d209f39a352a8f53830695c19c897b7d6f970c5362c2910128b80b0cdb24d32 SHA512 a17fd4b4c3de09a907b7ffccc50f4560a7fddd5cb4dd01c72460806dc55259ba0b587d75f7505171a2a833f6735ddc4ded0a484d4227bfd552cc7343d79d7720
23 DIST wmbiff-0.4.35.tar.gz 265332 BLAKE2B 049f01dafaf71af614c47379fa1e59593e6d7904ecc7e63721edc06d06a4705141c5a339f773b7352984b288c32cb7d324fcca72c4459890328672b0d0a4b4e8 SHA512 7a276c33545351dd1e3c072b4b702fabb293744c3b26326739ebc278f18eda3fe971eeaa8392445eb49514eeb430677638b100076409ec6216915a1388a491c4
24 +DIST wmbiff-0.4.36.tar.gz 266288 BLAKE2B 7f90ae23ff228ed775c4693beffb3e71930bc594083d75cbe25d9eb992cae3a35bc8d57699da53b034a19486846d05625dee607b0da38519ddfc50faac4cf6da SHA512 b8b14f9676ebd576f9e568bd59638c3000337713c6ef8cf5d7799ed0adea59d1ca1fe0d9c67ceb997814b1e6d26590a0c4052b1f031cee28601d7273bbd3fd23
25
26 diff --git a/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild
27 new file mode 100644
28 index 00000000000..440e743d603
29 --- /dev/null
30 +++ b/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild
31 @@ -0,0 +1,33 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes"
38 +HOMEPAGE="https://www.dockapps.net/wmbiff"
39 +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~ppc ~x86"
44 +IUSE="crypt"
45 +
46 +RDEPEND="x11-libs/libX11
47 + x11-libs/libXext
48 + x11-libs/libXpm
49 + crypt? (
50 + >=dev-libs/libgcrypt-1.2.1:0
51 + >=net-libs/gnutls-2.2.0
52 + )"
53 +DEPEND="${RDEPEND}
54 + x11-base/xorg-proto"
55 +BDEPEND="virtual/pkgconfig"
56 +
57 +DOCS="ChangeLog FAQ NEWS README TODO wmbiff/sample.wmbiffrc"
58 +PATCHES=(
59 + "${FILESDIR}"/${PN}-0.4.27-invalid-strncpy.patch
60 + )
61 +
62 +src_configure() {
63 + econf $(use_enable crypt crypto)
64 +}