# 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 set threaded view as default." HOMEPAGE="https://github.com/xim/threading_as_default" 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/xim/threading_as_default.git" [[ ${PV} == "20110427" ]] && EGIT_COMMIT="b9530b70a7fe0a61eb4a04e8fa8e4ecd03c98c97" inherit git-2 src_unpack() { git-2_src_unpack } src_install() { insinto "${ROUNDCUBE_DIR}/plugins/threading_as_default" doins -r * }