summaryrefslogtreecommitdiff
path: root/x11-misc/whaw
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-misc/whaw
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-misc/whaw')
-rw-r--r--x11-misc/whaw/Manifest4
-rw-r--r--x11-misc/whaw/files/whaw-0.2-fix-implicit-declaration-warning.patch4
-rw-r--r--x11-misc/whaw/whaw-0.2.ebuild13
3 files changed, 9 insertions, 12 deletions
diff --git a/x11-misc/whaw/Manifest b/x11-misc/whaw/Manifest
index 5eeb8f2129e5..35f399cc1c3b 100644
--- a/x11-misc/whaw/Manifest
+++ b/x11-misc/whaw/Manifest
@@ -1,4 +1,4 @@
-AUX whaw-0.2-fix-implicit-declaration-warning.patch 284 BLAKE2B 1c39e79f505a1ed76c380bb773783f1af9209761fd62fb37bc38538040d3e5871bcce9939d2c008c33a8acc29ae07d1183c1263a889963cc2107d6528ee4253c SHA512 526a149861a0d12326db7d0d89ca0d033e3131ab0ca98403b69437492a6d2232b93cf6303aa2dc03d4319065d807695f2b749a0f33ba02f9a58c805eff97de77
+AUX whaw-0.2-fix-implicit-declaration-warning.patch 211 BLAKE2B e94bccd2ad529410ae32e70e655f748f55078cecd4e6fdca7682f627e1b2910eb24cb8281dff32e5e6235cb1a257cc17f7fd5700a499993f52f0befc1e6540bf SHA512 f13f2b02d59fa5dd08093c3ccdd2c1df399e67ca6b83388f1d25bba757f52261defbf2717bc4ea29904561e10e7a46b9cb163575f7752b78376a7f0d39340b7d
DIST whaw-0.2.tar.gz 105440 BLAKE2B 9eedc8a0db44accdcaed02a08e38e92251548558eec4761564c9039b2cf356e06b6167b8622f8f462694c6d20debadcc7c2d3a9d62e7ab521713220493f242c4 SHA512 80f38353a867ceb9e9850bf3f723ec6f943a559ab4b38aad2a44818bc88f44d289e9d97acc82d25462bc48bb55fd462cea09b865829e595f1a2ede221b72fa7f
-EBUILD whaw-0.2.ebuild 555 BLAKE2B b483738646fe1ad5201e2c1db621bace84a62860849457f56e86f2bf7c4331afe873f60017b9eb9625d402297ecca568bbaabbde18c4b8019795f9b508ed5eb2 SHA512 3d8a49f3f99dd8bb3ddf88fd2263c337c871c1227cd739169da4260266e3d633c2e6076567e968bab2d4d18ad8afc4fb2d26956543bb18fd842ee89a338062d0
+EBUILD whaw-0.2.ebuild 508 BLAKE2B 28a4a6f509154fd8e467172cb5ef9a745ae173050f66cf5dd4098b03590b2db7d4010c2b2afa4ff6e9b9ba91ae7bd1be986fca7a24bfc81587af2ce227772163 SHA512 384442df1846f6b29286914320d1c173c4e4464c87f76a06885922111a0d7f207096b2731d2e8d6fd5d501ba3ac42fe2b35d11737727c43298b102f83ff0a6bb
MISC metadata.xml 367 BLAKE2B 6d25ac624de49e7eb0495903a2156a7267d1ea826336fca002a4b264fe8eb9fe6037f6bf169ab9c9a07c9eb98fcb1c3bec5729f462952dfbb7c7c0124115fc91 SHA512 8fef7a397d90c70ccc074f575c7ec38045f8ff10d626af1fc65ce918183570484438c07727b09fa153eea13aee74618a414fbeb720350127ce6f5efc3ee1eead
diff --git a/x11-misc/whaw/files/whaw-0.2-fix-implicit-declaration-warning.patch b/x11-misc/whaw/files/whaw-0.2-fix-implicit-declaration-warning.patch
index 155233b4b183..6a7ec0084661 100644
--- a/x11-misc/whaw/files/whaw-0.2-fix-implicit-declaration-warning.patch
+++ b/x11-misc/whaw/files/whaw-0.2-fix-implicit-declaration-warning.patch
@@ -1,5 +1,5 @@
---- whaw.c.orig 2014-05-15 12:11:22.404504530 +0400
-+++ whaw.c 2014-05-15 12:11:43.004506325 +0400
+--- a/whaw.c
++++ b/whaw.c
@@ -5,6 +5,7 @@
#include <X11/cursorfont.h>
#include <X11/extensions/Xinerama.h>
diff --git a/x11-misc/whaw/whaw-0.2.ebuild b/x11-misc/whaw/whaw-0.2.ebuild
index ca7e6ab903de..6987e7948287 100644
--- a/x11-misc/whaw/whaw-0.2.ebuild
+++ b/x11-misc/whaw/whaw-0.2.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-
-inherit eutils
+EAPI=7
DESCRIPTION="Window manager independent Window Layout tool"
HOMEPAGE="http://repetae.net/computer/whaw/"
@@ -20,7 +18,6 @@ RDEPEND="dev-libs/popt
"
DEPEND="${RDEPEND}"
-src_prepare() {
- epatch "${FILESDIR}/${P}-fix-implicit-declaration-warning.patch"
- epatch_user
-}
+PATCHES=(
+ "${FILESDIR}/${P}-fix-implicit-declaration-warning.patch"
+)