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 google-cloud-core-1.0.2.tar.gz 31291 BLAKE2B b20550cc4ac7639f2ac0a723d4d6598299e95dd8b5dc87ef6592e5002c4cb13606170aee7679ddb3116bdb415aeba41157db33b6bc51b3fefa2a6e9355fc733f SHA512 889ebd73ac69a14919de97c2be9a0d2c7b2efacf143b42e33f2f4b2812ffaded117d22c384ed7e5176847f521c1abcfd6535c0334e6566a9e069a75a4bbe71e4
EBUILD google-cloud-core-1.0.2.ebuild 446 BLAKE2B ca82b28c6a7cabb3b135c885f6bcbf28421088237e1f745aa2e5543106be639841649c805901dbd7725a8fb40f168b6f377be8d8425e9c6aa3c2df0759483ecf SHA512 6afc85e09bd113ec696bd431ac13adbf0cb267eee83fd91e94943f3e71565381c317976e15a40f64246b6c0c834033050d42dafdc58e0d37521e9565f31f87ac

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_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Google Cloud API client core library"
HOMEPAGE="https://github.com/GoogleCloudPlatform/google-cloud-python"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"