commit: 4d89cd9fd29ddc038cb654ab9ad5bea5901ac796
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 20:03:08 2015 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 20:03:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d89cd9f
x11-plugins/wmail: EAPI bump, fix compilation with new libdockapp
Package-Manager: portage-2.2.20.1
x11-plugins/wmail/Manifest | 2 +-
x11-plugins/wmail/wmail-2.0-r3.ebuild | 4 ++--
.../wmail/{wmail-2.0-r3.ebuild => wmail-2.0-r4.ebuild} | 17 ++++++++---------
3 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/x11-plugins/wmail/Manifest b/x11-plugins/wmail/Manifest
index cf268db..9df7f23 100644
--- a/x11-plugins/wmail/Manifest
+++ b/x11-plugins/wmail/Manifest
@@ -1 +1 @@
-DIST wmail-2.0.tar.gz 46468 RMD160 5901792368a309734c80333dd14dcee427151d8d
SHA1 1495c8188122a4f29d1b0db7ad4a6ee27a5156db SHA256
edcf77bf6a638b96dbd78efe4802d260a68385ab2deb6d6774e325ea0cd3d245
+DIST wmail-2.0.tar.gz 46468 SHA256
edcf77bf6a638b96dbd78efe4802d260a68385ab2deb6d6774e325ea0cd3d245 SHA512
62ca761619af006221ac64003246b8d7b0dacee65cd4dd6a5c31e6fc152f9f97646ceb7e757bd81333a792c73280479591dc24bb29f9da2023f2927ec2827039
WHIRLPOOL
e10e5a06570de6eb725045ed2e72d07db39791433b0d454b6796cb452170add4aa9781eea3bc73fe53294d4e5f6e58dfcde019c830f154a9235dce16f1656c91
diff --git a/x11-plugins/wmail/wmail-2.0-r3.ebuild
b/x11-plugins/wmail/wmail-2.0-r3.ebuild
index af6b977..6746a21 100644
--- a/x11-plugins/wmail/wmail-2.0-r3.ebuild
+++ b/x11-plugins/wmail/wmail-2.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
-RDEPEND="x11-libs/libdockapp"
+RDEPEND="<x11-libs/libdockapp-0.7"
DEPEND="${RDEPEND}
>=sys-apps/sed-4.1.4-r1"
diff --git a/x11-plugins/wmail/wmail-2.0-r3.ebuild
b/x11-plugins/wmail/wmail-2.0-r4.ebuild
similarity index 78%
copy from x11-plugins/wmail/wmail-2.0-r3.ebuild
copy to x11-plugins/wmail/wmail-2.0-r4.ebuild
index af6b977..25c3481 100644
--- a/x11-plugins/wmail/wmail-2.0-r3.ebuild
+++ b/x11-plugins/wmail/wmail-2.0-r4.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
inherit eutils
DESCRIPTION="Window Maker dock application showing incoming mail"
@@ -10,17 +11,15 @@
SRC_URI="http://www.minet.uni-jena.de/~topical/sveng/wmail/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND="x11-libs/libdockapp"
+RDEPEND=">=x11-libs/libdockapp-0.7:="
DEPEND="${RDEPEND}
>=sys-apps/sed-4.1.4-r1"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}.support-libdockapp-0.5.0.patch
# make from parsing in maildir format faster, thanks
@@ -32,11 +31,11 @@ src_unpack() {
# Honour Gentoo LDFLAGS, see bug #337407
sed -i 's/-o $@ $^ $(LIBS)/$(LDFLAGS) -o $@ $^ $(LIBS)/'
"${S}/src/Makefile.in"
+ sed -e 's#<dockapp.h>#<libdockapp/dockapp.h>#' -i *.c || die
}
-src_compile() {
- econf --enable-delt-xpms || die "econf failed."
- emake || die "emake failed."
+src_configure() {
+ econf --enable-delt-xpms
}
src_install() {