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/umemcache/Manifest
Normal file
2
dev-python/umemcache/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST umemcache-1.6.3.zip 26055 BLAKE2B dec7594b5dd1ec9d4675f898b05507c8809b1eb4810fa032b4f54a4dc6f567dc7607def1ac11c7ea04ea9543f1504db8c4942da4475c2a1e1fa02fafbeb064c6 SHA512 db8a2757bd5980d8538e13aac746fa63defc06c2b5ad88b30e50cb4e1afa451b58faea5130e122c1c192407241660b41891af4d5a4bfe824f846ea62985b6615
|
||||
EBUILD umemcache-1.6.3.ebuild 424 BLAKE2B cbadcf006930eb85e66336e1592f789cbd781d27fd784a04b33657539d9eeed9d9b0f0a7ff81bd6d5871a91b63580e9c7fc990137938b0db02cce8d20c1d6261 SHA512 675519681e0822c8a17171798d49f87e3391379ca66da824ba2dc18e45d2bbe89e5eb0131fe5457c9c055bdfd81e164f0dc9e359ded6cdca2854065e5cfaa0fc
|
||||
20
dev-python/umemcache/umemcache-1.6.3.ebuild
Normal file
20
dev-python/umemcache/umemcache-1.6.3.ebuild
Normal 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 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Ultra fast memcache client written in highly optimized C++ with Python bindings"
|
||||
HOMEPAGE="http://www.esn.me/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue