From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1644008-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D196515817D
	for <garchives@archives.gentoo.org>; Mon, 17 Jun 2024 12:32:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B7FCEE2B68;
	Mon, 17 Jun 2024 12:32:42 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 999B9E2B68
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 12:32:42 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8E291335CAF
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 12:32:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EE7C41D26
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 12:32:39 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1718627554.d57afa9cd93c0705642436f82cf5afb184b86e59.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-portage/gemato/Manifest app-portage/gemato/gemato-20.6.ebuild app-portage/gemato/gemato-9999.ebuild
X-VCS-Directories: app-portage/gemato/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: d57afa9cd93c0705642436f82cf5afb184b86e59
X-VCS-Branch: master
Date: Mon, 17 Jun 2024 12:32:39 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d705c32f-9258-4143-b0af-e2a604883661
X-Archives-Hash: baff2c8328332732e819d58f8cb12a57

commit:     d57afa9cd93c0705642436f82cf5afb184b86e59
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 12:25:54 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 12:32:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57afa9c

app-portage/gemato: Bump to 20.6

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gemato/Manifest                                   | 1 +
 app-portage/gemato/{gemato-9999.ebuild => gemato-20.6.ebuild} | 6 +++---
 app-portage/gemato/gemato-9999.ebuild                         | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-portage/gemato/Manifest b/app-portage/gemato/Manifest
index fc6ef1cb2a13..980d0f8d41ce 100644
--- a/app-portage/gemato/Manifest
+++ b/app-portage/gemato/Manifest
@@ -1 +1,2 @@
 DIST gemato-20.5.tar.gz 88598 BLAKE2B dadbdd0275b6a79bb1c288d85ccb41600715c5e582b0d427a7fca5f08a8390200929b3de921bb7bd56f4a155fd9d979baaccb29a75c119c418c3ab62202f2856 SHA512 427e198b0630a18f219739dc093ddd0752a9b9871cd4ebf78b035c315bb49e4a5a639811d5fc26a17446c29eeea133e5cb97bb38fe89e2f74a6a320fd9bf5f0a
+DIST gemato-20.6.tar.gz 87376 BLAKE2B ba7dad60ee44059e742ccd20b99eb6710c28250ecb0b11dc169c9a3e02ca0499e8d11587fe2ab878a86335e7a297fa70af2d87c9bd096ecaf8a20969a02a2cf7 SHA512 84d7eb5046ecc8465ccfeb3a97c8cd2b1512a5d3128458b053244dcfa40b69d2c3faf8bd6791fffdd7ea271e6d7a28d74096398a9208526a9eda542c2708b899

diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-20.6.ebuild
similarity index 83%
copy from app-portage/gemato/gemato-9999.ebuild
copy to app-portage/gemato/gemato-20.6.ebuild
index 9f78bf067f39..d38dc7551ba5 100644
--- a/app-portage/gemato/gemato-9999.ebuild
+++ b/app-portage/gemato/gemato-20.6.ebuild
@@ -7,17 +7,17 @@ DISTUTILS_USE_PEP517=flit
 PYTHON_COMPAT=( python3_{10..13} pypy3 )
 PYTHON_REQ_USE='threads(+)'
 
-inherit distutils-r1 git-r3
+inherit distutils-r1 pypi
 
 DESCRIPTION="Stand-alone Manifest generation & verification tool"
 HOMEPAGE="
 	https://github.com/projg2/gemato/
 	https://pypi.org/project/gemato/
 "
-EGIT_REPO_URI="https://github.com/projg2/gemato.git"
 
-LICENSE="BSD-2"
+LICENSE="GPL-2+"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+gpg pretty-log tools"
 
 RDEPEND="

diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
index 9f78bf067f39..0a4f52cf18cb 100644
--- a/app-portage/gemato/gemato-9999.ebuild
+++ b/app-portage/gemato/gemato-9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 "
 EGIT_REPO_URI="https://github.com/projg2/gemato.git"
 
-LICENSE="BSD-2"
+LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+gpg pretty-log tools"