summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2006-12-29 10:33:23 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2006-12-29 10:33:23 +0000
commita6727512878037b4be4dc044a3711e3fc8e53b46 (patch)
tree5b46ec41d439269ed31fea2b1f497011dedb71b9
parent Add a patch to apply static routes before routers and setup host routes (diff)
downloadgentoo-2-a6727512878037b4be4dc044a3711e3fc8e53b46.tar.gz
gentoo-2-a6727512878037b4be4dc044a3711e3fc8e53b46.tar.bz2
gentoo-2-a6727512878037b4be4dc044a3711e3fc8e53b46.zip
Fixed SRC_URI as reported by Steve Herber in bug #157100, comment #11
(Portage version: 2.1.2_rc4)
-rw-r--r--www-client/lynx/ChangeLog5
-rw-r--r--www-client/lynx/lynx-2.8.6-r1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/www-client/lynx/ChangeLog b/www-client/lynx/ChangeLog
index 6a2a6d2546e6..0de40ecba4d3 100644
--- a/www-client/lynx/ChangeLog
+++ b/www-client/lynx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/lynx
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v 1.58 2006/12/08 19:25:07 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v 1.59 2006/12/29 10:33:23 drizzt Exp $
+
+ 29 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> lynx-2.8.6-r1.ebuild:
+ Fixed SRC_URI as reported by Steve Herber in bug #157100, comment #11
08 Dec 2006; Daniel Gryniewicz <dang@gentoo.org> lynx-2.8.6-r1.ebuild:
Marked stable on amd64 for bug #157100
diff --git a/www-client/lynx/lynx-2.8.6-r1.ebuild b/www-client/lynx/lynx-2.8.6-r1.ebuild
index e3c5d66e027a..eafcf32706f9 100644
--- a/www-client/lynx/lynx-2.8.6-r1.ebuild
+++ b/www-client/lynx/lynx-2.8.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/lynx-2.8.6-r1.ebuild,v 1.9 2006/12/08 19:25:07 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/lynx-2.8.6-r1.ebuild,v 1.10 2006/12/29 10:33:23 drizzt Exp $
inherit eutils
@@ -9,7 +9,8 @@ S=${WORKDIR}/${MY_P//./-}
DESCRIPTION="An excellent console-based web browser with ssl support"
HOMEPAGE="http://lynx.browser.org/"
-SRC_URI="ftp://lynx.isc.org/${MY_P}/${MY_P}rel.2.tar.bz2"
+#SRC_URI="ftp://lynx.isc.org/${MY_P}/${MY_P}rel.2.tar.bz2"
+SRC_URI="ftp://lynx.isc.org/current/${MY_P}rel.2.tar.bz2"
LICENSE="GPL-2"
SLOT="0"