diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-05 01:25:18 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-05 01:25:18 +0000 |
commit | 50ec18f2ce2a8c53b39c1da36992a4db7c62d4f2 (patch) | |
tree | e7108a07d2125cf2d46d59967b28ce147a8bab85 /app-editors | |
parent | minor fix (Manifest recommit) (diff) | |
download | gentoo-2-50ec18f2ce2a8c53b39c1da36992a4db7c62d4f2.tar.gz gentoo-2-50ec18f2ce2a8c53b39c1da36992a4db7c62d4f2.tar.bz2 gentoo-2-50ec18f2ce2a8c53b39c1da36992a4db7c62d4f2.zip |
add more reliable SRC_URI
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/jed/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/jed/jed-0.99.16-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/jed/ChangeLog b/app-editors/jed/ChangeLog index f7edc2e35081..0ca9f0bb881f 100644 --- a/app-editors/jed/ChangeLog +++ b/app-editors/jed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/jed # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.15 2004/01/18 20:14:46 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.16 2004/02/05 01:25:18 liquidx Exp $ + + 05 Feb 2004; Alastair Tse <liquidx@gentoo.org> jed-0.99.16-r1.ebuild: + add more reliable SRC_URI 18 Jan 2004; Chuck Short <zul@gentoo.org> jed-0.99.14-r1.ebuild, jed-0.99.16-r1.ebuild, jed-0.99.16.ebuild: diff --git a/app-editors/jed/jed-0.99.16-r1.ebuild b/app-editors/jed/jed-0.99.16-r1.ebuild index 1119a7dbe969..d97c41533837 100644 --- a/app-editors/jed/jed-0.99.16-r1.ebuild +++ b/app-editors/jed/jed-0.99.16-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16-r1.ebuild,v 1.11 2004/01/18 20:14:46 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16-r1.ebuild,v 1.12 2004/02/05 01:25:18 liquidx Exp $ IUSE="X gpm truetype" P0=${PN}-0.99-16 S=${WORKDIR}/${P0} DESCRIPTION="Console S-Lang-based editor" -SRC_URI="ftp://ftp.jedsoft.org/pub/davis/jed/v0.99/${P0}.tar.bz2" +SRC_URI="ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/${P0}.tar.bz2" HOMEPAGE="http://www.jedsoft.org/jed/" DEPEND=">=sys-libs/slang-1.4.5 |