Diff ppp-2.4.5-r1 with a ppp-2.4.5-r2

/usr/portage/net-dialup/ppp/ppp-2.4.5-r2.ebuild 2011-11-11 16:07:00.000000000 +0400
1 1
# Copyright 1999-2011 Gentoo Foundation
2 2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.5-r1.ebuild,v 1.7 2011/07/17 11:54:21 xarthisius Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.5-r2.ebuild,v 1.2 2011/11/11 12:07:15 flameeyes Exp $
4 4

  
5 5
EAPI="2"
6 6

  
......
9 9
DESCRIPTION="Point-to-Point Protocol (PPP)"
10 10
HOMEPAGE="http://www.samba.org/ppp"
11 11
SRC_URI="ftp://ftp.samba.org/pub/ppp/${P}.tar.gz
12
	mirror://gentoo/${P}-gentoo-20101127.tar.gz
12
	http://dev.gentoo.org/~flameeyes/qa-copies/${P}-gentoo-20111111.tar.gz
13 13
	dhcp? ( http://www.netservers.co.uk/gpl/ppp-dhcpc.tgz )"
14 14

  
15 15
LICENSE="BSD GPL-2"
16 16
SLOT="0"
17
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
18 18
IUSE="activefilter atm dhcp eap-tls gtk ipv6 pam radius"
19 19

  
20 20
DEPEND="activefilter? ( net-libs/libpcap )
......
47 47
	use eap-tls && {
48 48
		# see http://www.nikhef.nl/~janjust/ppp for more info
49 49
		einfo "Enabling EAP-TLS support"
50
		epatch "${WORKDIR}/patch/eaptls-mppe-0.98-gentoo.patch"
50
		epatch "${WORKDIR}/patch/eaptls-mppe-0.991-gentoo.patch"
51 51
	}
52 52

  
53 53
	use atm && {
......
192 192
	dodoc "${FILESDIR}/README.mpls"
193 193

  
194 194
	dosbin scripts/pon && \
195
	    dosbin scripts/poff && \
196
	    dosbin scripts/plog && \
197
	    doman scripts/pon.1 || die "failed to install pon&poff scripts"
195
		dosbin scripts/poff && \
196
		dosbin scripts/plog && \
197
		doman scripts/pon.1 || die "failed to install pon&poff scripts"
198 198

  
199 199
	# Adding misc. specialized scripts to doc dir
200 200
	insinto /usr/share/doc/${PF}/scripts/chatchat
Thank you!