Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 795657
Collapse All | Expand All

(-)a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild (-4 / +3 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=7
5
5
6
DESCRIPTION="Common set of scripts for various PPP implementations"
6
DESCRIPTION="Common set of scripts for various PPP implementations"
7
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
7
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
Lines 20-27 src_install() { Link Here
20
	exeinto /etc/ppp
20
	exeinto /etc/ppp
21
	for i in ip-up ip-down ; do
21
	for i in ip-up ip-down ; do
22
		doexe "scripts/${i}"
22
		doexe "scripts/${i}"
23
		insinto /etc/ppp/${i}.d
24
		dosym ${i} /etc/ppp/${i/ip/ipv6}
23
		dosym ${i} /etc/ppp/${i/ip/ipv6}
24
		insinto /etc/ppp/${i}.d
25
		doins "scripts/${i}.d"/*
25
		doins "scripts/${i}.d"/*
26
	done
26
	done
27
}
27
}
28
- 

Return to bug 795657