public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/packer/
Date: Sun,  2 Jun 2024 08:09:32 +0000 (UTC)	[thread overview]
Message-ID: <1717315766.403628138c60be6317b5d6e86e31bf93f55ec2fd.juippis@gentoo> (raw)

commit:     403628138c60be6317b5d6e86e31bf93f55ec2fd
Author:     Marcos Rodrigues Gonzalez <neutroniak <AT> gmail <DOT> com>
AuthorDate: Wed May  1 02:05:32 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 08:09:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40362813

dev-util/packer: drop 1.8.6, 1.9.4

Signed-off-by: Marcos Rodrigues Gonzalez <neutroniak <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36497
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/packer/Manifest            |  4 ----
 dev-util/packer/packer-1.8.6.ebuild | 35 -----------------------------------
 dev-util/packer/packer-1.9.4.ebuild | 35 -----------------------------------
 3 files changed, 74 deletions(-)

diff --git a/dev-util/packer/Manifest b/dev-util/packer/Manifest
index 8b4cde9b8a7a..5991d6cba8bb 100644
--- a/dev-util/packer/Manifest
+++ b/dev-util/packer/Manifest
@@ -1,6 +1,2 @@
-DIST packer-1.8.6-deps.tar.xz 386558076 BLAKE2B 54903da9788ad483bb9dd66fd9c130f6a5beef6ebd70733b0e05437fe4d58a00769e2bef46c381610d3fe8769fdacc9527ba812eb40b2437160abec84662eb97 SHA512 c2c8cfcd85ae683e5558742965b5782a96d05cc2a5331e66da24aad094d2082c6cb6a1eba901bbaf7e9b56fbd3a754a0334c1be18c75c3f01643667ae1f9b09d
-DIST packer-1.8.6.tar.gz 2265929 BLAKE2B bb56ab642d3f358afed58153de27e52ad1d4fa9e97f5ab94ad9212cb6e46ba845606c266246ca89a74cc93738ed197e545772c0db22f32ed9c2f8b1bcb7d1f3b SHA512 1e0e36959f1efb6eeae076da3d27c200f4888a6a08e759072ac6c767e1cc3e14876f09f96bdd208b788d32efde9420357afe3105337b7edcc87ba2d99966578c
-DIST packer-1.9.4-deps.tar.xz 330480200 BLAKE2B 8c02e0fac4763f6a4cff98631ee0151a8d66ad199ae4979a0750e684c8b51284c59e5f99dd265590737be37e8ff0f65e692d3ebb11dcbcd8cba372e393c9e517 SHA512 d0bf06769ac66fda4d721388a612d7d8c981e091172a6ef0ae7f5ec461b32f834d024c031dd9c9da08de4ac46ed8bb69ca5f5f0eee0d764d8fdf5f9bdffb5790
-DIST packer-1.9.4.tar.gz 2301344 BLAKE2B 431b843076cc20127bdd0bc1acbb030cecc42ba9c3200a1c3b72c8e2ea4081e99a5c9f15d73397c67c176902f4ef1bbf4796efe32bdd1d8fe583a5996bb5f7ec SHA512 966de31fc7a174e5397e89b0c84979c13cf538971b2ea228f6fbf7dc54bed61d7cb21b58699175e93b9c81a9fc0c515e7cefffbd7b2865f2f6c36e4f78a81a95
 DIST packer-1.9.5-deps.tar.xz 373922748 BLAKE2B 793b0e5501bca56849a2471fbe2892c4775c3aa2d3ad6346e65f3d0cf1e3d86339a64371a35e4fddb0053082e98e2ec527b4f052b901bf8d35bd5db08a577ee4 SHA512 1f49b45841308dba95fcce2139d21931708e099102cc0870be00f2142cfb0d0e8ce9e2c729c9556ca68c1036e224f120fe0cd8833715a62cc212eead2448a6e3
 DIST packer-1.9.5.tar.gz 2302965 BLAKE2B dc0b8fedd83a477594c7235ffe6ca2052ba389e105bd451ad6c3987cea68c37f9c3153957012339f2a09045f20ac81ff6a59ed33834247408a3539643d9ecedf SHA512 7df1a85d0746e400c42f2b2a52b14ef5a806bcd2dc346eceaf5f8928b42a8b046ff8da7b45e5af0486bd444d8325e1cabdcd15f7b28711241a46034c9781a279

