diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-09-16 00:26:25 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-09-16 00:26:25 +0000 |
commit | 83331eba590df85e3ec8d6f524cd600a25774895 (patch) | |
tree | 012292d6ccbc6db6405f1a6e4c1bc98983945315 /net-dialup/ppp | |
parent | Too old to bother fixing (diff) | |
download | gentoo-2-83331eba590df85e3ec8d6f524cd600a25774895.tar.gz gentoo-2-83331eba590df85e3ec8d6f524cd600a25774895.tar.bz2 gentoo-2-83331eba590df85e3ec8d6f524cd600a25774895.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 15 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.1-r10.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.1-r11.ebuild | 4 |
3 files changed, 11 insertions, 12 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index 32354c37c128..1c71ce09adfb 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,45 +1,44 @@ # ChangeLog for net-dialup/ppp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.10 2002/09/15 08:10:32 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.11 2002/09/16 00:26:25 murphy Exp $ *ppp-2.4.1-r11 (28 Aug 2002) + 16 Sep 2002; Maarten Thibaut <murphy@gentoo.org> ppp-2.4.1-r11.ebuild : + Added sparc and sparc64 keywords. Revamped ChangeLog layout. + 15 Sep 2002; phoen][x <phoenix@gentoo.org> ppp-2.4.1-r11.ebuild : - Uploaded the tarball to ibiblio and modified SRC_URI. This closes bug 7771. 05 Sep 2002; phoen][x <phoenix@gentoo.org> ppp-2.4.1-r11.ebuild : - Enabled callback. This closes bug 7373. 28 Aug 2002; phoen][x <phoenix@gentoo.org> ppp-2.4.1-r11.ebuild : - Added ipv6 useflag support. This closes bug 6972. *ppp-2.4.1-r10 (31 Jul 2002) + 16 Sep 2002; Maarten Thibaut <murphy@gentoo.org> ppp-2.4.1-r10.ebuild : + Added sparc and sparc64 keywords. + 3 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> ppp-2.4.1-r10.ebuild ppp-2.4.1-r9.ebuild : - Added ppc to KEYWORDS. 31 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> ppp-2.4.1-r10.ebuild : - Security fix - added a patch to prevent race condition. *ppp-2.4.1-r9 16 Jul 2002; Ben Lutgens <lamer@gentoo.org> ppp-2.4.1-r[789].ebuild : - updated homepage *ppp-2.4.1-r8 (09 Apr 2002) 22 May 2002; Mike Jones <ashmodai@gentoo.org> : - Added (optional - USE crypt variable was used) MPPE support for ppp, enabling clients who use the pptp server to have encrypted connections. diff --git a/net-dialup/ppp/ppp-2.4.1-r10.ebuild b/net-dialup/ppp/ppp-2.4.1-r10.ebuild index 3bb05094cf9a..3e667f715d10 100644 --- a/net-dialup/ppp/ppp-2.4.1-r10.ebuild +++ b/net-dialup/ppp/ppp-2.4.1-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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-r10.ebuild,v 1.2 2002/08/03 16:19:50 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r10.ebuild,v 1.3 2002/09/16 00:26:25 murphy Exp $ S=${WORKDIR}/${P}.pppoe4 DESCRIPTION="Point-to-point protocol - patched for pppoe" @@ -12,7 +12,7 @@ PROVIDE="virtual/pppd" SLOT="0" LICENSE="BSD GPL" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" src_compile() { diff --git a/net-dialup/ppp/ppp-2.4.1-r11.ebuild b/net-dialup/ppp/ppp-2.4.1-r11.ebuild index 43238b095ea1..258659a33dc0 100644 --- a/net-dialup/ppp/ppp-2.4.1-r11.ebuild +++ b/net-dialup/ppp/ppp-2.4.1-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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-r11.ebuild,v 1.3 2002/09/15 08:10:32 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r11.ebuild,v 1.4 2002/09/16 00:26:25 murphy Exp $ S=${WORKDIR}/${P}.pppoe4 DESCRIPTION="Point-to-point protocol - patched for pppoe" @@ -12,7 +12,7 @@ PROVIDE="virtual/pppd" SLOT="0" LICENSE="BSD GPL" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" src_compile() { |