diff options
author | 2004-04-27 21:43:04 +0000 | |
---|---|---|
committer | 2004-04-27 21:43:04 +0000 | |
commit | a08a6436cf336914de1d7b3e4499278f0c08a6cc (patch) | |
tree | 35f23baefbf2dd09129eeeb16bdd5f1c0f4e3ba8 /net-dialup/ppp | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-a08a6436cf336914de1d7b3e4499278f0c08a6cc.tar.gz gentoo-2-a08a6436cf336914de1d7b3e4499278f0c08a6cc.tar.bz2 gentoo-2-a08a6436cf336914de1d7b3e4499278f0c08a6cc.zip |
Add inherit eutils
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.1-r14.ebuild | 6 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r2.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2.ebuild | 4 |
5 files changed, 20 insertions, 6 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index a165be287ca2..d790e20d495e 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dialup/ppp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.56 2004/04/26 10:52:06 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.57 2004/04/27 21:42:07 agriffis Exp $ + +*ppp-2.4.2-r2 (27 Apr 2004) + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ppp-2.4.1-r14.ebuild, + ppp-2.4.2-r1.ebuild, ppp-2.4.2-r2.ebuild, ppp-2.4.2.ebuild: + Add inherit eutils 26 Apr 2004; Heinrich Wendel <lanius@gentoo.org> files/2.4.2b3/README.mpls, files/2.4.2b3/cflags.patch, files/2.4.2b3/chat-default, diff --git a/net-dialup/ppp/ppp-2.4.1-r14.ebuild b/net-dialup/ppp/ppp-2.4.1-r14.ebuild index 127734868312..d989585242c6 100644 --- a/net-dialup/ppp/ppp-2.4.1-r14.ebuild +++ b/net-dialup/ppp/ppp-2.4.1-r14.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r14.ebuild,v 1.16 2004/01/01 18:24:07 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r14.ebuild,v 1.17 2004/04/27 21:42:07 agriffis Exp $ + +inherit eutils S=${WORKDIR}/${P}.pppoe4 DESCRIPTION="Point-to-point protocol - patched for pppoe" diff --git a/net-dialup/ppp/ppp-2.4.2-r1.ebuild b/net-dialup/ppp/ppp-2.4.2-r1.ebuild index 4df429d8d1b6..2279bccf432e 100644 --- a/net-dialup/ppp/ppp-2.4.2-r1.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r1.ebuild,v 1.4 2004/03/08 19:22:17 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r1.ebuild,v 1.5 2004/04/27 21:42:07 agriffis Exp $ + +inherit eutils DESCRIPTION="Point-to-point protocol - patched for PPPOE" HOMEPAGE="http://www.samba.org/ppp" diff --git a/net-dialup/ppp/ppp-2.4.2-r2.ebuild b/net-dialup/ppp/ppp-2.4.2-r2.ebuild index cfb6d945f426..4634a0a2e446 100644 --- a/net-dialup/ppp/ppp-2.4.2-r2.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.1 2004/04/26 10:49:09 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.2 2004/04/27 21:42:07 agriffis Exp $ + +inherit eutils DESCRIPTION="Point-to-point protocol - patched for PPPOE" HOMEPAGE="http://www.samba.org/ppp" diff --git a/net-dialup/ppp/ppp-2.4.2.ebuild b/net-dialup/ppp/ppp-2.4.2.ebuild index fa692bf500ae..57957040a8f1 100644 --- a/net-dialup/ppp/ppp-2.4.2.ebuild +++ b/net-dialup/ppp/ppp-2.4.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2.ebuild,v 1.4 2004/03/06 14:46:39 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2.ebuild,v 1.5 2004/04/27 21:42:07 agriffis Exp $ + +inherit eutils DESCRIPTION="Point-to-point protocol - patched for PPPOE" HOMEPAGE="http://www.samba.org/ppp" |