--- app-admin/pass-otp/Manifest | 1 - app-admin/pass-otp/pass-otp-1.1.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) delete mode 100644 app-admin/pass-otp/pass-otp-1.1.0.ebuild diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest index 4c7a3b18e..9470873e4 100644 --- a/app-admin/pass-otp/Manifest +++ b/app-admin/pass-otp/Manifest @@ -1,2 +1 @@ -DIST pass-otp-1.1.0.tar.gz 32857 BLAKE2B 97ca197b251d9748c0ace5b40aca2547cd278e9eee9768b8882cdfbb23bd440792101ab82d2ade276cfc34de1364460a066adc8395336380b1ef6759f51804eb SHA512 3c880bcb7e7e984494796bc7a0c0fb5f70b052938f6ce5c0b1cbb745d0b30febab2ca51c264fac02f884699dc685400076f0065db0c3d08da436e93c27f075ce DIST pass-otp-1.1.1.tar.gz 46285 BLAKE2B a0b3f4e3910937408173fa8034e1062f135203dab2639d63f17b94ed18f0a9c605c37a8588596db12920721ee62f9d3430780318670f4cb42152302c3c450bad SHA512 d57ee7dc95d27a9ce547f853c1444bf6ba9621b2511d5df34390e968a9c7123ecfbb3b0fa07ba3f3f148fe96c2876fb71a05541c5528e3c56c16932f8b4e6d2e diff --git a/app-admin/pass-otp/pass-otp-1.1.0.ebuild b/app-admin/pass-otp/pass-otp-1.1.0.ebuild deleted file mode 100644 index 40e37ea67..000000000 --- a/app-admin/pass-otp/pass-otp-1.1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens." -HOMEPAGE="https://github.com/tadfisher/pass-otp" -SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="qrcode test" - -DEPEND="test? ( dev-tcltk/expect:* )" - -RDEPEND=">=app-admin/pass-1.7 - sys-auth/oath-toolkit - qrcode? ( media-gfx/qrencode )" - -src_compile() { - : -} -- 2.16.4