www-apps/syncserver: new package (and deps) for Firefox Sync Server
This commit is contained in:
parent
ceb5871da9
commit
b1dc230fa4
98 changed files with 1907 additions and 0 deletions
2
dev-python/googleapis-common-protos/Manifest
Normal file
2
dev-python/googleapis-common-protos/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST googleapis-common-protos-1.6.0.tar.gz 35186 BLAKE2B 3e342fe75ff5ad20f4f2c557e0dcae8b35eb12fc689701fa748c6260dfc23428459ee5ddaa32ec427d3e9427207cad8664455328dfec89c1eae4d99a0454e7b4 SHA512 a320cd59382cf9c8bcff9917e9c70e64ea1e10e22f94e1bfd19bbd1f9de4e62365dbdbd9bca415930aae4a853b97edb40134f5f4f1c88582e0cda41a1be2ce23
|
||||
EBUILD googleapis-common-protos-1.6.0.ebuild 428 BLAKE2B f2bc7cb6dd480a1803911c4020970a69b4dc9658ad102ad5f94b669588ed95eb3e8607031053e1d29221f053b8ae30d40652e948b82546c0f16b6ef8f4cba8e2 SHA512 2cc795894bc6cea5f47c06141a671e88cba554e67c833b149ddef8b95d4d186a48fb21f1a737137476d1795dd58960d077406a6d56dd249090eb1e3850f0e4e7
|
||||
|
|
@ -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="Common protobufs used in Google APIs"
|
||||
HOMEPAGE="https://github.com/googleapis/googleapis"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue