summaryrefslogtreecommitdiff
path: root/x11-plugins/wmbio
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-02 17:18:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-02 17:18:14 +0100
commit7b9f15840068dfaeea5684f8a1af1fe460dfa14c (patch)
tree112eea4497761c0227537330b58f9c7e0af3f9d8 /x11-plugins/wmbio
parent0bff53119f08d677db6c1a991bd30741682a8a08 (diff)
gentoo resync : 02.06.2018
Diffstat (limited to 'x11-plugins/wmbio')
-rw-r--r--x11-plugins/wmbio/Manifest2
-rw-r--r--x11-plugins/wmbio/wmbio-1.02.ebuild16
2 files changed, 7 insertions, 11 deletions
diff --git a/x11-plugins/wmbio/Manifest b/x11-plugins/wmbio/Manifest
index 76531cc8a128..e5b362f381cf 100644
--- a/x11-plugins/wmbio/Manifest
+++ b/x11-plugins/wmbio/Manifest
@@ -1,3 +1,3 @@
DIST wmbio-1.02.tar.gz 21799 BLAKE2B f3736ad83e4441f027b8091d398f7f819de79d29d9d48dff0f1ab3c159e1da2fc367f8faa92addedb770d7137e7a93f8e91a29935264a6505d16c9598daad64b SHA512 bebe8de364f782c38164fdd3910c3f63ff8313fa46fce1215218a4d14b9be0c793ee1d234fdb694798c1ab49b17eca90957d22c076920bf50ecf24b563a07d5b
-EBUILD wmbio-1.02.ebuild 794 BLAKE2B 1a8916983313a986dcd424309f3acfbde29c24f0ecdbb63235ffc60b89e4c3613ae4f5620ef4eb833fc758624fbb87a4021029ba5a8311c386309f68bc621ecc SHA512 d18004236959202956b6b77904cb155c6551bd16dab07f2a1a14085ce6998327ffaaa6466fb1ce29d93ab0b4492d59d82e8659e3e49815c1885d796d1c8d7df1
+EBUILD wmbio-1.02.ebuild 774 BLAKE2B 2cfee485b2ca4719fac6b37754eaa03b3495902f58c94c3cb1d56e702265c55e9e2916cde37896387987104b5549fc414c474038714cf65070c687fea94e208e SHA512 dc5e6a95e1137e0329533e707ffd1e7b8dab3a6532bf686c970739307ef9c18c8beeb604d210ee0e9301cfd14a39141b2a687de9c1b32f5a5a6afdd19399eb2c
MISC metadata.xml 603 BLAKE2B 80e4c0fe2c556274da84f248b415737be477445c3da6e9fce5fd6a66480a2c2455c3100d6e2466d124ca6f2c6d6939dff229eb948ac9ef30127b68e9172d25f8 SHA512 fd27767ae3ef58f3eae5cb89cb62257989d5d574b2cdda8b2acdf25fb35091c1903037121cb127189f7c35343d588c4ea99741f292097854a6aebdda01ed3e3b
diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild
index b6fcce6d4152..b2be120eed9c 100644
--- a/x11-plugins/wmbio/wmbio-1.02.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils
+EAPI=6
DESCRIPTION="A Window Maker applet that shows your biorhythm"
HOMEPAGE="http://wmbio.sourceforge.net/"
@@ -22,18 +21,15 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}/src
src_prepare() {
+ default
# Honour Gentoo CFLAGS
- sed -i "s/-g -O2/\$(CFLAGS)/" Makefile
+ sed -i "s/-g -O2/\$(CFLAGS)/" Makefile || die "sed for CFLAGS failed"
# Honour Gentoo LDFLAGS
- sed -i "s/-o wmbio/\$(LDFLAGS) -o wmbio/" Makefile
-}
-
-src_compile() {
- emake || die "emake failed"
+ sed -i "s/-o wmbio/\$(LDFLAGS) -o wmbio/" Makefile || die "sed for LDFLAGS failed"
}
src_install () {
- dobin wmbio || die "dobin failed"
- dodoc ../{AUTHORS,Changelog,NEWS,README} || die
+ dobin wmbio
+ dodoc ../{AUTHORS,Changelog,NEWS,README}
}