summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2019-06-13 23:49:54 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2019-06-13 23:50:05 +0200
commit44dec9566234b015bc220dadcd6a616490b29747 (patch)
tree8d3c58883e52ce849acf77baee49e13841a1e806 /x11-plugins/wmail
parentdev-util/cmake: stable 3.14.3 for hppa, bug #668020 (diff)
downloadgentoo-44dec9566234b015bc220dadcd6a616490b29747.tar.gz
gentoo-44dec9566234b015bc220dadcd6a616490b29747.tar.bz2
gentoo-44dec9566234b015bc220dadcd6a616490b29747.zip
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 <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmail')
-rw-r--r--x11-plugins/wmail/Manifest1
-rw-r--r--x11-plugins/wmail/wmail-2.2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/x11-plugins/wmail/Manifest b/x11-plugins/wmail/Manifest
index 0c20b13be6df..8c9bf59e21f8 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 000000000000..6491f6f02064
--- /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
+}