From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id AB8D61581EE for ; Wed, 09 Apr 2025 13:44:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 92ABF343170 for ; Wed, 09 Apr 2025 13:44:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 93D291104B6; Wed, 09 Apr 2025 13:44:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 879CD1104B6 for ; Wed, 09 Apr 2025 13:44: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 331903431DD for ; Wed, 09 Apr 2025 13:44:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85FC5159F for ; Wed, 09 Apr 2025 13:44:41 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1744206260.149d5e3cc60e1567ad9215c14f79d6bf07bbbeb4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/mypaint/mypaint-2.0.1-r3.ebuild X-VCS-Directories: media-gfx/mypaint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 149d5e3cc60e1567ad9215c14f79d6bf07bbbeb4 X-VCS-Branch: master Date: Wed, 09 Apr 2025 13:44:41 +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: 73801153-974f-49b5-8f53-ea24463f66a2 X-Archives-Hash: 79f6f14ae698a1be0862b16ae0790bfb commit: 149d5e3cc60e1567ad9215c14f79d6bf07bbbeb4 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 9 13:38:29 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 9 13:44:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149d5e3c media-gfx/mypaint: Remove old Signed-off-by: Michał Górny gentoo.org> media-gfx/mypaint/mypaint-2.0.1-r3.ebuild | 79 ------------------------------- 1 file changed, 79 deletions(-) diff --git a/media-gfx/mypaint/mypaint-2.0.1-r3.ebuild b/media-gfx/mypaint/mypaint-2.0.1-r3.ebuild deleted file mode 100644 index 10930b0a7498..000000000000 --- a/media-gfx/mypaint/mypaint-2.0.1-r3.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -DISTUTILS_SINGLE_IMPL=1 - -inherit desktop distutils-r1 xdg - -DESCRIPTION="Fast and easy graphics application for digital painters" -HOMEPAGE="http://mypaint.app/" -SRC_URI="https://github.com/mypaint/${PN}/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="openmp" -LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk zh_CN zh_TW" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - >=dev-python/pycairo-1.4[${PYTHON_USEDEP}] - dev-python/protobuf[${PYTHON_USEDEP}] - ') - >=dev-libs/json-c-0.11:= - gnome-base/librsvg - media-gfx/mypaint-brushes:2.0 - media-libs/lcms:2 - >=media-libs/libmypaint-1.5.0[openmp?] - media-libs/libpng:= - sys-devel/gettext - llvm-runtimes/openmp - x11-libs/gdk-pixbuf[jpeg] - x11-libs/gtk+:3 -" -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - dev-lang/swig - sys-devel/gettext - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${PN}-2.0.1-r1-build-system.patch - "${FILESDIR}"/${P}-GIL-hold.patch - "${FILESDIR}"/${P}-setuptools.patch - "${FILESDIR}"/${PN}-2.0.1-python3.11.patch -) - -distutils_enable_tests setup.py - -src_compile() { - # --disable-openmp can't be passed to setup.py build, - # only setup.py build_ext. - # Trying to call build_ext then build and such fails. - # - # We just override the environment instead for simplicity. - local openmp=$(usex openmp '-fopenmp' '-fno-openmp') - - OPENMP_CFLAG="${openmp}" OPENMP_LDFLAG="${openmp}" distutils-r1_src_compile -} - -src_install() { - distutils-r1_src_install - - newicon pixmaps/${PN}_logo.png ${PN}.png - - local lang= - for lang in ${LANGS}; do - if ! has ${lang} ${LINGUAS}; then - rm -rf "${ED}"/usr/share/locale/${lang} || die - fi - done -}