public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/ppp-scripts: metadata.xml ppp-scripts-0.ebuild ChangeLog
@ 2015-05-14 10:17 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2015-05-14 10:17 UTC (permalink / raw
  To: gentoo-commits

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 <pinkbyte@gentoo.org> +ppp-scripts-0.ebuild,
  +metadata.xml:
  Initial commit






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-14 10:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-14 10:17 [gentoo-commits] gentoo-x86 commit in net-dialup/ppp-scripts: metadata.xml ppp-scripts-0.ebuild ChangeLog Sergey Popov (pinkbyte)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox