pinkbyte 15/05/14 10:17:20 Added: metadata.xml ppp-scripts-0.ebuild ChangeLog Log: Initial commit (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
Revision Changes Path 1.1 net-dialup/ppp-scripts/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version = '1.0' encoding = 'UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>net-dialup</herd> </pkgmetadata> 1.1 net-dialup/ppp-scripts/ppp-scripts-0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/ppp-scripts-0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/ppp-scripts-0.ebuild?rev=1.1&content-type=text/plain Index: ppp-scripts-0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp-scripts/ppp-scripts-0.ebuild,v 1.1 2015/05/14 10:17:20 pinkbyte Exp $ EAPI=5 DESCRIPTION="Common set of scripts for various PPP implementations" HOMEPAGE="http://gentoo.org/" SRC_URI="http://dev.gentoo.org/~pinkbyte/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" DEPEND="!<net-dialup/ppp-2.4.7-r1" RDEPEND="${DEPEND}" S="${WORKDIR}" 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} doins "scripts/${i}.d"/* done } 1.1 net-dialup/ppp-scripts/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/ppp-scripts/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for net-dialup/ppp-scripts # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp-scripts/ChangeLog,v 1.1 2015/05/14 10:17:20 pinkbyte Exp $ *ppp-scripts-0 (14 May 2015) 14 May 2015; Sergey Popov <[email protected]> +ppp-scripts-0.ebuild, +metadata.xml: Initial commit
