Skip to content

Commit

Permalink
remove more packages, update chezmoi-bin and op-cli-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Oct 31, 2023
1 parent 619e232 commit c5e8cdf
Show file tree
Hide file tree
Showing 22 changed files with 94 additions and 299 deletions.
9 changes: 5 additions & 4 deletions app-admin/chezmoi-bin/Manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
DIST chezmoi-bin-1.8.9_amd64.tar.gz 6901691 BLAKE2B 34ee25a1d3ff52cdbd0c4f932bfe3654961c2b8078863a5335387bca6d676835f0fb07896101c16089d2facdc7b15ad8086bc646954c9be3e3f53633da5612ce SHA512 4d877e8c1cd0225f5c9c0e133848d3c06fc5239e5de42ea03aeb27bf9032e6cef75797db9773402f7ca3cf4dd8bf462b72760eac21f47f5cc7119b441c50ec17
DIST chezmoi-bin-1.8.9_x86.tar.gz 6322487 BLAKE2B 72b0c8d160c4c3521d437b22b31048d4c72427a63f27c034cbd3811f2e3153d159ddc56acba3ebc97ab967ef4bb1fa1c7139d20f1d8291707b43deea4bc34d48 SHA512 9da5b196e0ff18127da94491ddf5ff6562333ef54ed7f6637510222a8bd6678d4297361fe5abe03e6bb5987a5301133b50668daa204c3b0024d6c793b86fe54b
EBUILD chezmoi-bin-1.8.9.ebuild 1032 BLAKE2B 3676189a5ed6a94d5a006bc5498d094c8f33dcde99d6e8b15b8441c1f3ea7d3df261b70f4c228bd49c0ba748526b551fa4a5f45dee92ec215cb887efa81be5fb SHA512 eb5a40fc4a990a99d38c04bd96a75b2b3eecdd0253ce39a5db50c97831525648c722280367bc174462a3c9906f3adf681e04c9db7cca8c89a75e0b98d6bb5feb
MISC metadata.xml 778 BLAKE2B afbdbef8cfc3520482608049c10ab45aa10f172b92d15440ca02160616616d083307db93fc2549924cee90c2f37c5dbf00ee2c1840a8f78db7afa1223370fea4 SHA512 06781dc0157e801533ad65b281105509f177d401ea5db5700d3165eaef6cc3cdfe13d6928a45f981784a87b058ae492ffc4de9948ef520b536acc377c8a0ea0d
DIST chezmoi_2.40.4_linux_amd64.deb 11758186 BLAKE2B 0c59139eb0262c96ac17328ae5b594c73829de4f3102fde49bea6741ac9e06843703c5b9052f6c18d5309636f1042041f21c7b33dce2c30b5225317126efe9f2 SHA512 ef8ef05a3d2037d5be75261c68e8c54274aa5e3e25ad98295f9211bab17e0274f57edf7db5247e48c7944ed511948dc6e8fb72d43763f985ddd7799ba54683f8
DIST chezmoi_2.40.4_linux_arm64.deb 10669508 BLAKE2B cfc7056be4da8ba535af1eb97139d3239d159a87c4098d7873cc6dfed3f01ddd1c23e7fdfbc59c92192354969ab5ff10d4629f8734cc1916728de1e9a2809aec SHA512 bc76055fdba8a6a0ed1ac35e4e000666966bd7f5720fd69348f39ac052ef32121da10b81d830bff9e1dc37db31198d835eceb9d1ee03378c92c6c1d967fb79d9
DIST chezmoi_2.40.4_linux_armel.deb 11103842 BLAKE2B 9252fcfcf15fcd667f3620379826ca7330cd218f9579022e1412e6ba35b57f0293ee9ed57836a500c3e7c5bdf64f7d9954698978d7189e88b0bf832294543485 SHA512 24e6a6a5122479f1de4a5f841c7f2bf30ad31ad550d08eed55fa711b623959611b7976177913aba51bd8c8279fffd6dd4d1b4ce30ec5d63ea07f450d504362f2
DIST chezmoi_2.40.4_linux_i386.deb 10837158 BLAKE2B 7e08d3276309afcf311ec2e3c6c210e2cb050e2c33200cf15d6a38ee083db30088df2eb6e3dd9588a331389f6a0372508d705b1c7a2e91a2fabbf01f8e440861 SHA512 7a4dafeb080de59f0e167bacf6cc928fd55174c6fa6b16dc6379ff1987d6673d35766efa2b47cf9317a56eefb4c6dde898a136ae82e206463bd9756ff49e0d33
DIST chezmoi_2.40.4_linux_ppc64.deb 10412672 BLAKE2B 3df4837e717f55154c8e7908e54c60e8921c0a6989998cb2c23924fda832af4414b3935271207363c8b249064f03ea3247192d75861005afd4eb581a5b2f33de SHA512 b3a14b689bc1834ddb451f0d0dced0083c24b5c89788c4fc5bdcaba8d2607434a1fd37a2436583a0548a9dde974a66055b69a866a64417e1ef75d38248367126
50 changes: 0 additions & 50 deletions app-admin/chezmoi-bin/chezmoi-bin-1.8.9.ebuild

This file was deleted.

40 changes: 40 additions & 0 deletions app-admin/chezmoi-bin/chezmoi-bin-2.40.4.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=bash

EAPI=8

inherit unpacker