diff --git a/dev-util/packer/packer-1.8.6.ebuild b/dev-util/packer/packer-1.8.6.ebuild
deleted file mode 100644
index 5d2c7f38d9d4..000000000000
--- a/dev-util/packer/packer-1.8.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="A tool to create identical machine images for multiple platforms"
-HOMEPAGE="https://www.packer.io"
-SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	https://gentoofiles.s3.eu-central-1.amazonaws.com/${P}-deps.tar.xz"
-
-LICENSE="Apache-2.0 BSD-2 BSD-4 MIT MPL-2.0 unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-DOCS=( {README,CHANGELOG}.md )
-
-RESTRICT+=" test"
-
-src_compile() {
-	ego build \
-		-mod=readonly \
-		-ldflags "${go_ldflags}" \
-		-work -o "bin/${PN}" ./ || die
-}
-
-src_install() {
-	dobin bin/packer
-
-	einstalldocs
-
-	insinto /usr/share/zsh/site-functions
-	doins contrib/zsh-completion/_packer
-}

diff --git a/dev-util/packer/packer-1.9.4.ebuild b/dev-util/packer/packer-1.9.4.ebuild
deleted file mode 100644
index 20a7d1166c80..000000000000
--- a/dev-util/packer/packer-1.9.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="A tool to create identical machine images for multiple platforms"
-HOMEPAGE="https://www.packer.io"
-SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	https://gentoo.neutroniak.com/${P}-deps.tar.xz"
-
-LICENSE="Apache-2.0 BSD-2 BSD-4 MIT MPL-2.0 unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-DOCS=( {README,CHANGELOG}.md )
-
-RESTRICT+=" test"
-
-src_compile() {
-	ego build \
-		-mod=readonly \
-		-ldflags "${go_ldflags}" \
-		-work -o "bin/${PN}" ./ || die
-}
-
-src_install() {
-	dobin bin/packer
-
-	einstalldocs
-
-	insinto /usr/share/zsh/site-functions
-	doins contrib/zsh-completion/_packer
-}


             reply	other threads:[~2024-06-02  8:09 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-02  8:09 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-13 14:44 [gentoo-commits] repo/gentoo:master commit in: dev-util/packer/ Arthur Zamarin
2024-04-20  7:40 Joonas Niilola
2023-10-28 10:16 Yixun Lan
2023-10-17 14:02 Yixun Lan
2023-05-02 13:19 Joonas Niilola
2023-01-27  7:33 Joonas Niilola
2023-01-27  7:33 Joonas Niilola
2022-06-14  6:09 Jakov Smolić
2022-04-21  6:54 Jakov Smolić
2022-03-24  7:55 Joonas Niilola
2022-03-24  7:55 Joonas Niilola
2022-01-28  7:53 Sam James
2022-01-28  7:53 Sam James
2021-10-31  8:38 Sam James
2021-10-31  8:38 Sam James
2021-10-31  3:06 Sam James
2021-04-29 16:49 Rick Farina
2020-11-12 21:28 Patrice Clement
2020-09-16 12:33 Joonas Niilola
2020-09-15 14:11 Joonas Niilola
2020-09-15 14:11 Joonas Niilola
2020-03-21 22:12 William Hubbs
2020-03-21 22:12 William Hubbs
2019-11-16  9:45 Joonas Niilola
2019-10-23 13:19 Manuel Rüger
2019-07-18  7:14 Michał Górny
2019-07-18  7:14 Michał Górny
2019-04-16 18:14 Georgy Yakovlev
2019-03-18 22:53 Patrice Clement
2019-03-18 22:53 Patrice Clement
2019-02-02  0:40 Georgy Yakovlev
2019-02-02  0:40 Georgy Yakovlev
2019-01-06 22:48 Georgy Yakovlev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1717315766.403628138c60be6317b5d6e86e31bf93f55ec2fd.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox