diff options
author | 2012-11-25 06:31:52 +0000 | |
---|---|---|
committer | 2012-11-25 06:31:52 +0000 | |
commit | f194c0ed59540cdb3887feec92fac3156445e0c4 (patch) | |
tree | cdb2147364a4a4bd2b853d60082a5dec012f32e7 /net-dialup/ppp | |
parent | Thanks to slyfox for patching darcs-2.8.3 for ghc 7.6.1 (diff) | |
download | gentoo-2-f194c0ed59540cdb3887feec92fac3156445e0c4.tar.gz gentoo-2-f194c0ed59540cdb3887feec92fac3156445e0c4.tar.bz2 gentoo-2-f194c0ed59540cdb3887feec92fac3156445e0c4.zip |
Fix 80_all_eaptls-mppe-0.991-gentoo.patch, a casualty of CVS keyword expansion.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.5-r3.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index 21adb8f685f6..218bb4ce8a79 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/ppp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.281 2012/09/22 20:58:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.282 2012/11/25 06:31:52 floppym Exp $ + + 25 Nov 2012; Mike Gilbert <floppym@gentoo.org> ppp-2.4.5-r3.ebuild: + Fix 80_all_eaptls-mppe-0.991-gentoo.patch, a casualty of CVS keyword + expansion. 22 Sep 2012; Mike Frysinger <vapier@gentoo.org> ppp-2.4.5-r3.ebuild: Always unpack the dhcp code (since it is small) and update the patches to work diff --git a/net-dialup/ppp/ppp-2.4.5-r3.ebuild b/net-dialup/ppp/ppp-2.4.5-r3.ebuild index 5a175b0fef9d..042534d33149 100644 --- a/net-dialup/ppp/ppp-2.4.5-r3.ebuild +++ b/net-dialup/ppp/ppp-2.4.5-r3.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.5-r3.ebuild,v 1.3 2012/09/22 20:58:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.5-r3.ebuild,v 1.4 2012/11/25 06:31:52 floppym Exp $ EAPI="4" inherit eutils multilib toolchain-funcs linux-info pam -PATCH_VER="2" +PATCH_VER="3" DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="http://www.samba.org/ppp" SRC_URI="ftp://ftp.samba.org/pub/ppp/${P}.tar.gz http://dev.gentoo.org/~vapier/dist/${P}-patches-${PATCH_VER}.tar.xz + http://dev.gentoo.org/~floppym/distfiles/${P}-patches-${PATCH_VER}.tar.xz http://www.netservers.co.uk/gpl/ppp-dhcpc.tgz" LICENSE="BSD GPL-2" |