commit:     5ffd565676669100fb7bb6e07ea258b88f392891
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 14:36:59 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 14:36:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffd5656

x11-plugins/wmbiff: 0.4.31 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-plugins/wmbiff/Manifest             |  1 +
 x11-plugins/wmbiff/wmbiff-0.4.31.ebuild | 38 +++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/x11-plugins/wmbiff/Manifest b/x11-plugins/wmbiff/Manifest
index 8cabb83867a..cbfed7cc086 100644
--- a/x11-plugins/wmbiff/Manifest
+++ b/x11-plugins/wmbiff/Manifest
@@ -1,2 +1,3 @@
 DIST wmbiff-0.4.28.tar.gz 111398 SHA256 
6e2acd3268dad93c596e4eae6ccf4407667f07226cf61dd7cfa312ae5e42dbc1 SHA512 
a17fd4b4c3de09a907b7ffccc50f4560a7fddd5cb4dd01c72460806dc55259ba0b587d75f7505171a2a833f6735ddc4ded0a484d4227bfd552cc7343d79d7720
 WHIRLPOOL 
c4a0c54f41a3ae33785364ea3bca808bc5b0c801a87ea33bd569f8fac9bb7632155af5d666bc7b3dbfe10fbebb8b2202fccb49266ded3fd299f2e0ac2749785c
 DIST wmbiff-0.4.30.tar.gz 269315 SHA256 
0dae00ebe377ffc0f37565cf6fdc84a4fc9896a2421826909b0ab5abd5fa4f2a SHA512 
10b5a6673763a48694cb9cd87f5972c09b0fc50acedde7658133830a06dea8c98ffb9943591cbef802330862d7ccf7a7322d7e9e25ee82209b5a0e40a22353b4
 WHIRLPOOL 
37e1b34f21daf2d51c2960151f7601056316dcba71b0ec850edc0ea3fe3925ca669fe846b44307a2c304f5c92dec12845ca33a8a3c64a49455844bc6cc7626b6
+DIST wmbiff-0.4.31.tar.gz 269883 SHA256 
56c32f9a0c6b6ad7b0c39ff742eebd61257634f4d4e6c4bb446b7be749b4a6a5 SHA512 
768207887e92edc4a36f02d6b048cc393e75f9ccabca86f54368fafbd822bb6de5258890395da3f3e7a4f4f951628d15796d38e315b1176c6a3e084d10c167cc
 WHIRLPOOL 
40c164ab7d8cd5e11c530c7a82875543c31d94a4cb212ead7b8a3ff3ea6521a31d1956317bfd34454c61400eb45ff7fc065d694a9a5b582d13dbd4c9b0551902

diff --git a/x11-plugins/wmbiff/wmbiff-0.4.31.ebuild 
b/x11-plugins/wmbiff/wmbiff-0.4.31.ebuild
new file mode 100644
index 00000000000..a38c9e70a1e
--- /dev/null
+++ b/x11-plugins/wmbiff/wmbiff-0.4.31.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 
mailboxes"
+HOMEPAGE="http://www.dockapps.net/wmbiff";
+SRC_URI="http://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}
+       virtual/pkgconfig
+       x11-proto/xextproto
+       x11-proto/xproto"
+
+DOCS="ChangeLog FAQ NEWS README TODO wmbiff/sample.wmbiffrc"
+
+src_prepare() {
+       default
+       eapply "${FILESDIR}"/${PN}-0.4.27-invalid-strncpy.patch
+       eautoreconf
+}
+
+src_configure() {
+       econf $(use_enable crypt crypto)
+}

Reply via email to