diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-27 19:10:27 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-27 19:10:27 +0000 |
commit | ffd752245b592cd6ca488a2fed5b7d6ed097bb5f (patch) | |
tree | 25968705dd9caa78db622eb0833472117734a978 /app-vim/calendar | |
parent | removed sylpheed-0.9.11.ebuild for bug #72619 (diff) | |
download | historical-ffd752245b592cd6ca488a2fed5b7d6ed097bb5f.tar.gz historical-ffd752245b592cd6ca488a2fed5b7d6ed097bb5f.tar.bz2 historical-ffd752245b592cd6ca488a2fed5b7d6ed097bb5f.zip |
Conflicts with cvscommand, bug #62677
Diffstat (limited to 'app-vim/calendar')
-rw-r--r-- | app-vim/calendar/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/calendar/calendar-1.4.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-vim/calendar/ChangeLog b/app-vim/calendar/ChangeLog index 43763539342f..22c37d645342 100644 --- a/app-vim/calendar/ChangeLog +++ b/app-vim/calendar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/calendar # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/calendar/ChangeLog,v 1.11 2004/11/23 16:01:18 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/calendar/ChangeLog,v 1.12 2004/11/27 19:10:27 ciaranm Exp $ + + 27 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org> calendar-1.4.ebuild: + Conflicts with cvscommand, bug #62677 *calendar-1.4 (23 Nov 2004) diff --git a/app-vim/calendar/calendar-1.4.ebuild b/app-vim/calendar/calendar-1.4.ebuild index 9f5e9d885b1c..ce437ed61944 100644 --- a/app-vim/calendar/calendar-1.4.ebuild +++ b/app-vim/calendar/calendar-1.4.ebuild @@ -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/app-vim/calendar/calendar-1.4.ebuild,v 1.1 2004/11/23 16:01:18 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/calendar/calendar-1.4.ebuild,v 1.2 2004/11/27 19:10:27 ciaranm Exp $ inherit vim-plugin @@ -14,3 +14,5 @@ VIM_PLUGIN_HELPTEXT=\ "This plugin provides a calendar window for vim. To start it, use the :Calendar command." +# bug #62677 +RDEPEND="!app-vim/cvscommand" |