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

25 lines
619 B
Bash

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit firefox-plugin
FFP_XPI_FILE="${P}"
FFP_XPI_FILEID="282878"
DESCRIPTION="Powerful web development tool for firefox"
HOMEPAGE="http://getfirebug.com"
SRC_URI="http://addons.mozilla.org/firefox/downloads/file/${FFP_XPI_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"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-31.2.0-r1
>=www-client/firefox-31.2.0-r1
)"
DEPEND="${RDEPEND}"