summaryrefslogtreecommitdiff
path: root/net-dialup/ppp-scripts
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /net-dialup/ppp-scripts
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'net-dialup/ppp-scripts')
-rw-r--r--net-dialup/ppp-scripts/Manifest2
-rw-r--r--net-dialup/ppp-scripts/ppp-scripts-0.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dialup/ppp-scripts/Manifest b/net-dialup/ppp-scripts/Manifest
index 20c406dd0189..95c374551500 100644
--- a/net-dialup/ppp-scripts/Manifest
+++ b/net-dialup/ppp-scripts/Manifest
@@ -1,3 +1,3 @@
DIST ppp-scripts-0.tar.xz 1824 BLAKE2B dc2fe1fa860ec9abe43466a270324f8ac39f08a8ed35f2dbd971a59a2e07a939049624802ae8b8c5a4bf11544c871d27517976f61486c4cdbad75f162a502c59 SHA512 a36e6180b0acc8081b192602a2a5dbe765f1ba26e2cca8dc80d1dbc0e405b86acd6fe0cf655fb520c9f45373528773e64545876fd3370ce3514ffd9858916971
-EBUILD ppp-scripts-0.ebuild 664 BLAKE2B ecc0fa3c3efd73d29088411475bfbf6a6cf7a507a2da5510e261bd3720cc000d114560f0707dd1cafaf7a105d6a9310a996c0c6dce9d028c903c9bd4b5d0a658 SHA512 81d57e1d0db1b483b71316fa3d790963e8d91f42225db6be2ae57ca5ad776adced886f0b91c1c4f9ed7b7334aed07ce58fc5a56241fb91d4291b207a8f35b0e4
+EBUILD ppp-scripts-0.ebuild 664 BLAKE2B 22f76cb99040c12db2ce96c1487d2fc7a3bcb36d3f6fd12df703b2f6226ff7cc11c03b06346353c234808a563231e67c08799fbed078747bbded192738a5ebad SHA512 9f846365ab52f950f67803f3c0f809ec83f0adc837d7d15aefcb3f986e3146ecdefd4c2e5ed109bf9b74f35374df8a0a86010a6b350cc05907b79f1965cb95ed
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
index 9299c2d744b8..5cfe76c23ab5 100644
--- a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
+++ b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="Common set of scripts for various PPP implementations"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@@ -20,8 +20,8 @@ src_install() {
exeinto /etc/ppp
for i in ip-up ip-down ; do
doexe "scripts/${i}"
- insinto /etc/ppp/${i}.d
dosym ${i} /etc/ppp/${i/ip/ipv6}
+ insinto /etc/ppp/${i}.d
doins "scripts/${i}.d"/*
done
}