diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-11-21 23:35:36 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-11-21 23:35:36 +0000 |
commit | f5bf91bc3a058de8a8b3f5cd437863d99d024936 (patch) | |
tree | ed45a3504ba92dfaaa20a7ab5c6f1268d1ab2704 /app-editors | |
parent | Do not set RDEPEND=${DEPEND}. (diff) | |
download | gentoo-2-f5bf91bc3a058de8a8b3f5cd437863d99d024936.tar.gz gentoo-2-f5bf91bc3a058de8a8b3f5cd437863d99d024936.tar.bz2 gentoo-2-f5bf91bc3a058de8a8b3f5cd437863d99d024936.zip |
Tidy up older ebuilds.
(Portage version: 2.0.53_rc7 fnord)
Diffstat (limited to 'app-editors')
23 files changed, 16 insertions, 348 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog index d92d4978eecb..f028cdafb9ef 100644 --- a/app-editors/gvim/ChangeLog +++ b/app-editors/gvim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/gvim # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.162 2005/11/21 23:27:44 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.163 2005/11/21 23:35:34 ciaranm Exp $ + + 21 Nov 2005; Ciaran McCreesh <ciaranm@gentoo.org> -gvim-6.3.084.ebuild, + -gvim-6.3.086.ebuild, -gvim-6.4_beta.ebuild: + Tidy up older ebuilds. 21 Nov 2005; Bryan Østergaard <kloeri@gentoo.org> gvim-6.4.ebuild: Stable on ia64. diff --git a/app-editors/gvim/files/digest-gvim-6.3.084 b/app-editors/gvim/files/digest-gvim-6.3.084 deleted file mode 100644 index 5e16c5973ada..000000000000 --- a/app-editors/gvim/files/digest-gvim-6.3.084 +++ /dev/null @@ -1,5 +0,0 @@ -MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397 -MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792 -MD5 592e1c62ca67a503f1373d7c458177d2 vim-6.3.084-gentoo-patches.tar.bz2 14269 -MD5 6e31a11e8b0daf4b2583ffce04455c6b vim-6.3.084-patches.tar.bz2 108605 -MD5 6c9ae1c9d9896d0f65666f8e6001a64a vim-runtime-20050601.tar.bz2 2202393 diff --git a/app-editors/gvim/files/digest-gvim-6.3.086 b/app-editors/gvim/files/digest-gvim-6.3.086 deleted file mode 100644 index 38581f9a957d..000000000000 --- a/app-editors/gvim/files/digest-gvim-6.3.086 +++ /dev/null @@ -1,5 +0,0 @@ -MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397 -MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792 -MD5 8975fba453dbc1e417afa37ca2ee0d51 vim-6.3.084-r1-gentoo-patches.tar.bz2 14856 -MD5 300a61f1a43ceeab5468a8e3d49d976c vim-6.3.086-patches.tar.bz2 114044 -MD5 d174031e95005c77b465b1b6337da9b8 vim-runtime-20050809.tar.bz2 2204695 diff --git a/app-editors/gvim/files/digest-gvim-6.4_beta b/app-editors/gvim/files/digest-gvim-6.4_beta deleted file mode 100644 index c17687a37fa0..000000000000 --- a/app-editors/gvim/files/digest-gvim-6.4_beta +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3f4cb6399552b98dc4082235c6bcb606 vim-6.4_beta-gentoo-patches.tar.bz2 27845 -MD5 67842eee0d88faedeeb09d90f646510a vim-6.4a-lang.tar.gz 1118796 -MD5 04bbd0e14af0c1099644a905e862f45f vim-6.4a.tar.bz2 3749870 diff --git a/app-editors/gvim/gvim-6.3.084.ebuild b/app-editors/gvim/gvim-6.3.084.ebuild deleted file mode 100644 index 3ce7f590acfc..000000000000 --- a/app-editors/gvim/gvim-6.3.084.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.3.084.ebuild,v 1.8 2005/07/23 22:04:14 hardave Exp $ - -inherit vim - -VIM_VERSION="6.3" -VIM_GENTOO_PATCHES="vim-${PV}-gentoo-patches.tar.bz2" -VIM_ORG_PATCHES="vim-${PV}-patches.tar.bz2" -VIM_RUNTIME_SNAP="vim-runtime-20050601.tar.bz2" -GVIMRC_FILE_SUFFIX="-r1" - -SRC_URI="${SRC_URI} - ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 - nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ) - mirror://gentoo/${VIM_GENTOO_PATCHES} - mirror://gentoo/${VIM_ORG_PATCHES} - mirror://gentoo/${VIM_RUNTIME_SNAP}" - -S=${WORKDIR}/vim${VIM_VERSION/.} -DESCRIPTION="GUI version of the Vim text editor" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ~ppc64 sparc x86" -IUSE="gnome gtk gtk2 motif nls" -PROVIDE="virtual/editor" -DEPEND="${DEPEND} - ~app-editors/vim-core-${PV} - virtual/x11 - gtk? ( - gtk2? ( - >=x11-libs/gtk+-2.6 - virtual/xft - gnome? ( >=gnome-base/libgnomeui-2.6 ) - ) - !gtk2? ( - gnome? ( gnome-base/gnome-libs ) - !gnome? ( =x11-libs/gtk+-1.2* ) - ) - ) - !gtk? ( motif? ( x11-libs/openmotif ) )" diff --git a/app-editors/gvim/gvim-6.3.086.ebuild b/app-editors/gvim/gvim-6.3.086.ebuild deleted file mode 100644 index f8a2d55a3be3..000000000000 --- a/app-editors/gvim/gvim-6.3.086.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.3.086.ebuild,v 1.1 2005/09/22 19:52:44 ciaranm Exp $ - -inherit vim - -VIM_VERSION="6.3" -VIM_GENTOO_PATCHES="vim-6.3.084-r1-gentoo-patches.tar.bz2" -VIM_ORG_PATCHES="vim-${PV}-patches.tar.bz2" -VIM_RUNTIME_SNAP="vim-runtime-20050809.tar.bz2" -GVIMRC_FILE_SUFFIX="-r1" - -SRC_URI="${SRC_URI} - ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 - nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ) - mirror://gentoo/${VIM_GENTOO_PATCHES} - mirror://gentoo/${VIM_ORG_PATCHES} - mirror://gentoo/${VIM_RUNTIME_SNAP}" - -S=${WORKDIR}/vim${VIM_VERSION/.} -DESCRIPTION="GUI version of the Vim text editor" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="gnome gtk motif nls" -PROVIDE="virtual/editor" -DEPEND="${DEPEND} - ~app-editors/vim-core-${PV} - virtual/x11 - gtk? ( - >=x11-libs/gtk+-2.6 - virtual/xft - gnome? ( >=gnome-base/libgnomeui-2.6 ) - ) - !gtk? ( motif? ( x11-libs/openmotif ) )" diff --git a/app-editors/gvim/gvim-6.4_beta.ebuild b/app-editors/gvim/gvim-6.4_beta.ebuild deleted file mode 100644 index 4f88d75c5a85..000000000000 --- a/app-editors/gvim/gvim-6.4_beta.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.4_beta.ebuild,v 1.1 2005/10/09 18:14:41 ciaranm Exp $ - -inherit vim - -VIM_VERSION="6.4a" -VIM_GENTOO_PATCHES="vim-${PV}-gentoo-patches.tar.bz2" -# VIM_ORG_PATCHES="vim-${PV}-patches.tar.bz2" -# VIM_RUNTIME_SNAP="vim-runtime-20050809.tar.bz2" -GVIMRC_FILE_SUFFIX="-r1" - -SRC_URI="${SRC_URI} - ftp://ftp.vim.org/pub/vim/unstable/unix/vim-${VIM_VERSION}.tar.bz2 - nls? ( ftp://ftp.vim.org/pub/vim/unstable/extra/vim-${VIM_VERSION}-lang.tar.gz ) - mirror://gentoo/${VIM_GENTOO_PATCHES}" -# mirror://gentoo/${VIM_ORG_PATCHES} -# mirror://gentoo/${VIM_RUNTIME_SNAP}" - -S=${WORKDIR}/vim${VIM_VERSION/.} -DESCRIPTION="GUI version of the Vim text editor" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="gnome gtk motif nls" -PROVIDE="virtual/editor" -DEPEND="${DEPEND} - ~app-editors/vim-core-${PV} - virtual/x11 - gtk? ( - >=x11-libs/gtk+-2.6 - virtual/xft - gnome? ( >=gnome-base/libgnomeui-2.6 ) - ) - !gtk? ( motif? ( x11-libs/openmotif ) )" diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index cbd0d5189e1b..4f96e2520230 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/vim-core # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.185 2005/11/20 00:12:03 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.186 2005/11/21 23:35:36 ciaranm Exp $ + + 21 Nov 2005; Ciaran McCreesh <ciaranm@gentoo.org> + -vim-core-6.3.084.ebuild, -vim-core-6.3.084-r2.ebuild, + -vim-core-6.3.086.ebuild, -vim-core-6.4_beta.ebuild: + Tidy up older ebuilds. 20 Nov 2005; Hardave Riar <hardave@gentoo.org> vim-core-6.4.ebuild: Stable on mips, bug #112226. diff --git a/app-editors/vim-core/files/digest-vim-core-6.3.084 b/app-editors/vim-core/files/digest-vim-core-6.3.084 deleted file mode 100644 index 532d30063306..000000000000 --- a/app-editors/vim-core/files/digest-vim-core-6.3.084 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397 -MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792 -MD5 592e1c62ca67a503f1373d7c458177d2 vim-6.3.084-gentoo-patches.tar.bz2 14269 -MD5 6c9ae1c9d9896d0f65666f8e6001a64a vim-runtime-20050601.tar.bz2 2202393 -MD5 fca3f0009759a91d5442e173f345c10c vim-6.3.068-netrw.tar.bz2 35832 -MD5 6e31a11e8b0daf4b2583ffce04455c6b vim-6.3.084-patches.tar.bz2 108605 diff --git a/app-editors/vim-core/files/digest-vim-core-6.3.084-r2 b/app-editors/vim-core/files/digest-vim-core-6.3.084-r2 deleted file mode 100644 index 941e81e985cb..000000000000 --- a/app-editors/vim-core/files/digest-vim-core-6.3.084-r2 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397 -MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792 -MD5 8975fba453dbc1e417afa37ca2ee0d51 vim-6.3.084-r1-gentoo-patches.tar.bz2 14856 -MD5 d174031e95005c77b465b1b6337da9b8 vim-runtime-20050809.tar.bz2 2204695 -MD5 746fd4e71906fc9a9cebb2e4437221b3 vim-6.3.084-r2-netrw.tar.bz2 39398 -MD5 6e31a11e8b0daf4b2583ffce04455c6b vim-6.3.084-patches.tar.bz2 108605 diff --git a/app-editors/vim-core/files/digest-vim-core-6.3.086 b/app-editors/vim-core/files/digest-vim-core-6.3.086 deleted file mode 100644 index ce7a3fcb1a59..000000000000 --- a/app-editors/vim-core/files/digest-vim-core-6.3.086 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397 -MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792 -MD5 8975fba453dbc1e417afa37ca2ee0d51 vim-6.3.084-r1-gentoo-patches.tar.bz2 14856 -MD5 d174031e95005c77b465b1b6337da9b8 vim-runtime-20050809.tar.bz2 2204695 -MD5 746fd4e71906fc9a9cebb2e4437221b3 vim-6.3.084-r2-netrw.tar.bz2 39398 -MD5 300a61f1a43ceeab5468a8e3d49d976c vim-6.3.086-patches.tar.bz2 114044 diff --git a/app-editors/vim-core/files/digest-vim-core-6.4_beta b/app-editors/vim-core/files/digest-vim-core-6.4_beta deleted file mode 100644 index c17687a37fa0..000000000000 --- a/app-editors/vim-core/files/digest-vim-core-6.4_beta +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3f4cb6399552b98dc4082235c6bcb606 vim-6.4_beta-gentoo-patches.tar.bz2 27845 -MD5 67842eee0d88faedeeb09d90f646510a vim-6.4a-lang.tar.gz 1118796 -MD5 04bbd0e14af0c1099644a905e862f45f vim-6.4a.tar.bz2 3749870 diff --git a/app-editors/vim-core/vim-core-6.3.084-r2.ebuild b/app-editors/vim-core/vim-core-6.3.084-r2.ebuild deleted file mode 100644 index 1e133bb9ec67..000000000000 --- a/app-editors/vim-core/vim-core-6.3.084-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3.084-r2.ebuild,v 1.1 2005/08/12 22:48:37 ciaranm Exp $ - -inherit vim - -VIM_VERSION="6.3" -VIM_ORG_PATCHES="vim-${PV}-patches.tar.bz2" -VIM_RUNTIME_SNAP="vim-runtime-20050809.tar.bz2" -VIM_NETRW_SNAP="vim-${PVR}-netrw.tar.bz2" -VIM_GENTOO_PATCHES="vim-${PV}-r1-gentoo-patches.tar.bz2" -VIMRC_FILE_SUFFIX="-r2" - -SRC_URI="${SRC_URI} - ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 - nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ) - mirror://gentoo/${VIM_GENTOO_PATCHES} - mirror://gentoo/${VIM_RUNTIME_SNAP} - mirror://gentoo/${VIM_NETRW_SNAP} - mirror://gentoo/${VIM_ORG_PATCHES}" - -S=${WORKDIR}/vim${VIM_VERSION/.} -DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="nls" -DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass -PDEPEND="!livecd? ( >=app-vim/gentoo-syntax-20050515 )" diff --git a/app-editors/vim-core/vim-core-6.3.084.ebuild b/app-editors/vim-core/vim-core-6.3.084.ebuild deleted file mode 100644 index dbe83b52d665..000000000000 --- a/app-editors/vim-core/vim-core-6.3.084.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3.084.ebuild,v 1.10 2005/07/24 09:08:17 vapier Exp $ - -inherit vim - -VIM_VERSION="6.3" -VIM_ORG_PATCHES="vim-${PV}-patches.tar.bz2" -VIM_RUNTIME_SNAP="vim-runtime-20050601.tar.bz2" -VIM_NETRW_SNAP="vim-6.3.068-netrw.tar.bz2" -VIM_GENTOO_PATCHES="vim-${PV}-gentoo-patches.tar.bz2" -VIMRC_FILE_SUFFIX="-r1" - -SRC_URI="${SRC_URI} - ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 - nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ) - mirror://gentoo/${VIM_GENTOO_PATCHES} - mirror://gentoo/${VIM_RUNTIME_SNAP} - mirror://gentoo/${VIM_NETRW_SNAP} - mirror://gentoo/${VIM_ORG_PATCHES}" - -S=${WORKDIR}/vim${VIM_VERSION/.} -DESCRIPTION="vim and gvim shared files" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" -IUSE="nls" -DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass -PDEPEND="!livecd? ( >=app-vim/gentoo-syntax-20050515 )" diff --git a/app-editors/vim-core/vim-core-6.3.086.ebuild b/app-editors/vim-core/vim-core-6.3.086.ebuild deleted file mode 100644 index b9e78eaa544a..000000000000 --- a/app-editors/vim-core/vim-core-6.3.086.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3.086.ebuild,v 1.1 2005/09/22 19:51:44 ciaranm Exp $ - -inherit vim - -VIM_VERSION="6.3" -VIM_ORG_PATCHES="vim-${PV}-patches.tar.bz2" -VIM_RUNTIME_SNAP="vim-runtime-20050809.tar.bz2" -VIM_NETRW_SNAP="vim-6.3.084-r2-netrw.tar.bz2" -VIM_GENTOO_PATCHES="vim-6.3.084-r1-gentoo-patches.tar.bz2" -VIMRC_FILE_SUFFIX="-r2" - -SRC_URI="${SRC_URI} - ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 - nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ) - mirror://gentoo/${VIM_GENTOO_PATCHES} - mirror://gentoo/${VIM_RUNTIME_SNAP} - mirror://gentoo/${VIM_NETRW_SNAP} - mirror://gentoo/${VIM_ORG_PATCHES}" - -S=${WORKDIR}/vim${VIM_VERSION/.} -DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="nls" -PDEPEND="!livecd? ( >=app-vim/gentoo-syntax-20050515 )" diff --git a/app-editors/vim-core/vim-core-6.4_beta.ebuild b/app-editors/vim-core/vim-core-6.4_beta.ebuild deleted file mode 100644 index 78e0d04e6981..000000000000 --- a/app-editors/vim-core/vim-core-6.4_beta.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.4_beta.ebuild,v 1.1 2005/10/09 18:14:09 ciaranm Exp $ - -inherit vim - -VIM_VERSION="6.4a" -# VIM_ORG_PATCHES="vim-${PV}-patches.tar.bz2" -# VIM_RUNTIME_SNAP="vim-runtime-20050809.tar.bz2" -# VIM_NETRW_SNAP="vim-6.3.084-r2-netrw.tar.bz2" -VIM_GENTOO_PATCHES="vim-${PV}-gentoo-patches.tar.bz2" -VIMRC_FILE_SUFFIX="-r2" - -SRC_URI="${SRC_URI} - ftp://ftp.vim.org/pub/vim/unstable/unix/vim-${VIM_VERSION}.tar.bz2 - nls? ( ftp://ftp.vim.org/pub/vim/unstable/extra/vim-${VIM_VERSION}-lang.tar.gz ) - mirror://gentoo/${VIM_GENTOO_PATCHES}" -# mirror://gentoo/${VIM_RUNTIME_SNAP} -# mirror://gentoo/${VIM_NETRW_SNAP} -# mirror://gentoo/${VIM_ORG_PATCHES}" - -S=${WORKDIR}/vim${VIM_VERSION/.} -DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="nls" -PDEPEND="!livecd? ( >=app-vim/gentoo-syntax-20050515 )" diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index f9534ab0ddd2..90f6865fe274 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/vim # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.201 2005/11/20 00:14:08 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.202 2005/11/21 23:35:30 ciaranm Exp $ + + 21 Nov 2005; Ciaran McCreesh <ciaranm@gentoo.org> -vim-6.3.084.ebuild, + -vim-6.3.086.ebuild, -vim-6.4_beta.ebuild: + Tidy up older ebuilds. 20 Nov 2005; Hardave Riar <hardave@gentoo.org> vim-6.4.ebuild: Stable on mips, bug #112226. diff --git a/app-editors/vim/files/digest-vim-6.3.084 b/app-editors/vim/files/digest-vim-6.3.084 deleted file mode 100644 index 5e16c5973ada..000000000000 --- a/app-editors/vim/files/digest-vim-6.3.084 +++ /dev/null @@ -1,5 +0,0 @@ -MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397 -MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792 -MD5 592e1c62ca67a503f1373d7c458177d2 vim-6.3.084-gentoo-patches.tar.bz2 14269 -MD5 6e31a11e8b0daf4b2583ffce04455c6b vim-6.3.084-patches.tar.bz2 108605 -MD5 6c9ae1c9d9896d0f65666f8e6001a64a vim-runtime-20050601.tar.bz2 2202393 diff --git a/app-editors/vim/files/digest-vim-6.3.086 b/app-editors/vim/files/digest-vim-6.3.086 deleted file mode 100644 index 38581f9a957d..000000000000 --- a/app-editors/vim/files/digest-vim-6.3.086 +++ /dev/null @@ -1,5 +0,0 @@ -MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397 -MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792 -MD5 8975fba453dbc1e417afa37ca2ee0d51 vim-6.3.084-r1-gentoo-patches.tar.bz2 14856 -MD5 300a61f1a43ceeab5468a8e3d49d976c vim-6.3.086-patches.tar.bz2 114044 -MD5 d174031e95005c77b465b1b6337da9b8 vim-runtime-20050809.tar.bz2 2204695 diff --git a/app-editors/vim/files/digest-vim-6.4_beta b/app-editors/vim/files/digest-vim-6.4_beta deleted file mode 100644 index c17687a37fa0..000000000000 --- a/app-editors/vim/files/digest-vim-6.4_beta +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3f4cb6399552b98dc4082235c6bcb606 vim-6.4_beta-gentoo-patches.tar.bz2 27845 -MD5 67842eee0d88faedeeb09d90f646510a vim-6.4a-lang.tar.gz 1118796 -MD5 04bbd0e14af0c1099644a905e862f45f vim-6.4a.tar.bz2 3749870 diff --git a/app-editors/vim/vim-6.3.084.ebuild b/app-editors/vim/vim-6.3.084.ebuild deleted file mode 100644 index cbd3bc54f702..000000000000 --- a/app-editors/vim/vim-6.3.084.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.3.084.ebuild,v 1.10 2005/07/24 09:08:23 vapier Exp $ - -inherit vim - -VIM_VERSION="6.3" -VIM_ORG_PATCHES="vim-${PV}-patches.tar.bz2" -VIM_GENTOO_PATCHES="vim-${PV}-gentoo-patches.tar.bz2" -VIM_RUNTIME_SNAP="vim-runtime-20050601.tar.bz2" - -SRC_URI="${SRC_URI} - ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 - nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ) - mirror://gentoo/${VIM_GENTOO_PATCHES} - mirror://gentoo/${VIM_ORG_PATCHES} - mirror://gentoo/${VIM_RUNTIME_SNAP}" - -S=${WORKDIR}/vim${VIM_VERSION/.} -DESCRIPTION="Vim, an improved vi-style text editor" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" -IUSE="nls" -PROVIDE="virtual/editor" -DEPEND="${DEPEND} - ~app-editors/vim-core-${PV}" -RDEPEND="${RDEPEND} - ~app-editors/vim-core-${PV} - !app-editors/nvi" - diff --git a/app-editors/vim/vim-6.3.086.ebuild b/app-editors/vim/vim-6.3.086.ebuild deleted file mode 100644 index 81081bdbf925..000000000000 --- a/app-editors/vim/vim-6.3.086.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.3.086.ebuild,v 1.1 2005/09/22 19:52:18 ciaranm Exp $ - -inherit vim - -VIM_VERSION="6.3" -VIM_ORG_PATCHES="vim-${PV}-patches.tar.bz2" -VIM_GENTOO_PATCHES="vim-6.3.084-r1-gentoo-patches.tar.bz2" -VIM_RUNTIME_SNAP="vim-runtime-20050809.tar.bz2" - -SRC_URI="${SRC_URI} - ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 - nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ) - mirror://gentoo/${VIM_GENTOO_PATCHES} - mirror://gentoo/${VIM_ORG_PATCHES} - mirror://gentoo/${VIM_RUNTIME_SNAP}" - -S=${WORKDIR}/vim${VIM_VERSION/.} -DESCRIPTION="Vim, an improved vi-style text editor" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="nls minimal" -PROVIDE="virtual/editor" -DEPEND="${DEPEND} - !minimal? ( ~app-editors/vim-core-${PV} )" -RDEPEND="${RDEPEND} - !minimal? ( ~app-editors/vim-core-${PV} ) - !app-editors/nvi" - diff --git a/app-editors/vim/vim-6.4_beta.ebuild b/app-editors/vim/vim-6.4_beta.ebuild deleted file mode 100644 index e4ef93e1a57a..000000000000 --- a/app-editors/vim/vim-6.4_beta.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.4_beta.ebuild,v 1.1 2005/10/09 18:15:15 ciaranm Exp $ - -inherit vim - -VIM_VERSION="6.4a" -# VIM_ORG_PATCHES="vim-${PV}-patches.tar.bz2" -VIM_GENTOO_PATCHES="vim-${PV}-gentoo-patches.tar.bz2" -# VIM_RUNTIME_SNAP="vim-runtime-20050809.tar.bz2" - -SRC_URI="${SRC_URI} - ftp://ftp.vim.org/pub/vim/unstable/unix/vim-${VIM_VERSION}.tar.bz2 - nls? ( ftp://ftp.vim.org/pub/vim/unstable/extra/vim-${VIM_VERSION}-lang.tar.gz ) - mirror://gentoo/${VIM_GENTOO_PATCHES}" -# mirror://gentoo/${VIM_ORG_PATCHES} -# mirror://gentoo/${VIM_RUNTIME_SNAP}" - -S=${WORKDIR}/vim${VIM_VERSION/.} -DESCRIPTION="Vim, an improved vi-style text editor" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="nls minimal" -PROVIDE="virtual/editor" -DEPEND="${DEPEND} - !minimal? ( ~app-editors/vim-core-${PV} )" -RDEPEND="${RDEPEND} - !minimal? ( ~app-editors/vim-core-${PV} ) - !app-editors/nvi" - |