diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-24 17:58:01 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-24 17:58:01 +0000 |
commit | efb2882e8c093f72492ea300553264aed2365eb7 (patch) | |
tree | 07e589070da6edaf707aa1558a76656e1c56b2d0 /net-dialup/ppp | |
parent | Fix patch name, thanks oblikoamorale (diff) | |
download | gentoo-2-efb2882e8c093f72492ea300553264aed2365eb7.tar.gz gentoo-2-efb2882e8c093f72492ea300553264aed2365eb7.tar.bz2 gentoo-2-efb2882e8c093f72492ea300553264aed2365eb7.zip |
Adjust SRC_URI, wrt bug #457854. Thanks to Theo Chatzimichos for discovering this issue
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.5-r3.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index eb503e3f5065..431cb27fc63a 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.287 2012/12/16 19:56:44 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.288 2013/03/24 17:58:01 pinkbyte Exp $ + + 24 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> ppp-2.4.5-r3.ebuild: + Adjust SRC_URI, wrt bug #457854. Thanks to Theo Chatzimichos for discovering + this issue 16 Dec 2012; Raúl Porcel <armin76@gentoo.org> ppp-2.4.5-r3.ebuild: alpha/ia64/s390/sh/sparc stable wrt #444256 diff --git a/net-dialup/ppp/ppp-2.4.5-r3.ebuild b/net-dialup/ppp/ppp-2.4.5-r3.ebuild index 7c370cdb2428..73330d93154f 100644 --- a/net-dialup/ppp/ppp-2.4.5-r3.ebuild +++ b/net-dialup/ppp/ppp-2.4.5-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.9 2012/12/16 19:56:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.5-r3.ebuild,v 1.10 2013/03/24 17:58:01 pinkbyte Exp $ EAPI="4" @@ -10,8 +10,7 @@ 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://dev.gentoo.org/~floppym/dist/${P}-patches-${PATCH_VER}.tar.xz http://www.netservers.co.uk/gpl/ppp-dhcpc.tgz" LICENSE="BSD GPL-2" |