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 ED1C41581C1 for ; Thu, 11 Jul 2024 15:41:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01A242BC04D; Thu, 11 Jul 2024 15:41:43 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7BFD2BC04C for ; Thu, 11 Jul 2024 15:41: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 B4F34342DEF for ; Thu, 11 Jul 2024 15:41:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0EA61E29 for ; Thu, 11 Jul 2024 15:41:38 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1720712273.8f13f4daf81b2ed4c86066167d1667486bc7fee1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xdot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xdot/Manifest media-gfx/xdot/xdot-1.3.ebuild X-VCS-Directories: media-gfx/xdot/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8f13f4daf81b2ed4c86066167d1667486bc7fee1 X-VCS-Branch: master Date: Thu, 11 Jul 2024 15:41:38 +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: 35da4057-3a6d-4c9e-ab6c-1a0047ea653d X-Archives-Hash: 1f086c0e7efe8fe463d6cd6749071abd commit: 8f13f4daf81b2ed4c86066167d1667486bc7fee1 Author: Matt Turner gentoo org> AuthorDate: Thu Jul 11 15:37:05 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jul 11 15:37:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f13f4da media-gfx/xdot: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-gfx/xdot/Manifest | 1 - media-gfx/xdot/xdot-1.3.ebuild | 44 ------------------------------------------ 2 files changed, 45 deletions(-) diff --git a/media-gfx/xdot/Manifest b/media-gfx/xdot/Manifest index 76f29d6dde1e..28ef33da829e 100644 --- a/media-gfx/xdot/Manifest +++ b/media-gfx/xdot/Manifest @@ -1,2 +1 @@ -DIST xdot-1.3.tar.gz 144187 BLAKE2B 38e89a8c47dd519a79221634ed3e451cc5ba9c0448545802561e92876c06af599b3327d2ab808d5f81842826baddc42d3921da9c6885a2b6485e39c79de80c9f SHA512 8d66a64182970b968adbb5031d17f0b2b3709d4daa0f6d32ba0e3616177be1e43bcaa62a3133a3a0d92f8468dbc12147918d04b5d543b94b5df6d39b7af31e17 DIST xdot-1.4.tar.gz 144405 BLAKE2B bcca54099ad88ebbf82dc168d837f7343f527d8aff63d27e315e60267b4edecca97c2f69e47a6bd5889e9da7bd801ba38950f5f01ff1f0e40389551c6ded2890 SHA512 36065ca840ea0f3ffeca3d7bb16aa3f68b79ef3c7d43f0ba80d100d198f89edee1ca9cb3baff378a63c53a527c37dcccbd7262fd1aa26b7c61bc9e2c55c6e3ed diff --git a/media-gfx/xdot/xdot-1.3.ebuild b/media-gfx/xdot/xdot-1.3.ebuild deleted file mode 100644 index 2d99d3cb2ca2..000000000000 --- a/media-gfx/xdot/xdot-1.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -MY_PN=xdot.py -EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}" - -if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-r3" -else - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" - MY_P="${MY_PN}-${PV}" - S="${WORKDIR}/${MY_P}" - SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -inherit ${GIT_ECLASS} distutils-r1 virtualx - -DESCRIPTION="Interactive viewer for Graphviz dot files" -HOMEPAGE="https://github.com/jrfonseca/xdot.py" - -LICENSE="LGPL-2+" -SLOT="0" - -DEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - media-gfx/graphviz - test? ( x11-libs/gtk+:3[X] ) -" -RDEPEND="${DEPEND}" - -run_test() { - cd tests && "${EPYTHON}" ../test.py *.dot graphs/*.gv - return "${?}" -} - -python_test() { - virtx run_test -}