diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-admin/pass-otp | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/pass-otp')
-rw-r--r-- | app-admin/pass-otp/Manifest | 3 | ||||
-rw-r--r-- | app-admin/pass-otp/metadata.xml | 21 | ||||
-rw-r--r-- | app-admin/pass-otp/pass-otp-1.1.0.ebuild | 23 |
3 files changed, 0 insertions, 47 deletions
diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest deleted file mode 100644 index 4ed702175ffe..000000000000 --- a/app-admin/pass-otp/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pass-otp-1.1.0.tar.gz 32857 BLAKE2B 97ca197b251d9748c0ace5b40aca2547cd278e9eee9768b8882cdfbb23bd440792101ab82d2ade276cfc34de1364460a066adc8395336380b1ef6759f51804eb SHA512 3c880bcb7e7e984494796bc7a0c0fb5f70b052938f6ce5c0b1cbb745d0b30febab2ca51c264fac02f884699dc685400076f0065db0c3d08da436e93c27f075ce -EBUILD pass-otp-1.1.0.ebuild 543 BLAKE2B 818e82a2b19c22c304a42a16136a74c21b8b5e3d292c86dd4584e05805f43152d292889a561d1a7c085a23f7d3e667962438f699cfb6485c00db04cc9687d471 SHA512 164665c079243858e8332bf54741f5d4fd59522903cb239c6dac151cefd718aaaeb7c7fa1abe9cda0c43a677bfaf9c5eb3e9d2fadefdf6c4fc8de9cd6dd49b1b -MISC metadata.xml 661 BLAKE2B 32c5c45b7d5d47f3c2b77ce0ec52f99008e1da1df5b30ae7b7085dd75fefff6327a6674de0325a14fd9bcebb35f4adb60d31e117374e43ddc7e26ac9f8290161 SHA512 7d1c902d9ea60b42a8497c7ce7ca4d5d56fc522e46e412d91c6e50205a1e5ba8b68e59bb14c997d6db9fbca88c24693ccf0fb31e81f8404771adcf4aa651eb62 diff --git a/app-admin/pass-otp/metadata.xml b/app-admin/pass-otp/metadata.xml deleted file mode 100644 index d585cca5c34c..000000000000 --- a/app-admin/pass-otp/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <name>Haelwenn (lanodan) Monnier</name> - <email>contact@hacktivis.me</email> -</maintainer> -<maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> -</maintainer> -<longdescription lang="en"> -A pass extension for managing one-time-password (OTP) tokens. -</longdescription> -<use> - <flag name="qrcode">Add support for qtcodes using <pkg>media-gfx/qrencode</pkg></flag> -</use> -<upstream> - <remote-id type="github">tadfisher/pass-otp</remote-id> -</upstream> -</pkgmetadata> 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 40e37ea67994..000000000000 --- 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() { - : -} |