* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/op-cli-bin/
@ 2025-05-17 16:32 Skyler Mäntysaari
0 siblings, 0 replies; 2+ messages in thread
From: Skyler Mäntysaari @ 2025-05-17 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 70970671d90849ba60205126f8f01113c1b00929
Author: Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sat May 17 16:30:06 2025 +0000
Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sat May 17 16:31:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70970671
app-admin/op-cli-bin: new package, add 2.31.0
Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>
app-admin/op-cli-bin/Manifest | 2 ++
app-admin/op-cli-bin/metadata.xml | 8 +++++++
app-admin/op-cli-bin/op-cli-bin-2.31.0.ebuild | 32 +++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/app-admin/op-cli-bin/Manifest b/app-admin/op-cli-bin/Manifest
new file mode 100644
index 000000000..e73bd7ea3
--- /dev/null
+++ b/app-admin/op-cli-bin/Manifest
@@ -0,0 +1,2 @@
+DIST op_linux_amd64_v2.31.0.zip 9120863 BLAKE2B 7adc4943d0cfb52e8229a12148375c92b75ea3b664dbbdcf2c6b7b6055e1d801e2676ed63b15dbf2b26d57710cc1ade68302578b1d228486beda33636b69d6ce SHA512 499c22c6d9cafe7ddcbbace5bbdcff465c93043fbe3490ee6d5e3aa25665376d1ee74ba095d35fe87f4d587781a10d46ec3f1f2373777c7dee36d935ddc003d2
+DIST op_linux_arm64_v2.31.0.zip 8386726 BLAKE2B e254b4d0094b432767c876962378116d00ea8bbd89b1e04e9de42a8ecae0bac7abbff0120a187302d2876264c7831e39f55d0f88ed1464ed3acfaeda347f0df1 SHA512 7997015f1958413b568d2c1131539c5827a69d605aaf9f255d644b95a1e50f72bb49aa21f9a81f89c29d6fe4ada27ca37e1e4d7005ec1abc21bdeed7104df2a2
diff --git a/app-admin/op-cli-bin/metadata.xml b/app-admin/op-cli-bin/metadata.xml
new file mode 100644
index 000000000..3969d2fdd
--- /dev/null
+++ b/app-admin/op-cli-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>sm+gentoo@skym.fi</email>
+ <name>Skyler Mäntysaari</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-admin/op-cli-bin/op-cli-bin-2.31.0.ebuild b/app-admin/op-cli-bin/op-cli-bin-2.31.0.ebuild
new file mode 100644
index 000000000..34ab249ff
--- /dev/null
+++ b/app-admin/op-cli-bin/op-cli-bin-2.31.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="command line interface for the 1password password manager"
+HOMEPAGE="https://1password.com/downloads/command-line/"
+SITE="https://cache.agilebits.com/dist/1P/op2/pkg/v${PV}"
+SRC_URI="
+amd64? ( ${SITE}/op_linux_amd64_v${PV}.zip )
+arm64? ( ${SITE}/op_linux_arm64_v${PV}.zip )
+"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+BDEPEND="app-arch/unzip"
+RDEPEND="acct-group/1password-cli"
+
+QA_PREBUILT="usr/bin/op"
+RESTRICT="bindist mirror"
+S="${WORKDIR}"
+
+src_install() {
+ dobin op
+}
+
+pkg_postinst() {
+ chgrp 1password-cli /usr/bin/op
+ chmod g+s /usr/bin/op
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/op-cli-bin/
@ 2025-05-17 16:34 Skyler Mäntysaari
0 siblings, 0 replies; 2+ messages in thread
From: Skyler Mäntysaari @ 2025-05-17 16:34 UTC (permalink / raw
To: gentoo-commits
commit: 2d7c06597206c6e0dec71b329bc2a56e6f73a067
Author: Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sat May 17 16:34:25 2025 +0000
Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sat May 17 16:34:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d7c0659
app-admin/op-cli-bin: treeclean as it exists in :gentoo
Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>
app-admin/op-cli-bin/Manifest | 2 --
app-admin/op-cli-bin/metadata.xml | 8 -------
app-admin/op-cli-bin/op-cli-bin-2.31.0.ebuild | 32 ---------------------------
3 files changed, 42 deletions(-)
diff --git a/app-admin/op-cli-bin/Manifest b/app-admin/op-cli-bin/Manifest
deleted file mode 100644
index e73bd7ea3..000000000
--- a/app-admin/op-cli-bin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST op_linux_amd64_v2.31.0.zip 9120863 BLAKE2B 7adc4943d0cfb52e8229a12148375c92b75ea3b664dbbdcf2c6b7b6055e1d801e2676ed63b15dbf2b26d57710cc1ade68302578b1d228486beda33636b69d6ce SHA512 499c22c6d9cafe7ddcbbace5bbdcff465c93043fbe3490ee6d5e3aa25665376d1ee74ba095d35fe87f4d587781a10d46ec3f1f2373777c7dee36d935ddc003d2
-DIST op_linux_arm64_v2.31.0.zip 8386726 BLAKE2B e254b4d0094b432767c876962378116d00ea8bbd89b1e04e9de42a8ecae0bac7abbff0120a187302d2876264c7831e39f55d0f88ed1464ed3acfaeda347f0df1 SHA512 7997015f1958413b568d2c1131539c5827a69d605aaf9f255d644b95a1e50f72bb49aa21f9a81f89c29d6fe4ada27ca37e1e4d7005ec1abc21bdeed7104df2a2
diff --git a/app-admin/op-cli-bin/metadata.xml b/app-admin/op-cli-bin/metadata.xml
deleted file mode 100644
index 3969d2fdd..000000000
--- a/app-admin/op-cli-bin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>sm+gentoo@skym.fi</email>
- <name>Skyler Mäntysaari</name>
- </maintainer>
-</pkgmetadata>
diff --git a/app-admin/op-cli-bin/op-cli-bin-2.31.0.ebuild b/app-admin/op-cli-bin/op-cli-bin-2.31.0.ebuild
deleted file mode 100644
index 34ab249ff..000000000
--- a/app-admin/op-cli-bin/op-cli-bin-2.31.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="command line interface for the 1password password manager"
-HOMEPAGE="https://1password.com/downloads/command-line/"
-SITE="https://cache.agilebits.com/dist/1P/op2/pkg/v${PV}"
-SRC_URI="
-amd64? ( ${SITE}/op_linux_amd64_v${PV}.zip )
-arm64? ( ${SITE}/op_linux_arm64_v${PV}.zip )
-"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-BDEPEND="app-arch/unzip"
-RDEPEND="acct-group/1password-cli"
-
-QA_PREBUILT="usr/bin/op"
-RESTRICT="bindist mirror"
-S="${WORKDIR}"
-
-src_install() {
- dobin op
-}
-
-pkg_postinst() {
- chgrp 1password-cli /usr/bin/op
- chmod g+s /usr/bin/op
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-17 16:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-17 16:32 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/op-cli-bin/ Skyler Mäntysaari
-- strict thread matches above, loose matches on Subject: below --
2025-05-17 16:34 Skyler Mäntysaari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox