public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/getuto/
Date: Mon,  4 Sep 2023 00:23:23 +0000 (UTC)	[thread overview]
Message-ID: <1693786992.6194b3ec586f5efe50617d61f9da0f7195a4927c.dilfridge@gentoo> (raw)

commit:     6194b3ec586f5efe50617d61f9da0f7195a4927c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 00:22:50 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 00:23:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6194b3ec

app-portage/getuto: drop 1.3, 1.4

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-portage/getuto/Manifest          |  2 --
 app-portage/getuto/getuto-1.3.ebuild | 49 ------------------------------------
 app-portage/getuto/getuto-1.4.ebuild | 49 ------------------------------------
 3 files changed, 100 deletions(-)

diff --git a/app-portage/getuto/Manifest b/app-portage/getuto/Manifest
index acc7c0f69ec1..69c516e7de3b 100644
--- a/app-portage/getuto/Manifest
+++ b/app-portage/getuto/Manifest
@@ -1,5 +1,3 @@
-DIST getuto-1.3.tar.gz 9589 BLAKE2B 79f95e263d3a18e58122bb418a3f7e4fe2f28b9e1c0e1cdd21c02df6cb1d0daec233c496ad0191ee4808ccad751b0e76212168454202da03d35bb74a100b24c4 SHA512 c7be7c992da2d3817240e20e47ee195a88eeb63a9a8a886e3b526b7a464fa6b2fe932b056aa0140960a9f104c34a6d4bafe483d10bf02da3c8ce9b7e3e4c3b26
-DIST getuto-1.4.tar.gz 9702 BLAKE2B a81f474cc9202cdeffa90280c4dd3fa0710dafcad7c70f5887d61f10cd3f2f0a4bf0dda60b4e2eaa7299677b33bb73191066968ca0775d887ceb64ab1c1926d4 SHA512 c4f8089986b65056250404242eb31acd8db03a2cf5215d26167d8396befdd96a3d625b3b88958f397dff03b5f5d78c9b1437ff9be58b3502ba9446753473252e
 DIST getuto-1.5.tar.gz 9706 BLAKE2B cc31775c89d9beadd1ac32fa5596833e71d8e9aa2ea3229d7bdea4caf23de2e79c76bb74975e13953b6226f806fd547c76b38de71f1b4084dce1a92ce2c217bb SHA512 78da4ca097b87c05980895d3491722e739505e1ce0614fd39242255712e705c3e7455636b67e328980bbc15fe85e6826d6d4a1b1804670f219675a67f4999904
 DIST getuto-1.6.tar.gz 9956 BLAKE2B 30ccbbe39993473a30bc6267c221ce23c78efa2b112ee1f2e65836f8b72f4e23f223a17c129293a2d3b5e1ca0c993960ef53905ca2af030e381a77c9e30fff5e SHA512 56277b0a64d31ff7e1637ec2288733c0a1c72045700b32c2d261e2d5ad854c1ae17c0f8e70f6080a008bb09fd0e8dcf8256aeb99615e446f4e6a441b9a1a088b
 DIST libc-1-r1-1.gpkg.tar 20480 BLAKE2B b2c184e20c1a29ff66240e992f9f81219285f525eb63cea081372685cf03a2e231a2edb528259617e74c655fbe61b6e0d8fc0bbdbd8452b6098de58432f019d7 SHA512 ce52f398ea8979ec16161381803740d49a4294c77303880f54090c379ba5eb8e545a3d3550f229cacc18c7763dc3adf7936561ba1c64b43c87692ec66084e4e6

diff --git a/app-portage/getuto/getuto-1.3.ebuild b/app-portage/getuto/getuto-1.3.ebuild
deleted file mode 100644
index 860cc3595dd0..000000000000
--- a/app-portage/getuto/getuto-1.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Stand-alone gentoo install trust anchor generation tool"
-HOMEPAGE="https://github.com/projg2/getuto"
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/projg2/getuto"
-	inherit git-r3
-else
-	SRC_URI="
-		https://github.com/projg2/getuto/archive/refs/tags/${P}.tar.gz
-	"
-	S=${WORKDIR}/${PN}-${P}
-
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-
-SRC_URI+=" test? ( https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/17.1/x86-64/virtual/libc/libc-1-r1-1.gpkg.tar )"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-crypt/gnupg
-	dev-libs/openssl
-	sec-keys/openpgp-keys-gentoo-release
-"
-
-src_unpack() {
-	if [[ ${PV} == 9999 ]] ; then
-		git-r3_src_unpack
-	else
-		# Don't mangle test data
-		unpack ${P}.tar.gz
-	fi
-
-	if use test ; then
-		cp "${DISTDIR}"/libc-1-r1-1.gpkg.tar "${S}" || die
-	fi
-}
-
-src_install() {
-	dobin getuto
-}

