From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 C3DDA15802F for ; Sun, 5 Mar 2023 11:15:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C18EE0837; Sun, 5 Mar 2023 11:15:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7009AE0837 for ; Sun, 5 Mar 2023 11:15:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B25634139A for ; Sun, 5 Mar 2023 11:15:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AF378C7 for ; Sun, 5 Mar 2023 11:15:40 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1678011090.e167d4bc525b22cdac8362ebff34b6538e9ed6da.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-misc/gay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-misc/gay/Manifest games-misc/gay/gay-1.2.9.ebuild X-VCS-Directories: games-misc/gay/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: e167d4bc525b22cdac8362ebff34b6538e9ed6da X-VCS-Branch: dev Date: Sun, 5 Mar 2023 11:15:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa8da9d8-3962-4f3f-ba11-7c8c53edb4b3 X-Archives-Hash: a189cf8d8a15f64ca6c736f017b44c68 commit: e167d4bc525b22cdac8362ebff34b6538e9ed6da Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Mar 5 10:11:30 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Mar 5 10:11:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e167d4bc games-misc/gay: add 1.2.9 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> games-misc/gay/Manifest | 1 + games-misc/gay/gay-1.2.9.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/games-misc/gay/Manifest b/games-misc/gay/Manifest index 432051ba7..961b0c483 100644 --- a/games-misc/gay/Manifest +++ b/games-misc/gay/Manifest @@ -1 +1,2 @@ DIST gay-1.2.8.tar.gz 5240 BLAKE2B 1166566319706c0f44f487b1c58be07363cdc8d0c9e0b61a9debb47d8684072d06da1ef2593cb4bd178d43ab2059eaff7559ee0a2db57e39cc0e2772c9fa4d6f SHA512 b2666b468d6fb6183bc1546769d58d9596529c2f4df58a2dcaa56f319ee1fbc16f6106efbe51128e15dd60c5a34a1f85423e98b4263aed6bee907dc923854e46 +DIST gay-1.2.9.tar.gz 5961 BLAKE2B b3e6ec98cb6aee8fc44c4b9618f589f5a6f5900ae08537428f5bd8c354672e351dde45ac40ccf39ee02f21865ba7eb0abae43a310f70782f168ccd7de14d1939 SHA512 fb882696dee76f33e24af5cd75f8a16d96947a49ec28e2203b1306a7dc069a92c31114cce72414e8dd4d931a5daf67429952012a7ea1bd623d7a29365b253bb3 diff --git a/games-misc/gay/gay-1.2.9.ebuild b/games-misc/gay/gay-1.2.9.ebuild new file mode 100644 index 000000000..afdd6fb52 --- /dev/null +++ b/games-misc/gay/gay-1.2.9.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Colour your text / terminal to be more gay" +HOMEPAGE=" + https://pypi.org/project/gay/ + https://github.com/ms-jpq/gay +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"