commit:     a1773975b99fd8952294d332fe7cb4798979b5bf
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Nov  1 12:31:48 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 13:03:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1773975

net-misc/gvrpcd: update HOMEPAGE and SRC_URI

Update HOMEPAGE and SRC_URI and migrate to EAPI=8, minor enhancements.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22781
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/gvrpcd/gvrpcd-1.3.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/gvrpcd/gvrpcd-1.3.ebuild 
b/net-misc/gvrpcd/gvrpcd-1.3.ebuild
index ddadebc283c..83edfc7bc10 100644
--- a/net-misc/gvrpcd/gvrpcd-1.3.ebuild
+++ b/net-misc/gvrpcd/gvrpcd-1.3.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit linux-info toolchain-funcs
 
 DESCRIPTION="A program for announcing VLANs using GVRP"
-HOMEPAGE="http://sokrates.mimuw.edu.pl/~sebek/gvrpcd/";
-SRC_URI="http://sokrates.mimuw.edu.pl/~sebek/${PN}/${P}.tar.gz";
+HOMEPAGE="http://zagrodzki.net/~sebek/gvrpcd/";
+SRC_URI="http://zagrodzki.net/~sebek/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -27,8 +27,8 @@ src_compile() {
 }
 
 src_install() {
-       dosbin gvrpcd
+       dosbin ${PN}
        dodoc README
-       newinitd "${FILESDIR}"/init.gvrpcd gvrpcd
-       newconfd "${FILESDIR}"/conf.gvrpcd gvrpcd
+       newinitd "${FILESDIR}/init.gvrpcd" ${PN}
+       newconfd "${FILESDIR}/conf.gvrpcd" ${PN}
 }

Reply via email to