Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp-scripts/
Date: Sat, 12 Jun 2021 18:49:43
Message-Id: 1623523546.6cc4ef67b5af5c1e809bb6846ea0d619a350fa69.floppym@gentoo
1 commit: 6cc4ef67b5af5c1e809bb6846ea0d619a350fa69
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 12 18:35:50 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 18:45:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc4ef67
7
8 net-dialup/ppp-scripts: EAPI 7
9
10 Closes: https://bugs.gentoo.org/795657
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
13 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
14
15 net-dialup/ppp-scripts/ppp-scripts-0.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
19 index 9299c2d744b..5cfe76c23ab 100644
20 --- a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
21 +++ b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=7
29
30 DESCRIPTION="Common set of scripts for various PPP implementations"
31 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
32 @@ -20,8 +20,8 @@ src_install() {
33 exeinto /etc/ppp
34 for i in ip-up ip-down ; do
35 doexe "scripts/${i}"
36 - insinto /etc/ppp/${i}.d
37 dosym ${i} /etc/ppp/${i/ip/ipv6}
38 + insinto /etc/ppp/${i}.d
39 doins "scripts/${i}.d"/*
40 done
41 }