pentoo-overlay/www-plugins/firebug/firebug-2.0.6.ebuild

26 lines
613 B
Bash

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
FFP_TARGETS="firefox"
inherit mozilla-addon
MOZ_FILEID="282878"
DESCRIPTION="Powerful web development tool for firefox"
HOMEPAGE="http://getfirebug.com"
SRC_URI="http://addons.mozilla.org/firefox/downloads/file/${MOZ_FILEID} -> ${FFP_XPI_FILE}.xpi"
LICENSE="BSD"
SLOT="0"
# blocked because it pulls firefox-bin when I want to keep firefox only
KEYWORDS="~amd64 ~x86"
RDEPEND+="
|| (
>=www-client/firefox-bin-31.2.0-r1
>=www-client/firefox-31.2.0-r1
)"
DEPEND+="
${RDEPEND}"