MY_PN="${PN%-bin}"

DESCRIPTION="Manage your dotfiles across multiple machines, securely."
HOMEPAGE="https://github.com/twpayne/chezmoi"
SRC_URI="
amd64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_amd64.deb )
arm? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_armel.deb )
arm64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_arm64.deb )
ppc64? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_ppc64.deb )
x86? ( https://github.com/twpayne/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_linux_i386.deb )"

LICENSE="MIT"
KEYWORDS="amd64 arm arm64 ppc64 x86"
RDEPEND="dev-vcs/git"
SLOT="0"

RESTRICT="mirror"

QA_PREBUILT="usr/bin/${MY_PN}"

S="${WORKDIR}"

src_unpack() {
unpack_deb "${A}"
}

src_install() {
insinto /
doins -r ./*

fperms +x "/usr/bin/${MY_PN}"
}
4 changes: 2 additions & 2 deletions app-admin/chezmoi-bin/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Phil DeMonaco</name>
<email>[email protected]</email>
<name>Jared Allard</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
Expand Down
4 changes: 4 additions & 0 deletions app-admin/op-cli-bin/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DIST op_linux_386_v2.22.0.zip 8063479 BLAKE2B f197462619ac18469244651520451a55d829cea4a3b80d73850a7c9447356a58c9a51b9b3b3e39783f5557319d5bed602e18db3bec8b30552abf96041b25fd4c SHA512 0308b0315bb7fa3b15193f31c1c022460ee973986a723ce78bbd236a94629a2bc25494abd1bccf00b68c7f0d3f0b72ca3d989dd7338ca981606eb004fb67f0a9
DIST op_linux_amd64_v2.22.0.zip 8528150 BLAKE2B 419ae4e73c2622c408e3fef300cb436001a84dfa36fc97237ccbd71ddedd0b0097a3ae6ac0461583f07087a5426fc574ce7d665f5336eb2a99a7dd788227b717 SHA512 1fc3357da29432a2939144501f6992b2956574041360e1e088d8ec78c689ff9d5177e541bfe1d1c7787618fcf4d0c95502f82d2624bf2a5f1f7c01561ccb747e
DIST op_linux_arm64_v2.22.0.zip 7757187 BLAKE2B a07316df4e280e5db44ca33aba5e19b7a67a5bcdab13d898fc17f2e5d6cbef1eabf1cfa7bd4a3c39e319383052ee9f5c4d7cb395f287fa2147a79b8284a6ba31 SHA512 58195db12ed9afd3b5e69a4289f614441b23947815526ee71f85f9442aba4b3132381c6d956c07c66049ddcaf4fa149d02ac7257b0e132f710a8f0eb25f4edd6
DIST op_linux_arm_v2.22.0.zip 7982514 BLAKE2B 45020389a87f1c1884918d7b340b99f07626fec60e8e800d5f925a2cc9df389a290658b403c5b8b0409664360990ec17cc4f09308d3fdb32c4878a75b7a789c9 SHA512 314a8ffff6858401bff0d3fe3173cb21c00390c50205e1945c5af3a9147fbd8476924b31c15cfcdaa740a3e8976ee6425f7dd628a8c69cc44f9604a22eb3a739
15 changes: 15 additions & 0 deletions app-admin/op-cli-bin/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Jared Allard</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="web">https://1password.com/downloads/command-line/</remote-id>
</upstream>
</pkgmetadata>
28 changes: 28 additions & 0 deletions app-admin/op-cli-bin/op-cli-bin-2.22.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 2020-2023 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 )
arm? ( ${SITE}/op_linux_arm_v${PV}.zip )
x86? ( ${SITE}/op_linux_386_v${PV}.zip )
"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="amd64 arm64 arm x86"

BDEPEND="app-arch/unzip"

QA_PREBUILT="usr/bin/op"
RESTRICT="bindist mirror"
S="${WORKDIR}"

src_install() {
dobin op
}
3 changes: 0 additions & 3 deletions app-admin/op/Manifest

This file was deleted.

5 changes: 0 additions & 5 deletions app-admin/op/metadata.xml

This file was deleted.

24 changes: 0 additions & 24 deletions app-admin/op/op-1.8.0.ebuild

This file was deleted.

2 changes: 0 additions & 2 deletions app-admin/terraform/Manifest

This file was deleted.

36 changes: 0 additions & 36 deletions app-admin/terraform/terraform-0.12.18.ebuild

This file was deleted.

5 changes: 0 additions & 5 deletions app-editors/visual-studio-code/Manifest

This file was deleted.

This file was deleted.

Binary file not shown.
8 changes: 0 additions & 8 deletions app-editors/visual-studio-code/metadata.xml

This file was deleted.

53 changes: 0 additions & 53 deletions app-editors/visual-studio-code/visual-studio-code-1.52.1.ebuild

This file was deleted.

2 changes: 0 additions & 2 deletions dev-util/hadolint/Manifest

This file was deleted.

39 changes: 0 additions & 39 deletions dev-util/hadolint/hadolint-1.18.0.ebuild

This file was deleted.

3 changes: 0 additions & 3 deletions net-im/slack-desktop-bin/Manifest

This file was deleted.

5 changes: 0 additions & 5 deletions net-im/slack-desktop-bin/metadata.xml

This file was deleted.

Loading

0 comments on commit c5e8cdf

Please sign in to comment.