diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2003-12-30 14:24:08 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2003-12-30 14:24:08 +0000 |
commit | f522735d354f43095ef5b97daf6403bbafa5a9cf (patch) | |
tree | 6be22afa4448b7b4f2d5132cc28066e34d216691 /app-vim/ant/ant-0.5.3.ebuild | |
parent | initial version as requested by several people, adding as ~sparc and ~x86... ... (diff) | |
download | historical-f522735d354f43095ef5b97daf6403bbafa5a9cf.tar.gz historical-f522735d354f43095ef5b97daf6403bbafa5a9cf.tar.bz2 historical-f522735d354f43095ef5b97daf6403bbafa5a9cf.zip |
initial version as requested by several people, adding as ~sparc and ~x86... fortunately java can be unmerged, so my system is not permanently damaged
Diffstat (limited to 'app-vim/ant/ant-0.5.3.ebuild')
-rw-r--r-- | app-vim/ant/ant-0.5.3.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-vim/ant/ant-0.5.3.ebuild b/app-vim/ant/ant-0.5.3.ebuild new file mode 100644 index 000000000000..eebcdc5c100c --- /dev/null +++ b/app-vim/ant/ant-0.5.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/ant/ant-0.5.3.ebuild,v 1.1 2003/12/30 14:23:58 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Java ant build system integration" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=155" +LICENSE="LGPL" +KEYWORDS="~x86 ~sparc" +RDEPEND="dev-java/ant" + |