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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E09D715806E for ; Fri, 19 May 2023 16:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 981AEE0869; Fri, 19 May 2023 16:39:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 77C72E0823 for ; Fri, 19 May 2023 16:39:11 +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 8E526340D8B for ; Fri, 19 May 2023 16:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB0F8A65 for ; Fri, 19 May 2023 16:39:08 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1684514147.f9372760f4936e56e84aaaea5a5d5ac5645b78b1.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-sorcery/Manifest app-portage/g-sorcery/g-sorcery-0.2.2-r1.ebuild X-VCS-Directories: app-portage/g-sorcery/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f9372760f4936e56e84aaaea5a5d5ac5645b78b1 X-VCS-Branch: master Date: Fri, 19 May 2023 16:39:08 +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: 633827ba-8129-4e01-bffb-7a3d162909b0 X-Archives-Hash: 1d81e31113d715dc73b418222e1e4723 commit: f9372760f4936e56e84aaaea5a5d5ac5645b78b1 Author: Ulrich Müller gentoo org> AuthorDate: Fri May 19 16:05:26 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 19 16:35:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9372760 app-portage/g-sorcery: drop 0.2.2-r1 Signed-off-by: Ulrich Müller gentoo.org> app-portage/g-sorcery/Manifest | 1 - app-portage/g-sorcery/g-sorcery-0.2.2-r1.ebuild | 47 ------------------------- 2 files changed, 48 deletions(-) diff --git a/app-portage/g-sorcery/Manifest b/app-portage/g-sorcery/Manifest index 2ba98ef92b81..448bb1fd225f 100644 --- a/app-portage/g-sorcery/Manifest +++ b/app-portage/g-sorcery/Manifest @@ -1,2 +1 @@ -DIST g-sorcery-0.2.2.tar.gz 55707 BLAKE2B 59466e116caff697618154f3c9d8a2c11809ac0c1d367a35a7773fdcad381e283c2426310ccd4f843e10e6fc5143061f2ee575bdd190a1a51d7691be0d452d73 SHA512 a63b6a49225fbf5105666a6d8094f04534674c4773eb8008e2cb8e2eb75291011d53ff3f1bf6dd456496469d537a97151feca73b9b26553cf1fda9d3128534cb DIST g-sorcery-0.2.3.tar.gz 55672 BLAKE2B f94ec2f449f4b6ae71df4de88519e0a766e543200829cf3ee1535086194c8365a68abfb4156dfd1bbe27b212e1d5c90b5acc7d32b87818f6292e02715c0a59c7 SHA512 2090c93b27b66ab155b3f05ffcddc4790e5d2e68ec02b089fd21c2f56b562dfe4b3ba4820b8c37876be38b2774b466849b6f6b1b03674c3c9d0226ad0049b943 diff --git a/app-portage/g-sorcery/g-sorcery-0.2.2-r1.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.2-r1.ebuild deleted file mode 100644 index 9877248dd28d..000000000000 --- a/app-portage/g-sorcery/g-sorcery-0.2.2-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9,10} ) -DISTUTILS_USE_SETUPTOOLS=no - -inherit distutils-r1 prefix - -DESCRIPTION="framework for ebuild generators" -HOMEPAGE="https://gitweb.gentoo.org/proj/g-sorcery.git - https://github.com/jauhien/g-sorcery" -SRC_URI="https://gitweb.gentoo.org/proj/g-sorcery.git/snapshot/${P}.tar.gz" - -LICENSE="GPL-2" # v2 only -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="bson git test" -RESTRICT="!test? ( test )" - -RDEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] ) - git? ( dev-vcs/git ) - sys-apps/portage[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND}" -PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),${PYTHON_USEDEP}]" - -src_prepare() { - hprefixify setup.py - default -} - -python_test() { - PYTHONPATH="." "${PYTHON}" scripts/run_tests.py || die -} - -python_install_all() { - distutils-r1_python_install_all - - doman docs/*.8 - - docinto html - dodoc docs/developer_instructions.html - - diropts -m0777 - keepdir /var/lib/g-sorcery -}