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

View file

@ -0,0 +1,2 @@
DIST konfig-1.1.tar.gz 9043 BLAKE2B becd245e55bae1b601560035326a9825526e20059662799f309913d71d33139c680013c1f3327bd40b98568354222aeba7a51dfed9ebc1eae78d306ffd478a5e SHA512 145441ac0bd8882a2d20a911291a597ec86f1a52ba3c23f6241cdc3e5beb474c25dbcbbd5cbe22308eafeb4c7ea0528d721fc9c1d9ba1884793f5e5cbeead6b3
EBUILD konfig-1.1.ebuild 495 BLAKE2B dd1fe12b89b6e8b1742c2e241e396b50ca2da33abd4b7b2b97b8795dbdafa245a48582ebd6384b203adcc3f1017ed493e6a888cedd144e32ead852ee36464be4 SHA512 46c8d7d9ba82863a03bb1376781f923860e9211b986611f2f88b1b2a9debfab2f3e76b2a839bc3376d654c664954b1e32f171decff61424cd1e9442bd8ca2fed

View file

@ -0,0 +1,23 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Yet Another Config Parser."
HOMEPAGE="https://github.com/mozilla-services/konfig"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MPL2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/configparser[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"