diff --git a/app-portage/getuto/getuto-1.4.ebuild b/app-portage/getuto/getuto-1.4.ebuild
deleted file mode 100644
index 860cc3595dd0..000000000000
--- a/app-portage/getuto/getuto-1.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Stand-alone gentoo install trust anchor generation tool"
-HOMEPAGE="https://github.com/projg2/getuto"
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/projg2/getuto"
-	inherit git-r3
-else
-	SRC_URI="
-		https://github.com/projg2/getuto/archive/refs/tags/${P}.tar.gz
-	"
-	S=${WORKDIR}/${PN}-${P}
-
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-
-SRC_URI+=" test? ( https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/17.1/x86-64/virtual/libc/libc-1-r1-1.gpkg.tar )"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-crypt/gnupg
-	dev-libs/openssl
-	sec-keys/openpgp-keys-gentoo-release
-"
-
-src_unpack() {
-	if [[ ${PV} == 9999 ]] ; then
-		git-r3_src_unpack
-	else
-		# Don't mangle test data
-		unpack ${P}.tar.gz
-	fi
-
-	if use test ; then
-		cp "${DISTDIR}"/libc-1-r1-1.gpkg.tar "${S}" || die
-	fi
-}
-
-src_install() {
-	dobin getuto
-}


             reply	other threads:[~2023-09-04  0:23 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-04  0:23 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-22 20:23 [gentoo-commits] repo/gentoo:master commit in: app-portage/getuto/ Sam James
2024-06-21 16:31 Sam James
2024-06-12 23:06 Sam James
2024-05-16  4:17 Arthur Zamarin
2024-03-15 23:53 Sam James
2024-03-15 23:53 Sam James
2024-03-15 22:10 Sam James
2024-03-15 21:14 Arthur Zamarin
2024-02-09  7:21 Sam James
2024-02-08  1:36 Sam James
2024-01-05 10:56 Sam James
2023-12-03  8:31 Sam James
2023-12-03  8:29 Sam James
2023-10-11  9:31 Andreas K. Hüttel
2023-10-11  9:31 Andreas K. Hüttel
2023-10-03 15:46 Arthur Zamarin
2023-10-03 15:41 Arthur Zamarin
2023-10-03 15:41 Arthur Zamarin
2023-10-03 15:41 Arthur Zamarin
2023-10-03 15:41 Arthur Zamarin
2023-10-03 15:41 Arthur Zamarin
2023-10-03 13:57 Andreas K. Hüttel
2023-10-03 13:54 Andreas K. Hüttel
2023-10-03 13:54 Andreas K. Hüttel
2023-10-03  5:12 Sam James
2023-10-03  4:51 Sam James
2023-09-09  0:59 Sam James
2023-09-09  0:59 Sam James
2023-09-08 19:45 Andreas K. Hüttel
2023-09-04  0:23 Andreas K. Hüttel
2023-09-03 13:09 Andreas K. Hüttel
2023-08-31 19:54 Andreas K. Hüttel
2023-08-31 19:54 Andreas K. Hüttel
2023-08-26 21:49 Sam James
2023-08-19 19:24 Andreas K. Hüttel
2023-08-19 19:24 Andreas K. Hüttel
2023-08-19 13:46 Andreas K. Hüttel
2023-08-19 11:42 Sam James
2023-08-19 11:40 Sam James
2023-08-19 11:36 Sam James
2023-08-19 11:36 Sam James
2023-08-17 19:19 Andreas K. Hüttel

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=1693786992.6194b3ec586f5efe50617d61f9da0f7195a4927c.dilfridge@gentoo \
    --to=dilfridge@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