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 3CEC3158083 for ; Sun, 8 Sep 2024 16:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E67C2BC029; Sun, 8 Sep 2024 16:32:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81A7F2BC029 for ; Sun, 8 Sep 2024 16:32:41 +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 B9E2C3430C6 for ; Sun, 8 Sep 2024 16:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F9B11F4A for ; Sun, 8 Sep 2024 16:32:37 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725800563.4f1005e9eb453a2f443d7b2a1a68133cac273e00.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/azpainter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/azpainter/Manifest media-gfx/azpainter/azpainter-3.0.8.ebuild X-VCS-Directories: media-gfx/azpainter/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 4f1005e9eb453a2f443d7b2a1a68133cac273e00 X-VCS-Branch: master Date: Sun, 8 Sep 2024 16:32:37 +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: 942f998d-a9a3-482d-80f1-eb35617493bc X-Archives-Hash: 1712886ef632ef41659574a7232e0f49 commit: 4f1005e9eb453a2f443d7b2a1a68133cac273e00 Author: Takuya Wakazono gmail com> AuthorDate: Sun Sep 8 13:02:43 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Sep 8 13:02:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f1005e9 media-gfx/azpainter: drop 3.0.8 Signed-off-by: Takuya Wakazono gmail.com> media-gfx/azpainter/Manifest | 1 - media-gfx/azpainter/azpainter-3.0.8.ebuild | 63 ------------------------------ 2 files changed, 64 deletions(-) diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest index 240f05821..65846fb6a 100644 --- a/media-gfx/azpainter/Manifest +++ b/media-gfx/azpainter/Manifest @@ -1,2 +1 @@ -DIST azpainter-v3.0.8.tar.bz2 993619 BLAKE2B beca5c3e7f39547c35f2de38933b15ba5fb8b9a840e37b66a9b8371b2a41bdf935556907778bcaf5f669ab76cf414fd766c322fa35d60c07add440f577341068 SHA512 2584e2feb7e4c9853482ab04940c7e2766571a64d76a0f6637fb65d50011b49f1f69d4db718083b90ae6067d6de6898d87e2bf6a8612ba9014267196842b339c DIST azpainter-v3.0.9a.tar.bz2 993555 BLAKE2B dc3880834f016ab7cdf61ab4153e5e50054269cbb8a0d9ad2281d026d69a6a12215bd1503bc3b61da0a2171e7e6af078482c0536587ef62da710e2b3fe9b234e SHA512 d6c360cf6d46d996995fb2d3ff36f80d05696ee218c51346aee1c6c6810c83d41c5c4a9fa2c3a06704866e4e6b51e394d2e7d5570407e38d76789bf17a07b598 diff --git a/media-gfx/azpainter/azpainter-3.0.8.ebuild b/media-gfx/azpainter/azpainter-3.0.8.ebuild deleted file mode 100644 index 4a809f415..000000000 --- a/media-gfx/azpainter/azpainter-3.0.8.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 2018-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit edo ninja-utils toolchain-funcs xdg - -DESCRIPTION="Full color painting software for Linux for illustration drawing" -HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html - https://gitlab.com/azelpg/azpainter" -SRC_URI="https://gitlab.com/azelpg/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" -S="${WORKDIR}/${PN}-v${PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - media-libs/fontconfig - media-libs/freetype - media-libs/libjpeg-turbo:= - media-libs/libpng:= - media-libs/libwebp:= - media-libs/tiff:= - sys-libs/zlib:= - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXext - x11-libs/libXi -" -RDEPEND="${DEPEND}" -BDEPEND=" - ${NINJA_DEPEND} - virtual/pkgconfig -" - -DOCS=( - about_mlk_en.txt - about_mlk_ja.txt - translation/tool/about-en.txt - translation/tool/about-ja.txt -) - -PATCHES=( "${FILESDIR}/${PN}-3.0.7-strict-aliasing.patch" ) - -src_prepare() { - sed -i "s|cc|$(tc-getCC)|" configure || die - sed -i "s|ar rc|$(tc-getAR) rc|" build.ninja.in || die - sed -i "s|doc/@PACKAGE_NAME@|doc/${PF}|" install.sh.in || die - default -} - -src_configure() { - edo sh ./configure --prefix="${EPREFIX}/usr" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_compile() { - eninja -C build -} - -src_install() { - DESTDIR="${D}" eninja -C build install -}