diff options
author | 2005-09-19 19:08:30 +0000 | |
---|---|---|
committer | 2005-09-19 19:08:30 +0000 | |
commit | 8b7693b0fdbad652ed5162aebcf89b843062c356 (patch) | |
tree | 90d1386083e4c206600a1939cc2818d7ae8b7375 /www-client/links | |
parent | Stable on x86. (diff) | |
download | gentoo-2-8b7693b0fdbad652ed5162aebcf89b843062c356.tar.gz gentoo-2-8b7693b0fdbad652ed5162aebcf89b843062c356.tar.bz2 gentoo-2-8b7693b0fdbad652ed5162aebcf89b843062c356.zip |
Update HOMEPAGE and SRC_URI
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-client/links')
-rw-r--r-- | www-client/links/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/links/Manifest | 4 | ||||
-rw-r--r-- | www-client/links/links-2.1_pre15.ebuild | 6 | ||||
-rw-r--r-- | www-client/links/links-2.1_pre17-r1.ebuild | 8 |
4 files changed, 14 insertions, 10 deletions
diff --git a/www-client/links/ChangeLog b/www-client/links/ChangeLog index 1eac94be67eb..a24a0d9935a3 100644 --- a/www-client/links/ChangeLog +++ b/www-client/links/ChangeLog @@ -1,6 +1,10 @@ # 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.33 2005/09/17 21:48:59 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/links/ChangeLog,v 1.34 2005/09/19 19:08:30 vanquirius Exp $ + + 19 Sep 2005; Marcelo Goes <vanquirius@gentoo.org> links-2.1_pre15.ebuild, + links-2.1_pre17-r1.ebuild: + Update HOMEPAGE and SRC_URI. 17 Sep 2005; Marcelo Goes <vanquirius@gentoo.org> links-2.1_pre18.ebuild: Minor ebuild fixes. diff --git a/www-client/links/Manifest b/www-client/links/Manifest index 062e62572cbf..1ccef94d346a 100644 --- a/www-client/links/Manifest +++ b/www-client/links/Manifest @@ -1,5 +1,5 @@ -MD5 23210c68197b9588f90f4f89cefa2ded links-2.1_pre15.ebuild 3164 -MD5 dd6e87b411cc10196c74e589c75e2af7 links-2.1_pre17-r1.ebuild 3508 +MD5 d765704f8f46c86ca5d9c81b1d9c48a8 links-2.1_pre15.ebuild 3168 +MD5 de10c42376a98d4b43da4524d06e84fd links-2.1_pre17-r1.ebuild 3511 MD5 c63b8c73fd2338dc20cd6ca2269f9c71 links-2.1_pre18.ebuild 3703 MD5 7a2807984e0ff03ade35f9e00dd6c589 ChangeLog 15337 MD5 82cf55f144e0f9e258fd08a572852147 metadata.xml 498 diff --git a/www-client/links/links-2.1_pre15.ebuild b/www-client/links/links-2.1_pre15.ebuild index fd658cb0c2bc..9d3bc1371d23 100644 --- a/www-client/links/links-2.1_pre15.ebuild +++ b/www-client/links/links-2.1_pre15.ebuild @@ -1,15 +1,15 @@ # 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_pre15.ebuild,v 1.2 2005/03/25 13:53:38 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.1_pre15.ebuild,v 1.3 2005/09/19 19:08:30 vanquirius Exp $ inherit eutils DESCRIPTION="links is a fast lightweight text tand graphic web-browser" -HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/" +HOMEPAGE="http://links.twibright.com/" # To handle pre-version ... MY_P="${P/_/}" S="${WORKDIR}/${MY_P}" -SRC_URI="${HOMEPAGE}/download/${MY_P}.tar.bz2 +SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/links/${MY_P}.tar.bz2 mirror://gentoo/${MY_P}-utf8.diff.bz2" LICENSE="GPL-2" diff --git a/www-client/links/links-2.1_pre17-r1.ebuild b/www-client/links/links-2.1_pre17-r1.ebuild index 353a080a044a..caa896170e06 100644 --- a/www-client/links/links-2.1_pre17-r1.ebuild +++ b/www-client/links/links-2.1_pre17-r1.ebuild @@ -1,15 +1,15 @@ # 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_pre17-r1.ebuild,v 1.17 2005/08/16 04:49:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.1_pre17-r1.ebuild,v 1.18 2005/09/19 19:08:30 vanquirius Exp $ inherit eutils -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="${HOMEPAGE}/download/${MY_P}.tar.bz2 +SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/links/${MY_P}.tar.bz2 mirror://gentoo/${MY_P}-utf8.diff.bz2" LICENSE="GPL-2" |