diff options
author | 2004-04-11 21:14:35 +0000 | |
---|---|---|
committer | 2004-04-11 21:14:35 +0000 | |
commit | 07a2505d1885b5b3824e5caa2ffb8baab5a1314d (patch) | |
tree | 6960540d09d1e0e725a94b89a197936f14a611cd /app-vim | |
parent | bump bump bumpety bump (Manifest recommit) (diff) | |
download | gentoo-2-07a2505d1885b5b3824e5caa2ffb8baab5a1314d.tar.gz gentoo-2-07a2505d1885b5b3824e5caa2ffb8baab5a1314d.tar.bz2 gentoo-2-07a2505d1885b5b3824e5caa2ffb8baab5a1314d.zip |
bye bye old stuff
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimirc/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/vimirc/files/digest-vimirc-0.5.1 | 1 | ||||
-rw-r--r-- | app-vim/vimirc/files/digest-vimirc-0.5.3 | 1 | ||||
-rw-r--r-- | app-vim/vimirc/vimirc-0.5.1.ebuild | 18 | ||||
-rw-r--r-- | app-vim/vimirc/vimirc-0.5.3.ebuild | 18 |
5 files changed, 5 insertions, 39 deletions
diff --git a/app-vim/vimirc/ChangeLog b/app-vim/vimirc/ChangeLog index 7b54c6c0eecf..d84f8e94031b 100644 --- a/app-vim/vimirc/ChangeLog +++ b/app-vim/vimirc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/vimirc # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/ChangeLog,v 1.6 2004/04/11 21:12:12 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/ChangeLog,v 1.7 2004/04/11 21:14:35 ciaranm Exp $ + + 11 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org> vimirc-0.5.1.ebuild, + vimirc-0.5.3.ebuild: + Removed older versions *vimirc-0.7.2 (11 Apr 2004) diff --git a/app-vim/vimirc/files/digest-vimirc-0.5.1 b/app-vim/vimirc/files/digest-vimirc-0.5.1 deleted file mode 100644 index 5a95bc5e5c99..000000000000 --- a/app-vim/vimirc/files/digest-vimirc-0.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c768339981de821de7f58035b107d339 vimirc-0.5.1.tar.bz2 15393 diff --git a/app-vim/vimirc/files/digest-vimirc-0.5.3 b/app-vim/vimirc/files/digest-vimirc-0.5.3 deleted file mode 100644 index 5aace092df00..000000000000 --- a/app-vim/vimirc/files/digest-vimirc-0.5.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 2c864485a771376ddcb99116108778bd vimirc-0.5.3.tar.bz2 16515 diff --git a/app-vim/vimirc/vimirc-0.5.1.ebuild b/app-vim/vimirc/vimirc-0.5.1.ebuild deleted file mode 100644 index c6a677bf2e8f..000000000000 --- a/app-vim/vimirc/vimirc-0.5.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/vimirc-0.5.1.ebuild,v 1.1 2004/03/09 23:12:51 ciaranm Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: IRC Client" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=931" -LICENSE="vim" -KEYWORDS="~x86 ~sparc ~mips" - -pkg_postinst() { - einfo " " - einfo "This plugin requires a Vim with perl support enabled. This is" - einfo "controlled by the 'perl' USE flag." - einfo " " -} - diff --git a/app-vim/vimirc/vimirc-0.5.3.ebuild b/app-vim/vimirc/vimirc-0.5.3.ebuild deleted file mode 100644 index c452819d7b86..000000000000 --- a/app-vim/vimirc/vimirc-0.5.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/vimirc-0.5.3.ebuild,v 1.2 2004/03/16 00:36:44 dholm Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: IRC Client" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=931" -LICENSE="vim" -KEYWORDS="~x86 ~sparc ~mips ~ppc" - -pkg_postinst() { - einfo " " - einfo "This plugin requires a Vim with perl support enabled. This is" - einfo "controlled by the 'perl' USE flag." - einfo " " -} - |