mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-10 10:23:25 +01:00
28 lines
667 B
Bash
28 lines
667 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}"
|
|
PLUGIN_ID=1843
|
|
DESCRIPTION="Powerful web development tool for firefox"
|
|
HOMEPAGE="http://getfirebug.com"
|
|
SRC_URI="http://addons.mozilla.org/firefox/downloads/latest/${PLUGIN_ID} -> ${FFP_XPI_FILE}.xpi"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="|| (
|
|
>=www-client/firefox-bin-17.0.1
|
|
>=www-client/firefox-17.0.1
|
|
)"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
pkg_postinst() {
|
|
ewarn "This ebuild installs the latest STABLE version !"
|
|
ewarn "It is used by the maintainer to check for new versions ..."
|
|
}
|