# Copyright 2015 awesome information technology, http://awesome-it.de # Distributed under the terms of the GNU General Public License v3 # $Header: $ EAPI=5 DESCRIPTION="Roundcube plugin to add a context menu to the message list." HOMEPAGE="https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/tree/master" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="dev-lang/php" RDEPEND="${DEPEND}" ROUNDCUBE_DIR="/usr/share/kolab-roundcube" EGIT_REPO_URI="https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu.git" [[ ${PV} == "9999" ]] || EGIT_COMMIT="v${PV}" inherit git-2 src_unpack() { git-2_src_unpack } src_install() { insinto "${ROUNDCUBE_DIR}/plugins/contextmenu" doins -r * }