diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 21:15:09 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 21:15:09 +0000 |
commit | 652ade5d298f201bfe65cc0e5d6776a4fca1629d (patch) | |
tree | 982bb049da8f9bf222bbdd597ee0f9df396941fa | |
parent | lintool per #9248 (diff) | |
download | gentoo-2-652ade5d298f201bfe65cc0e5d6776a4fca1629d.tar.gz gentoo-2-652ade5d298f201bfe65cc0e5d6776a4fca1629d.tar.bz2 gentoo-2-652ade5d298f201bfe65cc0e5d6776a4fca1629d.zip |
Updated SRC_URI to use mirror://sourceforge
-rw-r--r-- | app-editors/fte/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/fte/fte-20020324.ebuild | 9 | ||||
-rw-r--r-- | app-editors/jedit/ChangeLog | 14 | ||||
-rw-r--r-- | app-editors/jedit/jedit-4.0.3-r1.ebuild | 5 | ||||
-rw-r--r-- | app-editors/jedit/jedit-4.0.3-r2.ebuild | 5 | ||||
-rw-r--r-- | app-editors/jedit/jedit-4.0.3.ebuild | 5 | ||||
-rw-r--r-- | app-editors/jedit/jedit-4.0.ebuild | 5 | ||||
-rw-r--r-- | app-editors/joe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/joe/joe-2.9.5.ebuild | 4 |
9 files changed, 38 insertions, 19 deletions
diff --git a/app-editors/fte/ChangeLog b/app-editors/fte/ChangeLog index 244e0b563fa1..430339e5e4b3 100644 --- a/app-editors/fte/ChangeLog +++ b/app-editors/fte/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-editors/fte # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/ChangeLog,v 1.8 2002/08/06 16:23:24 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/ChangeLog,v 1.9 2002/10/18 21:15:09 aliz Exp $ *fte-20020324 (17 May 2002) + 18 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> fte-20020324.ebuild : + Updated to mirror://sourceforge in SRC_URI. + 06 Aug 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords diff --git a/app-editors/fte/fte-20020324.ebuild b/app-editors/fte/fte-20020324.ebuild index 032c9c5fa05a..affa36d85528 100644 --- a/app-editors/fte/fte-20020324.ebuild +++ b/app-editors/fte/fte-20020324.ebuild @@ -1,16 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20020324.ebuild,v 1.11 2002/10/05 05:39:06 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20020324.ebuild,v 1.12 2002/10/18 21:15:09 aliz Exp $ IUSE="gpm slang X" S=${WORKDIR}/${P} DESCRIPTION="Lightweight text-mode editor" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/fte/${P}-src.zip - http://telia.dl.sourceforge.net/sourceforge/fte/${P}-src.zip - - http://unc.dl.sourceforge.net/sourceforge/fte/${P}-common.zip - http://telia.dl.sourceforge.net/sourceforge/fte/${P}-common.zip" +SRC_URI="mirror://sourceforge/fte/${P}-src.zip + mirror://sourceforge/fte/${P}-common.zip" HOMEPAGE="http://fte.sourceforge.net" RDEPEND=">=sys-libs/ncurses-5.2 diff --git a/app-editors/jedit/ChangeLog b/app-editors/jedit/ChangeLog index 67aa5ce2e1a4..485303ca1c0c 100644 --- a/app-editors/jedit/ChangeLog +++ b/app-editors/jedit/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-editors/jedit # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.6 2002/08/06 17:34:16 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.7 2002/10/18 21:15:09 aliz Exp $ 06 Aug 2002; Maik Schreiber <blizzy@gentoo.org> jedit-4.0.ebuild, jedit-4.0.3.ebuild, jedit-4.0.3-r1.ebuild, jedit-4.0.3-r2.ebuild: @@ -9,22 +9,34 @@ *jedit-4.0.3-r2 (24 Jul 2002) + 18 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> jedit-4.0.3-r2.ebuild : + Updated to mirror://sourceforge in SRC_URI. + 24 Jul 2002; Matthew Kennedy <mkennedy@gentoo.org> jedit-4.0.3-r2.ebuild: Should install the docs now... with the right permissions (resolves bug #4929) *jedit-4.0.3-r1 (12 Jul 2002) + 18 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> jedit-4.0.3-r1.ebuild : + Updated to mirror://sourceforge in SRC_URI. + 12 Jul 2002; Ryan Phillips <rphillips@gentoo.org> jedit-4.0.3-r1.ebuild: Should install the docs now... *jedit-4.0.3 (02 Jul 2002) + 18 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> jedit-4.0.3.ebuild : + Updated to mirror://sourceforge in SRC_URI. + 02 Jul 2002; Ryan Phillips <rphillips@gentoo.org> : New version. Moves jedit to /usr/share/jedit. Fixes #4304. *jedit-4.0 (09 Jun 2002) + 18 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> jedit-4.0.ebuild : + Updated to mirror://sourceforge in SRC_URI. + 09 Jun 2002; Ryan Phillips <rphillips@gentoo.org> : Initial import, closes bug #3152. ebuild submitted by Maik Schreiber <bZ@iq-computing.de> diff --git a/app-editors/jedit/jedit-4.0.3-r1.ebuild b/app-editors/jedit/jedit-4.0.3-r1.ebuild index 1082d1660558..2e973386a05e 100644 --- a/app-editors/jedit/jedit-4.0.3-r1.ebuild +++ b/app-editors/jedit/jedit-4.0.3-r1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.0.3-r1.ebuild,v 1.3 2002/08/06 17:34:16 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.0.3-r1.ebuild,v 1.4 2002/10/18 21:15:09 aliz Exp $ +MY_PV=${PV//.} S="${WORKDIR}/jEdit" DESCRIPTION="Programmer's editor written in Java" HOMEPAGE="http://www.jedit.org" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/jedit/jedit403source.tar.gz" +SRC_URI="mirror://sourceforge/jedit/${PN}${MY_PV}source.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="*" diff --git a/app-editors/jedit/jedit-4.0.3-r2.ebuild b/app-editors/jedit/jedit-4.0.3-r2.ebuild index de94fbe926f4..af44420ffc13 100644 --- a/app-editors/jedit/jedit-4.0.3-r2.ebuild +++ b/app-editors/jedit/jedit-4.0.3-r2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.0.3-r2.ebuild,v 1.2 2002/08/06 17:34:16 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.0.3-r2.ebuild,v 1.3 2002/10/18 21:15:09 aliz Exp $ +MY_PV=${PV//.} S="${WORKDIR}/jEdit" DESCRIPTION="Programmer's editor written in Java" HOMEPAGE="http://www.jedit.org" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/jedit/jedit403source.tar.gz" +SRC_URI="mirror://sourceforge/jedit/${PN}${MY_PV}source.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="*" diff --git a/app-editors/jedit/jedit-4.0.3.ebuild b/app-editors/jedit/jedit-4.0.3.ebuild index d025baa79dd4..0cfdf0c8b1fb 100644 --- a/app-editors/jedit/jedit-4.0.3.ebuild +++ b/app-editors/jedit/jedit-4.0.3.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.0.3.ebuild,v 1.4 2002/08/06 17:34:16 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.0.3.ebuild,v 1.5 2002/10/18 21:15:09 aliz Exp $ +MY_PV=${PV//.} S="${WORKDIR}/jEdit" DESCRIPTION="Programmer's editor written in Java" HOMEPAGE="http://www.jedit.org" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/jedit/jedit403source.tar.gz" +SRC_URI="mirror://sourceforge/jedit/${PN}${MY_PV}source.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="*" diff --git a/app-editors/jedit/jedit-4.0.ebuild b/app-editors/jedit/jedit-4.0.ebuild index 923d8605ace3..4d3d25a76f6c 100644 --- a/app-editors/jedit/jedit-4.0.ebuild +++ b/app-editors/jedit/jedit-4.0.ebuild @@ -1,11 +1,12 @@ # Copyright 2002 Maik Schreiber # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.0.ebuild,v 1.3 2002/08/06 17:34:16 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.0.ebuild,v 1.4 2002/10/18 21:15:09 aliz Exp $ +MY_PV=${PV//.} S="${WORKDIR}/jEdit" DESCRIPTION="A programmer's editor written in Java" HOMEPAGE="http://www.jedit.org" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/jedit/jedit40source.tar.gz" +SRC_URI="mirror://sourceforge/jedit/${PN}${MY_PV}source.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="*" diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index db88e3eef413..9ad1a59b93c6 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-editors/joe # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.2 2002/08/06 16:41:08 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.3 2002/10/18 21:15:09 aliz Exp $ *joe-2.9.5 (1 Feb 2002) + 18 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> joe-2.9.5.ebuild : + Updated to mirror://sourceforge in SRC_URI. + 06 Aug 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords diff --git a/app-editors/joe/joe-2.9.5.ebuild b/app-editors/joe/joe-2.9.5.ebuild index 824a0ac6b8fc..f5b6e8ff2ef7 100644 --- a/app-editors/joe/joe-2.9.5.ebuild +++ b/app-editors/joe/joe-2.9.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.5.ebuild,v 1.7 2002/10/04 04:08:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.5.ebuild,v 1.8 2002/10/18 21:15:09 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A free ASCII-Text Screen Editor for UNIX" -SRC_URI="http://ftp1.sourceforge.net/joe-editor/${P}.tgz" +SRC_URI="mirror://sourceforge/joe-editor/${P}.tgz" HOMEPAGE="http://sourceforge.net/projects/joe-editor/" DEPEND=">=sys-libs/ncurses-5.2-r2" |