mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
ringleader: new Plug-n-Hack plugin
This commit is contained in:
parent
bf8b10768e
commit
dd59a5ad84
2 changed files with 21 additions and 0 deletions
2
www-plugins/ringleader/Manifest
Normal file
2
www-plugins/ringleader/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST ringleader-0.3_pre20130917.xpi 198319 SHA256 0d077d674966b7b864e1719fc7abdcb14c01a54ad8f103c394fc93104a284144 SHA512 929ac0ee6abb3d5f2fdfab93fb7833f90117c3f28cd0b092cc427251214989696c8d6de68d599d54bddec0997b23d54129e0710fa103ffc7e61bba7c0e38e34f WHIRLPOOL c3d2dcf4a155d572156d9882f19ee5f12df935a36e1361170d3d915673e8d88a998e6fcabe14b6ed5b621c95b013ebdc78a68da954cec3b5a787546bdef19189
|
||||
EBUILD ringleader-0.3_pre20130917.ebuild 545 SHA256 dc8cdf02e9874adf2cd6512bc6da5420f1032f657af25874f96afcc68898660b SHA512 dbb03f2e9b54096ad11bd0491a921db6ede866998750ad17975797a82e112bb65c39d8a1a3a22b382d47d52a2194f29af14d02f64e42dcdb21a6552d8fb7a02a WHIRLPOOL 0b706e49fee726610284b6d18ed0e6d3e2a231047833b617d0aaf1d6b10751802fcccd5371d241d3031d7ffd77f72046ce7a43f861b329f4dab1b362faa46527
|
||||
19
www-plugins/ringleader/ringleader-0.3_pre20130917.ebuild
Normal file
19
www-plugins/ringleader/ringleader-0.3_pre20130917.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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}"
|
||||
GITHUB_REVISION="342d9bbeddc15722516d32a59d4962078d7ad235"
|
||||
|
||||
DESCRIPTION="FxPnH is a Firefox addon which makes it possible to use Firefox with Plug-n-Hack providers"
|
||||
HOMEPAGE="https://github.com/mozmark/ringleader"
|
||||
SRC_URI="https://github.com/mozmark/ringleader/raw/${GITHUB_REVISION}/fx_pnh.xpi -> ${FFP_XPI_FILE}.xpi"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
Loading…
Reference in a new issue