diff options
author | 2003-07-01 21:47:40 +0000 | |
---|---|---|
committer | 2003-07-01 21:47:40 +0000 | |
commit | 75d15f6c6fdc4da986984b75096c968b0be9d656 (patch) | |
tree | b139360542f8991290410b354adc2839bc58dfe9 /app-editors | |
parent | Version bumped. Closes #21929. (diff) | |
download | gentoo-2-75d15f6c6fdc4da986984b75096c968b0be9d656.tar.gz gentoo-2-75d15f6c6fdc4da986984b75096c968b0be9d656.tar.bz2 gentoo-2-75d15f6c6fdc4da986984b75096c968b0be9d656.zip |
unmaks, SRC_URI and changelog fixes
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-21.1-r4.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.2-r2.ebuild | 6 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.2.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.3-r1.ebuild | 6 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.3.ebuild | 6 | ||||
-rw-r--r-- | app-editors/gedit/gedit-0.9.6-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/jext/jext-3.2_pre3.ebuild | 8 |
8 files changed, 21 insertions, 21 deletions
diff --git a/app-editors/emacs/emacs-21.1-r4.ebuild b/app-editors/emacs/emacs-21.1-r4.ebuild index 3b83c829703d..7deb35dfafc6 100644 --- a/app-editors/emacs/emacs-21.1-r4.ebuild +++ b/app-editors/emacs/emacs-21.1-r4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.1-r4.ebuild,v 1.15 2003/02/13 06:39:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.1-r4.ebuild,v 1.16 2003/07/01 21:47:40 aliz Exp $ IUSE="X nls motif" S=${WORKDIR}/${P} DESCRIPTION="An incredibly powerful, extensible text editor" -SRC_URI="ftp://ftp.codefactory.se/pub/gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/emacs/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/emacs" # Never use the sandbox, it causes Emacs to segfault on startup diff --git a/app-editors/emacs/emacs-21.2-r1.ebuild b/app-editors/emacs/emacs-21.2-r1.ebuild index cadec657a7dc..e63a187245dd 100644 --- a/app-editors/emacs/emacs-21.2-r1.ebuild +++ b/app-editors/emacs/emacs-21.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2-r1.ebuild,v 1.12 2003/02/13 06:39:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2-r1.ebuild,v 1.13 2003/07/01 21:47:40 aliz Exp $ IUSE="X nls motif" S=${WORKDIR}/${P} DESCRIPTION="An incredibly powerful, extensible text editor" -SRC_URI="ftp://ftp.codefactory.se/pub/gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/emacs/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/emacs" # Never use the sandbox, it causes Emacs to segfault on startup diff --git a/app-editors/emacs/emacs-21.2-r2.ebuild b/app-editors/emacs/emacs-21.2-r2.ebuild index c2ec1b3c92fc..de7878a0eea0 100644 --- a/app-editors/emacs/emacs-21.2-r2.ebuild +++ b/app-editors/emacs/emacs-21.2-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2-r2.ebuild,v 1.10 2003/02/13 06:39:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2-r2.ebuild,v 1.11 2003/07/01 21:47:40 aliz Exp $ IUSE="X nls motif leim" S=${WORKDIR}/${P} DESCRIPTION="An incredibly powerful, extensible text editor" -SRC_URI="ftp://ftp.codefactory.se/pub/gnu/${PN}/${P}.tar.gz - leim? ( ftp://ftp.codefactory.se/pub/gnu/emacs/leim-${PV}.tar.gz )" +SRC_URI="mirror://gnu/emacs/${P}.tar.gz + leim? ( mirror://gnu/emacs/leim-${PV}.tar.gz )" HOMEPAGE="http://www.gnu.org/software/emacs" # Never use the sandbox, it causes Emacs to segfault on startup diff --git a/app-editors/emacs/emacs-21.2.ebuild b/app-editors/emacs/emacs-21.2.ebuild index 34df78dc9d5e..3f646c03ccb2 100644 --- a/app-editors/emacs/emacs-21.2.ebuild +++ b/app-editors/emacs/emacs-21.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2.ebuild,v 1.12 2003/02/13 06:39:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2.ebuild,v 1.13 2003/07/01 21:47:40 aliz Exp $ IUSE="X nls motif" S=${WORKDIR}/${P} DESCRIPTION="An incredibly powerful, extensible text editor" -SRC_URI="ftp://ftp.codefactory.se/pub/gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/emacs/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/emacs" # Never use the sandbox, it causes Emacs to segfault on startup diff --git a/app-editors/emacs/emacs-21.3-r1.ebuild b/app-editors/emacs/emacs-21.3-r1.ebuild index 2c02ec5873b3..2678ff2f6634 100644 --- a/app-editors/emacs/emacs-21.3-r1.ebuild +++ b/app-editors/emacs/emacs-21.3-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r1.ebuild,v 1.1 2003/04/01 07:47:32 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r1.ebuild,v 1.2 2003/07/01 21:47:40 aliz Exp $ IUSE="X nls motif leim gnome Xaw3d" S=${WORKDIR}/${P} DESCRIPTION="An incredibly powerful, extensible text editor" -SRC_URI="ftp://ftp.codefactory.se/pub/gnu/${PN}/${P}.tar.gz - leim? ( ftp://ftp.codefactory.se/pub/gnu/emacs/leim-${PV}.tar.gz )" +SRC_URI="mirror://gnu/emacs/${P}.tar.gz + leim? ( mirror://gnu/emacs/leim-${PV}.tar.gz )" HOMEPAGE="http://www.gnu.org/software/emacs" SLOT="0" LICENSE="GPL-2" diff --git a/app-editors/emacs/emacs-21.3.ebuild b/app-editors/emacs/emacs-21.3.ebuild index c2fa01f27964..e8e8544d83af 100644 --- a/app-editors/emacs/emacs-21.3.ebuild +++ b/app-editors/emacs/emacs-21.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3.ebuild,v 1.2 2003/03/27 15:11:06 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3.ebuild,v 1.3 2003/07/01 21:47:40 aliz Exp $ IUSE="X nls motif leim gnome Xaw3d" S=${WORKDIR}/${P} DESCRIPTION="An incredibly powerful, extensible text editor" -SRC_URI="ftp://ftp.codefactory.se/pub/gnu/${PN}/${P}.tar.gz - leim? ( ftp://ftp.codefactory.se/pub/gnu/emacs/leim-${PV}.tar.gz )" +SRC_URI="mirror://gnu/emacs/${P}.tar.gz + leim? ( mirror://gnu/emacs/leim-${PV}.tar.gz )" HOMEPAGE="http://www.gnu.org/software/emacs" SLOT="0" LICENSE="GPL-2" diff --git a/app-editors/gedit/gedit-0.9.6-r1.ebuild b/app-editors/gedit/gedit-0.9.6-r1.ebuild index 04dc3e1dd74d..3526c95e6ce2 100644 --- a/app-editors/gedit/gedit-0.9.6-r1.ebuild +++ b/app-editors/gedit/gedit-0.9.6-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-0.9.6-r1.ebuild,v 1.10 2003/06/15 17:41:20 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-0.9.6-r1.ebuild,v 1.11 2003/07/01 21:47:40 aliz Exp $ IUSE="nls" S=${WORKDIR}/${P} DESCRIPTION="Gnome Text Editor" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnome//sources/gedit/${PV/.6}/${P}.tar.gz" HOMEPAGE="http://gedit.sourceforge.net/" SLOT="O" LICENSE="GPL-2" diff --git a/app-editors/jext/jext-3.2_pre3.ebuild b/app-editors/jext/jext-3.2_pre3.ebuild index e6575b58bd89..878388185885 100644 --- a/app-editors/jext/jext-3.2_pre3.ebuild +++ b/app-editors/jext/jext-3.2_pre3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/jext-3.2_pre3.ebuild,v 1.1 2003/05/23 15:32:06 tberman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/jext-3.2_pre3.ebuild,v 1.2 2003/07/01 21:47:40 aliz Exp $ inherit java-pkg @@ -8,9 +8,9 @@ IUSE="doc" DESCRIPTION="A cool and fully featured editor in Java" HOMEPAGE="http://www.jext.org/" -MY_PV="3.2pre3" -SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz - mirror://sourceforge/${PN}/${PN}-sources-${MY_PV}.tar.gz" +MY_PV="${PV/_}" +SRC_URI="mirror://sourceforge/jext/${PN}-${MY_PV}.tar.gz + mirror://sourceforge/jext/${PN}-sources-${MY_PV}.tar.gz" LICENSE="GPL-2 | JPython" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" |