From 7ab4763ae11611a921ea5fa1784e656fb6d084b0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 20 Apr 2021 02:40:34 +0100 Subject: x11-misc/xdock: port to EAPI 7 Signed-off-by: Sam James --- x11-misc/xdock/xdock-0.3.0.ebuild | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'x11-misc/xdock') diff --git a/x11-misc/xdock/xdock-0.3.0.ebuild b/x11-misc/xdock/xdock-0.3.0.ebuild index 6cf304a5efbe..dad806f32209 100644 --- a/x11-misc/xdock/xdock-0.3.0.ebuild +++ b/x11-misc/xdock/xdock-0.3.0.ebuild @@ -1,25 +1,30 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit autotools epatch +EAPI=7 -DESCRIPTION="emulates Window Maker docks (runs in any window manager)" +inherit autotools + +DESCRIPTION="Emulates Window Maker docks (runs in any window manager)" HOMEPAGE="http://xdock.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" DOCS=( API AUTHORS ChangeLog README TODO ) +PATCHES=( + "${FILESDIR}"/${PN}-0.2.0-ldconfig.patch +) + src_prepare() { - epatch "${FILESDIR}"/${PN}-0.2.0-ldconfig.patch + default + sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac || die eautoreconf } -- cgit v1.2.3-65-gdbad