From b90d632b44215f260fc5c0b516652bb80c0d0a9f Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 18 Nov 2018 14:21:15 -0600 Subject: [PATCH] www-client/firefox52: new binary package --- www-client/firefox52/Manifest | 2 + www-client/firefox52/firefox52-52.8.0.ebuild | 48 ++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 www-client/firefox52/Manifest create mode 100644 www-client/firefox52/firefox52-52.8.0.ebuild diff --git a/www-client/firefox52/Manifest b/www-client/firefox52/Manifest new file mode 100644 index 0000000..a705d2a --- /dev/null +++ b/www-client/firefox52/Manifest @@ -0,0 +1,2 @@ +DIST firefox52-52.8.0.txz 52306552 BLAKE2B 93c9826ab81de7a875bf5c63099a4a75f89d11234fdddfdf42f4a8f2026a3a72cd5d94683c75bbe0209efb8ece8ec08ca34e46d3e3a7553fc02cc1f7ebf88d8a SHA512 5ab87909a936fea4cb19e0c4e9a1e254bf9cebe1505cce187b429b9bffbf6ae998648800f740776718239ad417b9ae5b85e3c95de7c440eeb354d9d72baa0f45 +EBUILD firefox52-52.8.0.ebuild 920 BLAKE2B 125ae3243ec87c9b949d72ea9f9c901355be036983dfc9189e048e79b7065af54d5ece54eee475ae38cc8cb2a52b2fcab66dbda609c1051262a30ddca86fb929 SHA512 38ce58db20b71af51ff312f5ca96c69987ac9521b92efc04eb8542cd9392755d3759116b33518d6f8f6c8ebb24463d66e7964745a245e65c030bf3ac8ac5f092 diff --git a/www-client/firefox52/firefox52-52.8.0.ebuild b/www-client/firefox52/firefox52-52.8.0.ebuild new file mode 100644 index 0000000..f497ba7 --- /dev/null +++ b/www-client/firefox52/firefox52-52.8.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils xdg-utils + +DESCRIPTION="Firefox Web Browser" +HOMEPAGE="" +SRC_URI="https://pkg.cyberleo.net/distfiles/firefox52-52.8.0.txz" + +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +SLOT="52" +KEYWORDS="amd64" +IUSE="" +QA_PREBUILT="*" + +RDEPEND=" + >=dev-libs/nss-3.28.3 + >=dev-libs/nspr-4.13.1 +" +DEPEND="" + +src_unpack() { + default + mkdir -p "${S}" + mv "${WORKDIR}/usr" "${S}" +} + +src_install() { + insinto / + doins -r "${S}/usr" + exeinto /usr/lib64/firefox52 + doexe "${S}/usr/lib64/firefox52/firefox" + doexe "${S}/usr/lib64/firefox52/firefox-bin" + doexe "${S}/usr/lib64/firefox52/run-mozilla.sh" + doexe "${S}/usr/lib64/firefox52/plugin-container" +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +} -- 2.45.0