public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/azpainter/
Date: Mon, 12 May 2025 17:05:45 +0000 (UTC)	[thread overview]
Message-ID: <1747069496.a2255500241eca43a7ccfcac4164798bb635bf15.pastalian46@gentoo> (raw)

commit:     a2255500241eca43a7ccfcac4164798bb635bf15
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon May 12 17:04:56 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon May 12 17:04:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2255500

media-gfx/azpainter: drop 3.0.11

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 media-gfx/azpainter/Manifest                |  1 -
 media-gfx/azpainter/azpainter-3.0.11.ebuild | 65 -----------------------------
 2 files changed, 66 deletions(-)

diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest
index c1d136f1e..04ddc3da0 100644
--- a/media-gfx/azpainter/Manifest
+++ b/media-gfx/azpainter/Manifest
@@ -1,2 +1 @@
-DIST azpainter-v3.0.11.tar.bz2 993850 BLAKE2B d1aa9bd210d3a59a1310a121c129ff69f6c77724ebbb5688102ff778fa961f362c4bcb206e3acb9c1ff70d2617fb904b1dd1ced44235fcf890af984b83c5d5ba SHA512 07d04582dab0315b7c1c1d9bc6b95ce117340bfedbd09a46926c23d2c01752462f4173f150b1a1c713e118cd6ae50d19f4ac28ed691fb0d089c7d300cc86bad9
 DIST azpainter-v3.0.12.tar.bz2 993605 BLAKE2B 02380af0a1c2f37ec2a3845f8683710270e114ab09087a9f125a242894b5946557829bf10d00e1bb290c9d7b5037be626810fd1affca1534c5cd8351c246cc47 SHA512 e2ffac4c2d92267b6a0f4a329c4ab2717cab65551b325198c09a8d5326e2a9fcceee988add02bdfbbe4ad8f9a913d7fd585d37d43c843670c3dbdbf6a69a92a2

diff --git a/media-gfx/azpainter/azpainter-3.0.11.ebuild b/media-gfx/azpainter/azpainter-3.0.11.ebuild
deleted file mode 100644
index 14a8728bf..000000000
--- a/media-gfx/azpainter/azpainter-3.0.11.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2018-2025 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="
-	https://azelpg.gitlab.io/azsky2/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
-}


             reply	other threads:[~2025-05-12 17:05 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-12 17:05 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-12 17:05 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/azpainter/ Takuya Wakazono
2025-02-18 14:19 Takuya Wakazono
2025-02-18 14:19 Takuya Wakazono
2025-01-22 14:37 Takuya Wakazono
2025-01-22 14:37 Takuya Wakazono
2024-09-08 13:04 Takuya Wakazono
2024-09-08 13:04 Takuya Wakazono
2024-08-04  9:36 Takuya Wakazono
2024-08-04  9:36 Takuya Wakazono
2024-02-24 12:14 Haelwenn Monnier
2024-02-01 10:58 Takuya Wakazono
2022-05-30 17:47 Anna Vyalkova
2022-01-28  6:19 Anna Vyalkova
2021-07-16  0:20 Anna Vyalkova
2021-06-12 20:18 Anna Vyalkova
2021-05-26 12:53 Anna Vyalkova
2021-04-13 11:53 Andrew Ammerlaan
2021-01-28  9:40 Haelwenn Monnier
2021-01-28  9:40 Haelwenn Monnier
2020-12-23  8:49 Haelwenn Monnier
2020-11-12 19:59 Haelwenn Monnier
2020-06-26  8:28 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-26  8:28 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-30  3:36 Haelwenn Monnier
2019-11-30 16:53 Haelwenn Monnier
2019-11-30  6:35 Haelwenn Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1747069496.a2255500241eca43a7ccfcac4164798bb635bf15.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox