From 048ee1ca48b66d289646f133f77c2beefc17b95c Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Tue, 11 Feb 2020 12:34:09 +0300 Subject: [PATCH] net-misc/yasnd: update EAPI to 7, move from autotools-utils to autotools eclass, use https links --- net-misc/yasnd/yasnd-9999.ebuild | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/net-misc/yasnd/yasnd-9999.ebuild b/net-misc/yasnd/yasnd-9999.ebuild index c3e3add..10ed500 100644 --- a/net-misc/yasnd/yasnd-9999.ebuild +++ b/net-misc/yasnd/yasnd-9999.ebuild @@ -1,30 +1,29 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=7 -inherit git-2 autotools-utils +EGIT_REPO_URI="https://gitlab.com/Pinkbyte/yasnd.git" +inherit autotools git-r3 DESCRIPTION="Yet Another Stupid Network Daemon, tool that checks hosts' availability" -HOMEPAGE="http://github.com/Pinkbyte/yasnd" -EGIT_REPO_URI="http://github.com/Pinkbyte/yasnd.git" +HOMEPAGE="https://gitlab.com/Pinkbyte/yasnd" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" IUSE="" -SRC_URI="" RDEPEND="app-mobilephone/gammu - dev-libs/confuse" - + dev-libs/confuse:=" DEPEND="${RDEPEND}" -AUTOTOOLS_AUTORECONF="1" -AUTOTOOLS_IN_SOURCE_BUILD="1" +src_prepare() { + eapply_user + eautoreconf +} src_install() { newinitd contrib/yasnd.openrc yasnd newinitd contrib/yasnd-early.openrc yasnd-early - autotools-utils_src_install + default }