public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/
Date: Sat,  8 Apr 2023 18:45:24 +0000 (UTC)	[thread overview]
Message-ID: <1680979518.813b8e7608e32ee6780019b4c489417c70a86b98.mgorny@gentoo> (raw)

commit:     813b8e7608e32ee6780019b4c489417c70a86b98
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 18:44:11 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 18:45:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813b8e76

app-portage/gemato: Remove old

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

 app-portage/gemato/Manifest           |  2 --
 app-portage/gemato/gemato-19.0.ebuild | 53 -----------------------------------
 app-portage/gemato/gemato-20.0.ebuild | 53 -----------------------------------
 3 files changed, 108 deletions(-)

diff --git a/app-portage/gemato/Manifest b/app-portage/gemato/Manifest
index 7ec2f867474e..de5a45150d99 100644
--- a/app-portage/gemato/Manifest
+++ b/app-portage/gemato/Manifest
@@ -1,3 +1 @@
-DIST gemato-19.0.gh.tar.gz 86174 BLAKE2B b13e17f3b4388df4c0b6980db8347d68f9e6cb2657cdbcb28a8466bcdebed9e986ecac2f0f88e549741eb62accd91ed48a8ee4a714a5decce68e1529174a4c90 SHA512 3a8dfc94770e4063da8f1bf42ffc4c261345af89edd223bbf64033a82c2e31cb3369b98467fdbe9bf911b76e5ef964b676b94803579525697ddc31be1b83017b
-DIST gemato-20.0.gh.tar.gz 86296 BLAKE2B 663a479650fa6b7a989882c9233ba1cf11b5a528ef4ccc14aed2c32c7a52d877fd1efe9af29c5ed61ee0f8c846e89a52547a2cb6d0256ede5816527defe876ef SHA512 e8b3c515e7dcf32b34101d644ba658b3c534b117407f3b65543dfb684f9569969468c6a5d0290e698d204de6c4a2a18baf722c8e7a6d24d079319310e82e6803
 DIST gemato-20.1.gh.tar.gz 86394 BLAKE2B c8f8f855a5b56dbf06eef0c99e33d4ad04c8151fa121d152c9f918059436e21dafc98d3931465cc27f4c489c8e4f576abe73efd810df09896e4fe91e9aa21814 SHA512 d4395f95b5807473511cfc9631dc9db3cff610d3f3b12c8360ee452b964ea6610c76f7f1687b6b21f44fde93d6921731b1791ff51d908d3e7fd154beef6ac596

diff --git a/app-portage/gemato/gemato-19.0.ebuild b/app-portage/gemato/gemato-19.0.ebuild
deleted file mode 100644
index b9fde110b002..000000000000
--- a/app-portage/gemato/gemato-19.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE='threads(+)'
-
-inherit distutils-r1
-
-DESCRIPTION="Stand-alone Manifest generation & verification tool"
-HOMEPAGE="
-	https://github.com/projg2/gemato/
-	https://pypi.org/project/gemato/
-"
-SRC_URI="
-	https://github.com/projg2/gemato/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux"
-IUSE="+gpg pretty-log tools"
-
-RDEPEND="
-	gpg? (
-		>=app-crypt/gnupg-2.2.20-r1
-		dev-python/requests[${PYTHON_USEDEP}]
-	)
-	pretty-log? (
-		dev-python/rich[${PYTHON_USEDEP}]
-	)
-"
-BDEPEND="
-	test? (
-		>=app-crypt/gnupg-2.2.20-r1
-		dev-python/requests[${PYTHON_USEDEP}]
-		dev-python/responses[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	if use tools; then
-		exeinto /usr/share/gemato
-		doexe utils/*.{bash,py}
-	fi
-}

diff --git a/app-portage/gemato/gemato-20.0.ebuild b/app-portage/gemato/gemato-20.0.ebuild
deleted file mode 100644
index 7e02cc9bba9d..000000000000
--- a/app-portage/gemato/gemato-20.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE='threads(+)'
-
-inherit distutils-r1
-
-DESCRIPTION="Stand-alone Manifest generation & verification tool"
-HOMEPAGE="
-	https://github.com/projg2/gemato/
-	https://pypi.org/project/gemato/
-"
-SRC_URI="
-	https://github.com/projg2/gemato/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
-IUSE="+gpg pretty-log tools"
-
-RDEPEND="
-	gpg? (
-		>=app-crypt/gnupg-2.2.20-r1
-		dev-python/requests[${PYTHON_USEDEP}]
-	)
-	pretty-log? (
-		dev-python/rich[${PYTHON_USEDEP}]
-	)
-"
-BDEPEND="
-	test? (
-		>=app-crypt/gnupg-2.2.20-r1
-		dev-python/requests[${PYTHON_USEDEP}]
-		dev-python/responses[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	if use tools; then
-		exeinto /usr/share/gemato
-		doexe utils/*.{bash,py}
-	fi
-}


             reply	other threads:[~2023-04-08 18:45 UTC|newest]

Thread overview: 176+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-08 18:45 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-28  5:51 [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/ Michał Górny
2025-10-25 15:50 Michał Górny
2025-10-25 15:50 Michał Górny
2025-10-24 19:05 Michał Górny
2025-05-12 10:49 Sam James
2024-07-09 13:04 Sam James
2024-07-09 12:30 Sam James
2024-07-06  6:35 Michał Górny
2024-07-06  6:10 Sam James
2024-06-17 12:32 Michał Górny
2024-05-29 23:32 Sam James
2023-10-06 15:08 Michał Górny
2023-10-06 14:29 Sam James
2023-08-14  6:26 Michał Górny
2023-06-11 16:15 Michał Górny
2023-05-29 19:06 Michał Górny
2023-05-29 19:06 Michał Górny
2023-05-29 15:03 Michał Górny
2023-04-29  7:00 Michał Górny
2023-04-08 16:59 Arthur Zamarin
2023-04-07 13:38 Michał Górny
2023-03-01 19:33 Michał Górny
2023-03-01 17:00 Michał Górny
2023-03-01 16:36 Arthur Zamarin
2023-02-15  9:31 Michał Górny
2023-02-12 15:14 Michał Górny
2023-02-12  5:08 Sam James
2023-01-23  8:20 Michał Górny
2022-12-31 12:37 Michał Górny
2022-12-31 12:11 Sam James
2022-09-17 17:47 Michał Górny
2022-09-17 17:47 Michał Górny
2022-08-10 14:20 Michał Górny
2022-07-28 12:06 Sam James
2022-05-15  3:48 Sam James
2021-06-03 22:34 Michał Górny
2021-06-03 22:34 Michał Górny
2020-12-13  0:37 Sam James
2020-10-02 20:42 Sam James
2020-10-01 12:22 Michał Górny
2020-09-26 10:55 Michał Górny
2020-09-26  4:57 Matt Turner
2020-09-24 16:47 Andreas K. Hüttel
2020-09-24 14:28 Michał Górny
2020-09-24 13:49 Michał Górny
2020-09-24  6:46 Agostino Sarubbo
2020-09-21 18:53 Sergei Trofimovich
2020-09-18 23:53 Sam James
2020-09-18 15:09 Agostino Sarubbo
2020-09-18 15:07 Agostino Sarubbo
2020-09-18 11:04 Andreas K. Hüttel
2020-09-18 10:17 Agostino Sarubbo
2020-09-18 10:07 Agostino Sarubbo
2020-09-18  9:38 Michał Górny
2020-09-09 21:38 Sergei Trofimovich
2020-09-08 19:11 Michał Górny
2020-09-07  7:31 Sergei Trofimovich
2020-09-06 16:22 Michał Górny
2020-09-05 10:51 Michał Górny
2020-09-02  6:33 Sergei Trofimovich
2020-08-30 21:28 Michał Górny
2020-08-30  5:15 Sam James
2020-08-28 19:10 Sergei Trofimovich
2020-08-28  7:54 Sergei Trofimovich
2020-08-27 22:10 Sergei Trofimovich
2020-08-27 14:16 Michał Górny
2020-08-26 19:10 Michał Górny
2020-08-25 19:22 Michał Górny
2020-08-18 16:51 Michał Górny
2020-08-15  8:44 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-30 20:03 Sam James
2020-07-29 10:20 Michał Górny
2020-05-27  7:45 Michał Górny
2020-05-17  7:26 Michał Górny
2020-05-07 14:28 Michał Górny
2020-05-07 13:18 Michał Górny
2020-02-21 14:11 Michał Górny
2019-11-26 11:48 Agostino Sarubbo
2019-11-26  1:15 Aaron Bauman
2019-11-18  9:55 Michał Górny
2019-10-18 18:01 Michał Górny
2019-09-08  6:43 Michał Górny
2019-09-08  6:43 Michał Górny
2019-07-28 14:08 Mikle Kolyada
2019-07-28 14:08 Mikle Kolyada
2019-07-28 14:08 Mikle Kolyada
2019-06-28 10:04 Michael Haubenwallner
2019-06-12  2:29 Aaron Bauman
2019-06-06  6:46 Agostino Sarubbo
2019-06-05  7:12 Agostino Sarubbo
2019-06-04 18:51 Agostino Sarubbo
2019-06-04 14:36 Agostino Sarubbo
2019-05-30 20:08 Sergei Trofimovich
2019-05-30 20:05 Sergei Trofimovich
2019-05-26 22:27 Thomas Deutschmann
2019-05-26 11:37 Mikle Kolyada
2019-05-26  8:27 Sergei Trofimovich
2019-05-04 15:20 Mikle Kolyada
2019-05-04 14:28 Andreas K. Hüttel
2019-04-27 13:49 Michał Górny
2018-09-16 12:59 Mikle Kolyada
2018-09-11  8:18 Michał Górny
2018-09-09 12:14 Mikle Kolyada
2018-08-25 18:08 Sergei Trofimovich
2018-08-23  1:41 Thomas Deutschmann
2018-08-22 21:54 Mart Raudsepp
2018-08-21 18:42 Sergei Trofimovich
2018-08-21  0:13 Sergei Trofimovich
2018-08-21  0:09 Sergei Trofimovich
2018-08-21  0:05 Sergei Trofimovich
2018-08-20  1:14 Mikle Kolyada
2018-08-02 22:07 Michał Górny
2018-08-01 10:04 Michał Górny
2018-07-16 22:16 Michał Górny
2018-06-27 22:15 Sergei Trofimovich
2018-06-27 21:54 Sergei Trofimovich
2018-06-26 18:03 Michał Górny
2018-06-06 19:57 Michał Górny
2018-06-03 20:40 Sergei Trofimovich
2018-06-03  9:49 Mikle Kolyada
2018-06-02  8:01 Michał Górny
2018-05-27  8:41 Michał Górny
2018-05-17  9:09 Mikle Kolyada
2018-05-14 19:21 Tobias Klausmann
2018-05-08  6:24 Sergei Trofimovich
2018-05-06 19:33 Michał Górny
2018-05-04 15:36 Thomas Deutschmann
2018-05-04 12:29 Mart Raudsepp
2018-05-03 21:45 Sergei Trofimovich
2018-05-03  9:27 Mikle Kolyada
2018-04-13 13:31 Michał Górny
2018-04-04 17:07 Michał Górny
2018-03-26 16:14 Michał Górny
2018-03-16 13:32 Michał Górny
2018-03-11 21:50 Matt Turner
2018-03-11 19:57 Michał Górny
2018-03-11 19:55 Michał Górny
2018-02-21 17:20 Michał Górny
2018-02-19 16:28 Michael Haubenwallner
2018-02-13 11:37 Michał Górny
2018-02-09 11:26 Michał Górny
2018-02-06  7:21 Joshua Kinard
2018-02-05 18:24 Michał Górny
2018-02-02 20:13 Michał Górny
2018-02-02 20:13 Michał Górny
2018-02-02 18:16 Michał Górny
2018-01-30 18:19 Michał Górny
2018-01-25 18:57 Michał Górny
2018-01-25 18:45 Michał Górny
2018-01-25 18:45 Michał Górny
2018-01-24 21:48 Michał Górny
2018-01-24 21:48 Michał Górny
2018-01-24 21:22 Michał Górny
2018-01-23 10:39 Michał Górny
2018-01-16 10:52 Michał Górny
2018-01-03 19:22 Michał Górny
2017-12-25 19:22 Markus Meier
2017-12-23 11:17 Markus Meier
2017-12-21 13:07 Sergei Trofimovich
2017-12-10 10:10 Michał Górny
2017-12-10 10:10 Michał Górny
2017-12-10 10:10 Michał Górny
2017-12-10 10:10 Michał Górny
2017-12-04 22:07 Sergei Trofimovich
2017-12-03 10:40 Michał Górny
2017-11-27  8:47 Sergei Trofimovich
2017-11-26 23:18 Michał Górny
2017-11-26 23:18 Michał Górny
2017-11-26 23:18 Michał Górny
2017-11-26 22:35 Zac Medico
2017-11-26 21:02 Sergei Trofimovich
2017-11-25  9:15 Michał Górny
2017-11-21 22:55 Michał Górny
2017-11-21 22:26 Michał Górny

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=1680979518.813b8e7608e32ee6780019b4c489417c70a86b98.mgorny@gentoo \
    --to=mgorny@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