www-apps/syncserver: new package (and deps) for Firefox Sync Server

This commit is contained in:
nemunaire 2019-07-21 22:22:03 +02:00
commit b1dc230fa4
98 changed files with 1907 additions and 0 deletions

2
dev-python/cef/Manifest Normal file
View file

@ -0,0 +1,2 @@
DIST cef-0.5.tar.gz 6714 BLAKE2B 5487bbc72e8764bd443d45b27b72eabb765980fdaedda7bc37613f21de9ff90555f731afd4f2b9d8cd7baa0ba813618ad0838e95eb1a9b717cece4a2c6324f19 SHA512 87de5439e4a2913b9c12eef31b29a22d4a2ecd0945fd15cf3b7edf9da7442fcabafc943d3e5352d0a545b82948f09ce254123f52254c2fdf612224656520ae60
EBUILD cef-0.5.ebuild 404 BLAKE2B cd55247b43b578265d93d695f30fb2727fce170d35743a5cb58ed21f0022dd11f111c9401d209b025bb4936bf52dccb0b8b921b32009ab39195343c54bdd5b61 SHA512 88eb56dc5fe3df3b37775b378382236236506cde683260dd2c488d1dd74db08837910faf5ba3adb8dbb645960833b5a0cafa5422e37ba70b6c3fea9e59f2dca3

View file

@ -0,0 +1,20 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1
DESCRIPTION="Module that emits CEF logs"
HOMEPAGE="https://github.com/mozilla/cef"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"