Deleted vdirsyncer-0.14.1 and vdirsyncer-0.14.1-r1

There are newer versions in the Gentoo repository now.
This commit is contained in:
tastytea 2018-06-20 08:44:20 +02:00
parent b2f6eb576d
commit 6ec1d81bc1
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
3 changed files with 0 additions and 61 deletions

View File

@ -1,3 +0,0 @@
DIST vdirsyncer-0.14.1.tar.gz 106532 SHA256 c51734cdbaf4ede98c375f87bc7a673032a4026378d4963cf9b7a1265d008e10 SHA512 5c0b0fbd1ba3df9d2291d2ac77c0a330f0908a7b7b9685dab994d7092d72a198555b36d9023fb4030344968fc9dc68c4acda8632a8cbb98ceaff64929ac38bb4 WHIRLPOOL 0c07135174343bac669f355474fb20c498d5ed91af4e9876637265817904c0813dc220acbc5e1880b7f15695047c4fbe45970fe74de845fc0f4d4a94ff1c0a2a
EBUILD vdirsyncer-0.14.1-r1.ebuild 871 SHA256 811e3fa9307f2f4c22d875bdbec70579a9dc6b8306fe0292e0324746d009dcb0 SHA512 ec9f8bbe6fa790d119b0391c8e8932fcdb1de6b6826842e904ff72c32378db2aabc890e01fc8f66a132ff21fd2b8a8cd07c0bc731ff70ef469027f159f30f86c WHIRLPOOL 816770f67b9284208c67dfabca85e253a4a47d8b11ba432179ddd814cef2e0ce8768e95e2a6e75898daa11bd7a474b32a83dcb211a0bff8cdce20b85c84e744d
EBUILD vdirsyncer-0.14.1.ebuild 861 SHA256 ef111991ffd3e07e63ac612c81c64544d8bdaf349c723cac31f9f4576cb1e832 SHA512 ea87e358bdfcf7be7c09060035c711592d2e68cef3dfe4aca08d516392699053f0b46abe674424304636e12ac1f46aa742c083f1585255bf042c84dfa075c422 WHIRLPOOL 6b238844ec7b2bba9357b89f06316094bb64c86e77ca45af803369feb200ced5ce924dce7e9aaa192e21965198ec3fffcbd63e735cc69865d79d327a80a7997d

View File

@ -1,29 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="6"
PYTHON_COMPAT=( python3_4 python3_5 )
inherit distutils-r1
DESCRIPTION="Synchronize calendars and contacts"
HOMEPAGE="https://github.com/pimutils/vdirsyncer"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
>=dev-python/click-log-0.1.3[${PYTHON_USEDEP}]
>=dev-python/click-threading-0.2[${PYTHON_USEDEP}]
>=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
!=dev-python/requests-2.9.0[${PYTHON_USEDEP}]
>=dev-python/requests-toolbelt-0.5.0[${PYTHON_USEDEP}]
>=dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}]"
DOCS=( AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst config.example )

View File

@ -1,29 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="6"
PYTHON_COMPAT=( python3_4 )
inherit distutils-r1
DESCRIPTION="Synchronize calendars and contacts"
HOMEPAGE="https://github.com/pimutils/vdirsyncer"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
>=dev-python/click-log-0.1.3[${PYTHON_USEDEP}]
>=dev-python/click-threading-0.2[${PYTHON_USEDEP}]
>=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
!=dev-python/requests-2.9.0[${PYTHON_USEDEP}]
>=dev-python/requests-toolbelt-0.5.0[${PYTHON_USEDEP}]
>=dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}]"
DOCS=( AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst config.example )