diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-28 14:34:19 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-28 14:34:19 +0000 |
commit | f68890ef8b465b1cb115ee438c8ffa75ad6ca906 (patch) | |
tree | df40b7995aafd84b6878180e16da644e8dfc489d /eclass/vim.eclass | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-f68890ef8b465b1cb115ee438c8ffa75ad6ca906.tar.gz gentoo-2-f68890ef8b465b1cb115ee438c8ffa75ad6ca906.tar.bz2 gentoo-2-f68890ef8b465b1cb115ee438c8ffa75ad6ca906.zip |
vim7 things
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 730d5b1fb518..84351986a245 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.79 2004/11/28 14:23:33 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.80 2004/11/28 14:34:19 ciaranm Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -517,9 +517,11 @@ pkg_postinst() { fi else if [[ "${MY_PN}" == "gvim" ]] ; then + echo # TODO: once we have all the GUIs working, display a message # explaining them. elif [[ "${MY_PN}" == "vim" ]] ; then + echo # TODO: once we have the GUIs working, display a message explaining # them. fi |