mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-17 23:18:49 -04:00
anounce the existence of eclim
this is not working, i'll make it working some time later. so, mask it
This commit is contained in:
parent
ae00ed3915
commit
85c456c731
1
app-vim/eclim/Manifest
Normal file
1
app-vim/eclim/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST eclim_2.2.1.tar.gz 19483488 SHA256 dae42d64d2fdbcf0643bd982c3f712f351c888ad1a5861e73780d4fe22e524a3
|
37
app-vim/eclim/eclim-2.2.1.ebuild
Normal file
37
app-vim/eclim/eclim-2.2.1.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
VIM_PLUGIN_VIM_VERSION="7.1"
|
||||
inherit java-utils-2 java-pkg-2 java-ant-2 vim-plugin
|
||||
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz"
|
||||
DESCRIPTION="vim plugin: The power of Eclipse in your favorite VIM."
|
||||
HOMEPAGE="http://eclim.org/"
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
IUSE=""
|
||||
|
||||
VIM_PLUGIN_HELPFILES=""
|
||||
VIM_PLUGIN_HELPTEXT=""
|
||||
VIM_PLUGIN_HELPURI=""
|
||||
VIM_PLUGIN_MESSAGES=""
|
||||
|
||||
DEPEND=">=virtual/jdk-1.6.0"
|
||||
RDEPEND=">=virtual/jre-1.6.0"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_compile(){
|
||||
ant -Declipse.home=/usr/$(get_libdir)/eclipse
|
||||
|
||||
|
||||
}
|
||||
|
||||
pkg_setup(){
|
||||
|
||||
die "please see http://aur.archlinux.org/packages/ec/eclim/PKGBUILD and fix
|
||||
this ebuild."
|
||||
}
|
@ -23,3 +23,7 @@
|
||||
net-im/instantbird
|
||||
|
||||
=app-arch/unzip-6.10_beta
|
||||
|
||||
# microcai <microcaicai@gmail.com> ( 16, Sep 2012 )
|
||||
# mask for more test
|
||||
=app-vim/eclim-2.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user