commit: ad3d46b111df5e8a4a3ecf4cd3c7a21f6250dd63
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 11:50:36 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 11:50:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3d46b1
app-vim/vimclojure: Set a blocker on app-vim/slimv. Fixes bug 566448.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
.../{vimclojure-2.3.6.ebuild => vimclojure-2.3.6-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-vim/vimclojure/vimclojure-2.3.6.ebuild
b/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild
similarity index 88%
rename from app-vim/vimclojure/vimclojure-2.3.6.ebuild
rename to app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild
index 52d177f..6d6c335 100644
--- a/app-vim/vimclojure/vimclojure-2.3.6.ebuild
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild
@@ -11,15 +11,17 @@ MY_PN="VimClojure"
DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent
settings"
HOMEPAGE="https://github.com/vim-scripts/VimClojure"
SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip"
-
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
IUSE=""
+
+RDEPEND="!app-vim/slivm"
+
S="${WORKDIR}/${MY_PN}-${PV}"
src_prepare() {
- find "${S}" -type f -name \*.bat -exec rm -v {} \; || die
+ find . -type f -name \*.bat -exec rm -v {} \; || die
}
src_install() {