diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-08-29 15:09:08 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-08-29 15:09:08 +0000 |
commit | 7de991adc04fa7aecec4e94663c32ee2053f20f0 (patch) | |
tree | 299b20234c1ab0ea07b547bdcc6859e3573ad13a /www-client | |
parent | Only change term_type to term_charset if installed irssi is >=0.8.10. Bug #10... (diff) | |
download | gentoo-2-7de991adc04fa7aecec4e94663c32ee2053f20f0.tar.gz gentoo-2-7de991adc04fa7aecec4e94663c32ee2053f20f0.tar.bz2 gentoo-2-7de991adc04fa7aecec4e94663c32ee2053f20f0.zip |
use mirror://gentoo for utf-8 patch
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/links/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/links/links-2.1_pre18.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www-client/links/ChangeLog b/www-client/links/ChangeLog index a2ab72731dad..6222f21766a8 100644 --- a/www-client/links/ChangeLog +++ b/www-client/links/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/links # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/links/ChangeLog,v 1.29 2005/08/29 12:57:41 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/links/ChangeLog,v 1.30 2005/08/29 15:09:08 vanquirius Exp $ + + 29 Aug 2005; Marcelo Goes <vanquirius@gentoo.org> links-2.1_pre18.ebuild: + Fix typo in DESCRIPTION, update HOMEPAGE, use mirror://gentoo for utf-8 patch. 29 Aug 2005; Seemant Kulleen <seemant@gentoo.org> +files/links-2.1pre18-no-javascript-fix.patch, links-2.1_pre18.ebuild: diff --git a/www-client/links/links-2.1_pre18.ebuild b/www-client/links/links-2.1_pre18.ebuild index bfb4a4fc1ce9..f0ccc25e78a1 100644 --- a/www-client/links/links-2.1_pre18.ebuild +++ b/www-client/links/links-2.1_pre18.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.1_pre18.ebuild,v 1.2 2005/08/29 12:57:41 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.1_pre18.ebuild,v 1.3 2005/08/29 15:09:08 vanquirius Exp $ inherit eutils toolchain-funcs -DESCRIPTION="links is a fast lightweight text tand graphic web-browser" -HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/" +DESCRIPTION="links is a fast lightweight text and graphic web-browser" +HOMEPAGE="http://links.twibright.com/" # To handle pre-version ... MY_P="${P/_/}" S="${WORKDIR}/${MY_P}" SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/links/${MY_P}.tar.bz2 - http://dev.gentoo.org/~vanquirius/files/${MY_P}-utf8.diff.bz2" - # mirror://gentoo/${MY_P}-utf8.diff.bz2" + mirror://gentoo/${MY_P}-utf8.diff.bz2" LICENSE="GPL-2" SLOT="2" |