blob: 1da6abeb3cce8b79679a42a569726e9b4cd20b85 [file] [log] [blame]
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/wklej-0.1.5-r1.ebuild,v 1.1 2008/11/23 16:12:37 cla Exp $
EAPI=2
inherit eutils
DESCRIPTION="A wklej.org submitter"
HOMEPAGE="http://wklej.org"
SRC_URI="http://wklej.org/m/apps/wklej-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="+vim"
DEPEND="${RDEPEND}"
RDEPEND="dev-lang/python
vim? ( app-editors/vim[python] )"
src_install() {
if use vim; then
insinto /usr/share/vim/vimfiles/plugin
doins "${WORKDIR}"/${PN}.vim
fi
dobin "${WORKDIR}"/${PN}
}