summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2023-11-29 17:39:02 -0600
committerWilliam Hubbs <williamh@gentoo.org>2023-11-29 17:39:02 -0600
commit1911e904a7354009ee408b0c968efb0efe20a316 (patch)
treecf77e6b5cca6763c034b28cd65a1026dccb16d2f
parentapp-admin/op-cli-bin: add 2.23.0 (diff)
downloadgentoo-1911e904a7354009ee408b0c968efb0efe20a316.tar.gz
gentoo-1911e904a7354009ee408b0c968efb0efe20a316.tar.bz2
gentoo-1911e904a7354009ee408b0c968efb0efe20a316.zip
app-admin/op-cli-bin: drop 1.7.0
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r--app-admin/op-cli-bin/Manifest1
-rw-r--r--app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/app-admin/op-cli-bin/Manifest b/app-admin/op-cli-bin/Manifest
index 6d5af0763d3c..51e143ee1091 100644
--- a/app-admin/op-cli-bin/Manifest
+++ b/app-admin/op-cli-bin/Manifest
@@ -1,6 +1,5 @@
DIST op_linux_386_v2.23.0.zip 8074987 BLAKE2B 52adc360f9f9f19bf75761ecc2efe0a66385fc883b2b658c099dd53aed1927e401faf492a003350bd7dc41e08bd27953bb76462a595c838d6272b45dd56a2ebc SHA512 7227702e9ff31fad463e56f457d3af3bf6e14757412d030c7d36b49df771b84e711a644c74ea005dcf6d569dcc3b42203b30af15a77209e266d6d351ae91ae6f
DIST op_linux_amd64_v1.12.3.zip 3902883 BLAKE2B d68aef3e102e39019a2cf1423b4f4ec64642475c37d92acf1551d66f0f453c8f1ed51d730443bba90aceebd7730d4d485c9c1c45067f7f9c68dff785ec85ffb5 SHA512 064b741e961b60febcf1c883f73968aea3718251a3ead2e94747be63010a10498dbffc7789c02e330f360d2a323fde04dee8a922e2ed5546a6beae7ddb5cb7db
-DIST op_linux_amd64_v1.7.0.zip 3989846 BLAKE2B 074bcc248438c1cfa0436726fb3b101e5d60c477c406434d00bb7689d6004796373d8562e22fa870239c9d2234cfae21d7a8aa2b90e7807cb15df8870b2afd64 SHA512 7ab0792ba737a8f95ec874dc111fdb6cd45d552c5b5cfb9d35423a76f444c15718269e77faae978d773bfcaa7e7607f4b8b7e93616c8f7fc91caafb35c856a5e
DIST op_linux_amd64_v2.23.0.zip 8542636 BLAKE2B ff8e75278f522b50d1984ed0ea060da46d520d1a1bafc49016a4d38eab30c05f6cd6189122992100dbb443edf04f83a77f1adff169f0111a6d07df4e19ff5256 SHA512 92706f6f2e1164a24cf038be6d13fa6f816845f4d540c5f91ba35bc79d9c0fbda4a49dacc91efb872cf9b7e8d6656f2d3f289745a1afb66545e697493d7519f3
DIST op_linux_arm64_v2.23.0.zip 7767872 BLAKE2B 346347a3f8612ce955a32c819ce984ef2d1bf6e4672842231ce67aa270a2fbb264cba3b49fa9d1512a310c5467cbdd29f5e3bf083cc509c72d9c71dc6e6ee71e SHA512 9c94dfe703ff8c7ab63f2c2131e0f1cf4201e0ef0d05cf3ebfcfee1574431484c1ac3bb33a2ed3ff6a235227eedb95393a4c790215839a8f7e6f3aba88d77aa7
DIST op_linux_arm_v2.23.0.zip 7996772 BLAKE2B d960a840dcd5f86bacc0bbd9c3dc51e6811e0874871b0de09bf08541e78d5ee1968ffbc25c7ceb09f4463c9c0455197eb65557bcc427ad9334da2d3c5e16335c SHA512 bd711ab5bdc53220648a70087472a3098ccf6425534ab03c8f0b85acf8930c9fefa15cca96da6f17e4e804a8fb3ec3da1d1c0956f4140476ba70ffb8e7c04a17
diff --git a/app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild b/app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild
deleted file mode 100644
index 1e1b0736b834..000000000000
--- a/app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="command line interface for the 1password password manager"
-HOMEPAGE="https://1password.com/downloads/command-line/"
-SITE="https://cache.agilebits.com/dist/1P/op/pkg/v${PV}/"
-SRC_URI="${SITE}/op_linux_amd64_v${PV}.zip"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="usr/bin/op"
-RESTRICT="bindist mirror"
-S="${WORKDIR}"
-
-src_install() {
- dobin op
-}