From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08354138334 for ; Thu, 13 Jun 2019 21:51:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C4ABE08C8; Thu, 13 Jun 2019 21:51:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3F0CE08C8 for ; Thu, 13 Jun 2019 21:51:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4019034605A for ; Thu, 13 Jun 2019 21:51:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDA475E2 for ; Thu, 13 Jun 2019 21:51:40 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1560462605.44dec9566234b015bc220dadcd6a616490b29747.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmail/Manifest x11-plugins/wmail/wmail-2.2.ebuild X-VCS-Directories: x11-plugins/wmail/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 44dec9566234b015bc220dadcd6a616490b29747 X-VCS-Branch: master Date: Thu, 13 Jun 2019 21:51:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12cc88ea-8774-4d13-8d47-3e85425df5f6 X-Archives-Hash: 5f70c72cd1f5041d8bcbd27f88c223b9 commit: 44dec9566234b015bc220dadcd6a616490b29747 Author: Bernard Cafarelli gentoo org> AuthorDate: Thu Jun 13 21:49:54 2019 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Jun 13 21:50:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44dec956 x11-plugins/wmail: 2.2 bump Clean ebuild after upstream improvements Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Bernard Cafarelli gentoo.org> x11-plugins/wmail/Manifest | 1 + x11-plugins/wmail/wmail-2.2.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/x11-plugins/wmail/Manifest b/x11-plugins/wmail/Manifest index 0c20b13be6d..8c9bf59e21f 100644 --- a/x11-plugins/wmail/Manifest +++ b/x11-plugins/wmail/Manifest @@ -1 +1,2 @@ DIST wmail-2.0.tar.gz 46468 BLAKE2B 316743065f72e14339e4c7d9bc1d394d0f5ccfa5772efd94856bef184fa3a60a1892c510f07655dacbf0b470492e085e413dcb29e3ec166c5d1a1f03d388636e SHA512 62ca761619af006221ac64003246b8d7b0dacee65cd4dd6a5c31e6fc152f9f97646ceb7e757bd81333a792c73280479591dc24bb29f9da2023f2927ec2827039 +DIST wmail-2.2.tar.gz 127443 BLAKE2B fc94f94e9a87ccf038bf75eb8c01e9cca738dbb468b60632ba9a04c1ca0f4266ee5be032cca37ae14a58a444f733dd9d20bad57789c24d497f2af87c80d801d2 SHA512 59217e190e6c296ee457e0c0e06297c4b7f9e627a52848f0012c4158a0c7a6a39415e63fffe722a5c2ba79ff8f59721b5e1ecbd25219f10c24fdde401e6556e8 diff --git a/x11-plugins/wmail/wmail-2.2.ebuild b/x11-plugins/wmail/wmail-2.2.ebuild new file mode 100644 index 00000000000..6491f6f0206 --- /dev/null +++ b/x11-plugins/wmail/wmail-2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Window Maker dock application showing incoming mail" +HOMEPAGE="https://www.dockapps.net/wmail" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +RDEPEND=">=x11-libs/libdockapp-0.7:=" +DEPEND="${RDEPEND}" + +DOCS=( ChangeLog README wmailrc-sample) + +src_configure() { + econf --enable-delt-xpms +}