commit: 38be9a6fa09998f61058964ef96b8994d9c679b9 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Mar 3 09:06:07 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Mar 3 09:10:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38be9a6f
dev-python/django-otp-yubikey: remove 0.2.0 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/django-otp-yubikey/Manifest | 1 - .../django-otp-yubikey-0.2.0.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-python/django-otp-yubikey/Manifest b/dev-python/django-otp-yubikey/Manifest index b82547fa2ce..eddd3b88ba8 100644 --- a/dev-python/django-otp-yubikey/Manifest +++ b/dev-python/django-otp-yubikey/Manifest @@ -1,2 +1 @@ -DIST django-otp-yubikey-0.2.0.tar.gz 11264 BLAKE2B cfa950e11e4ce57713fb3b0607a614dd294938779398b6cabb5ea1a4168c9753de6a35a887ec75a8d66a8ebd187e0c4687ca32bd72b13e4b84b5bee0e911a635 SHA512 f0b18fb262caa76a25af0a063c85c07b41f7d211dacd1db2dc6cd55995bc505a1e70535b70a95cba722685a3b34c8a304e9b829b9c3f27caae67921f86f7ffde DIST django-otp-yubikey-0.3.3.tar.gz 14233 BLAKE2B a85eba8bf9c590d4747627baaaa6c038afea7d766203974508ee1ccb6bf807642720fae78a64584230f013daefd87475c5c9f94f1584ed4ddbdcfbdb31aee57d SHA512 80c9ffb42a7109a04eca4fabca33294b3a65abeb12f408cb6d7c6c06644896629df43d32833d514e0a60ddd6352af073fb5b2f1174a07b370214a76ccc093c3e diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild b/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild deleted file mode 100644 index ed54486e8a7..00000000000 --- a/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -DESCRIPTION="django-otp plugin that verifies YubiKey OTP tokens" -HOMEPAGE="https://bitbucket.org/psagers/django-otp" -SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-python/django-otp[${PYTHON_USEDEP}] - dev-python/yubiotp[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -"
