diff options
author | 2004-10-31 15:22:39 +0000 | |
---|---|---|
committer | 2004-10-31 15:22:39 +0000 | |
commit | 2fd6440347d84ea42fe2211c0e7f5ea320c7f139 (patch) | |
tree | 1eb645ebc2ad0fd53fc7912a848d5010413b16e5 /app-vim | |
parent | Stable on x86, sparc, mips (Manifest recommit) (diff) | |
download | gentoo-2-2fd6440347d84ea42fe2211c0e7f5ea320c7f139.tar.gz gentoo-2-2fd6440347d84ea42fe2211c0e7f5ea320c7f139.tar.bz2 gentoo-2-2fd6440347d84ea42fe2211c0e7f5ea320c7f139.zip |
Tidy up old versions
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/taglist/files/digest-taglist-3.0 | 1 | ||||
-rw-r--r-- | app-vim/taglist/files/digest-taglist-3.1 | 1 | ||||
-rw-r--r-- | app-vim/taglist/files/digest-taglist-3.2 | 1 | ||||
-rw-r--r-- | app-vim/taglist/files/digest-taglist-3.3 | 1 | ||||
-rw-r--r-- | app-vim/taglist/taglist-3.0.ebuild | 20 | ||||
-rw-r--r-- | app-vim/taglist/taglist-3.1.ebuild | 20 | ||||
-rw-r--r-- | app-vim/taglist/taglist-3.2.ebuild | 20 | ||||
-rw-r--r-- | app-vim/taglist/taglist-3.3.ebuild | 13 |
9 files changed, 5 insertions, 78 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index 5985392f4c65..ea757ff0dca0 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/taglist # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.30 2004/10/19 09:58:38 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.31 2004/10/31 15:22:39 ciaranm Exp $ + + 31 Oct 2004; Ciaran McCreesh <ciaranm@gentoo.org> -taglist-3.0.ebuild, + -taglist-3.1.ebuild, -taglist-3.2.ebuild, -taglist-3.3.ebuild: + Tidy up old versions 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> taglist-3.4-r1.ebuild: Stable on amd64. diff --git a/app-vim/taglist/files/digest-taglist-3.0 b/app-vim/taglist/files/digest-taglist-3.0 deleted file mode 100644 index 18af38deba7b..000000000000 --- a/app-vim/taglist/files/digest-taglist-3.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 17bb671b415bbfb9733891802d1da9a8 taglist-3.0.tar.bz2 17420 diff --git a/app-vim/taglist/files/digest-taglist-3.1 b/app-vim/taglist/files/digest-taglist-3.1 deleted file mode 100644 index bc97eaa63240..000000000000 --- a/app-vim/taglist/files/digest-taglist-3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8cc6026d3541407a2b9d84df46d48681 taglist-3.1.tar.bz2 20670 diff --git a/app-vim/taglist/files/digest-taglist-3.2 b/app-vim/taglist/files/digest-taglist-3.2 deleted file mode 100644 index 94f0df355b35..000000000000 --- a/app-vim/taglist/files/digest-taglist-3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 0fac2685869924a367b07ce39d1f934d taglist-3.2.tar.bz2 22357 diff --git a/app-vim/taglist/files/digest-taglist-3.3 b/app-vim/taglist/files/digest-taglist-3.3 deleted file mode 100644 index 78f984de3131..000000000000 --- a/app-vim/taglist/files/digest-taglist-3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 050fa0da4a02f8f00cd4e5cad80c0989 taglist-3.3.tar.bz2 23821 diff --git a/app-vim/taglist/taglist-3.0.ebuild b/app-vim/taglist/taglist-3.0.ebuild deleted file mode 100644 index 9b513bf0fc67..000000000000 --- a/app-vim/taglist/taglist-3.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.0.ebuild,v 1.5 2004/07/14 13:45:56 agriffis Exp $ - -inherit vim-plugin eutils - -DESCRIPTION="vim plugin: ctags-based source code browser" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=273" -LICENSE="vim" -KEYWORDS="~x86 ~alpha ~sparc" -IUSE="" - -RDEPEND="dev-util/ctags" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/taglist-2.6-exuberant.patch || die "epatch failed" - rm -f plugin/taglist.vim.orig -} diff --git a/app-vim/taglist/taglist-3.1.ebuild b/app-vim/taglist/taglist-3.1.ebuild deleted file mode 100644 index 34da326a2195..000000000000 --- a/app-vim/taglist/taglist-3.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.1.ebuild,v 1.7 2004/06/24 23:03:42 agriffis Exp $ - -inherit vim-plugin eutils - -DESCRIPTION="vim plugin: ctags-based source code browser" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=273" -LICENSE="vim" -KEYWORDS="x86 alpha sparc ia64 ~ppc" - -IUSE="" -RDEPEND="dev-util/ctags" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/taglist-2.6-exuberant.patch || die "epatch failed" - rm -f plugin/taglist.vim.orig -} diff --git a/app-vim/taglist/taglist-3.2.ebuild b/app-vim/taglist/taglist-3.2.ebuild deleted file mode 100644 index c4621f1160df..000000000000 --- a/app-vim/taglist/taglist-3.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.2.ebuild,v 1.5 2004/07/14 13:45:56 agriffis Exp $ - -inherit vim-plugin eutils - -DESCRIPTION="vim plugin: ctags-based source code browser" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=273" -LICENSE="vim" -KEYWORDS="~x86 ~alpha sparc ~ia64 ~ppc ~mips" -IUSE="" - -RDEPEND="dev-util/ctags" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/taglist-2.6-exuberant.patch || die "epatch failed" - rm -f plugin/taglist.vim.orig -} diff --git a/app-vim/taglist/taglist-3.3.ebuild b/app-vim/taglist/taglist-3.3.ebuild deleted file mode 100644 index 28f20200004c..000000000000 --- a/app-vim/taglist/taglist-3.3.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.3.ebuild,v 1.6 2004/07/16 17:16:28 kloeri Exp $ - -inherit vim-plugin eutils - -DESCRIPTION="vim plugin: ctags-based source code browser" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=273" -LICENSE="vim" -KEYWORDS="x86 alpha sparc ~ia64 ~ppc mips" -IUSE="" - -RDEPEND="dev-util/ctags" |