diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-09-16 00:33:22 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-09-16 00:33:22 +0000 |
commit | d1cab8b4f2c25152a069dfae686bc2194c51f678 (patch) | |
tree | cc5cb39d3c4d20d68929f62c279dd93f5d912425 /net-www/lynx | |
parent | Adding sparc and sparc64 keywords (diff) | |
download | gentoo-2-d1cab8b4f2c25152a069dfae686bc2194c51f678.tar.gz gentoo-2-d1cab8b4f2c25152a069dfae686bc2194c51f678.tar.bz2 gentoo-2-d1cab8b4f2c25152a069dfae686bc2194c51f678.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'net-www/lynx')
-rw-r--r-- | net-www/lynx/ChangeLog | 17 | ||||
-rw-r--r-- | net-www/lynx/lynx-2.8.4.1c.ebuild | 4 |
2 files changed, 8 insertions, 13 deletions
diff --git a/net-www/lynx/ChangeLog b/net-www/lynx/ChangeLog index 02c9c32f733a..309b80e34aa4 100644 --- a/net-www/lynx/ChangeLog +++ b/net-www/lynx/ChangeLog @@ -1,16 +1,17 @@ # ChangeLog for net-www/lynx # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/ChangeLog,v 1.9 2002/09/07 17:33:21 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/ChangeLog,v 1.10 2002/09/16 00:33:22 murphy Exp $ *lynx-2.8.4.1c (26 Aug 2002) + 14 Sept 2002; Maarten Thibaut <murphy@gentoo.org> lynx-2.8.4.1c.ebuild : + Added sparc/sparc64 to keywords. + 07 Sept 2002; Calum Selkirk <cselkirk@gentoo.org> lynx-2.8.4.1c.ebuild : - Added ppc to KEYWORDS. 28 Aug 2002; Seemant Kulleen <seemant@gentoo.org> lynx-2.8.4.1c.ebuild lynx-2.8.4a-r4.ebuild : - PROVIDE=virtual/textbrowser 26 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> lynx-2.8.4.1c.ebuild : @@ -23,10 +24,8 @@ 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> lynx-2.8.4a-r4.ebuild : Added LICENSE, KEYWORDS, SLOT. - 2 June 2002; Matthew Kennedy <mkennedy@gentoo.org> - lynx-2.8.4a-r4.ebuild, files/digest-lynx-2.8.4a-r4, - files/lynx-2.8.4a-LYStrings.c-gentoo.patch, ChangeLog : - + 2 June 2002; Matthew Kennedy <mkennedy@gentoo.org> lynx-2.8.4a-r4.ebuild, + files/digest-lynx-2.8.4a-r4, files/lynx-2.8.4a-LYStrings.c-gentoo.patch, ChangeLog : Patch for GCC3.1 support. Some users report success with -r3, some don't. @@ -36,21 +35,18 @@ Added LICENSE, KEYWORDS, SLOT. 29 May 2002; Preston A. Elder <prez@gentoo.org> lynx-2.8.4a-r3.ebuild : - Fixed the ebuild to just pass --with-ssl=yes, not --with-ssl=/usr. The configure fails to do the right thing with the path version. *lynx-2.8.4a-r3 (08 May 2002) 08 May 2002; Carl Perry <edolnx@gentoo.org> lynx-2.8.4a-r3.ebuild : - Fixed the alternate SRC_URI link so that it works. Found during ibiblio.org outage yesterday. *lynx-2.8.4a-r3 (21 Mar 2002) 21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> lynx-2.8.4a-r3.ebuild : - HTML documentation will no longer be gzipped. This bug located by stefan@mdy.univie.ac.at @@ -60,7 +56,6 @@ Added LICENSE, KEYWORDS, SLOT. 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about diff --git a/net-www/lynx/lynx-2.8.4.1c.ebuild b/net-www/lynx/lynx-2.8.4.1c.ebuild index c56df2f69bb5..6db0c390590b 100644 --- a/net-www/lynx/lynx-2.8.4.1c.ebuild +++ b/net-www/lynx/lynx-2.8.4.1c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4.1c.ebuild,v 1.3 2002/09/07 17:33:21 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4.1c.ebuild,v 1.4 2002/09/16 00:33:22 murphy Exp $ MY_PV=${PV/.1c/rel.1} S=${WORKDIR}/${PN}2-8-4 @@ -10,7 +10,7 @@ SRC_URI="ftp://lynx.isc.org/${PN}/${PN}2.8.4/${PN}${MY_PV}.tar.bz2 ftp://lynx.isc.org/lynx/lynx2.8.4/patches/${PN}${MY_PV}a.patch ftp://lynx.isc.org/lynx/lynx2.8.4/patches/${PN}${MY_PV}b.patch ftp://lynx.isc.org/lynx/lynx2.8.4/patches/${PN}${MY_PV}c.patch" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" SLOT="0" LICENSE="GPL-2" |