public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/azpainter/
Date: Mon,  5 Aug 2024 05:20:26 +0000 (UTC)	[thread overview]
Message-ID: <1722763775.6f1e3270e0ec1145581ac567bcabebd8bc7f3303.ceamac@gentoo> (raw)

commit:     6f1e3270e0ec1145581ac567bcabebd8bc7f3303
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Aug  4 09:23:41 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 09:29:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f1e3270

media-gfx/azpainter: drop 3.0.7

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

 media-gfx/azpainter/Manifest               |  1 -
 media-gfx/azpainter/azpainter-3.0.7.ebuild | 62 ------------------------------
 2 files changed, 63 deletions(-)

diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest
index 4293d6aa6..0023be580 100644
--- a/media-gfx/azpainter/Manifest
+++ b/media-gfx/azpainter/Manifest
@@ -1,2 +1 @@
-DIST azpainter-v3.0.7.tar.bz2 992188 BLAKE2B a027ddcc424a3d3edaeae3a50e5c8bf24214f1420f1e99aaae0ddcc3ec7401a032b7aea5181e0efc7c55855deb65580d355ee2859f7603bb321b461f2cf57843 SHA512 bf46b4a895bb4a2abf4d88442eacee3d580ae93a07de281af4bf57397b08dcd88fa8064693e54d285e101463fc010ebec4e0d54d735e0c26a4cbdacd4ce11a0d
 DIST azpainter-v3.0.8.tar.bz2 993619 BLAKE2B beca5c3e7f39547c35f2de38933b15ba5fb8b9a840e37b66a9b8371b2a41bdf935556907778bcaf5f669ab76cf414fd766c322fa35d60c07add440f577341068 SHA512 2584e2feb7e4c9853482ab04940c7e2766571a64d76a0f6637fb65d50011b49f1f69d4db718083b90ae6067d6de6898d87e2bf6a8612ba9014267196842b339c

diff --git a/media-gfx/azpainter/azpainter-3.0.7.ebuild b/media-gfx/azpainter/azpainter-3.0.7.ebuild
deleted file mode 100644
index 35036a1f0..000000000
--- a/media-gfx/azpainter/azpainter-3.0.7.ebuild
+++ /dev/null
@@ -1,62 +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}/${P}-strict-aliasing.patch" )
-
-src_prepare() {
-	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:[~2024-08-05  5:20 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-05  5:20 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-19 11:08 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/azpainter/ David Roman
2025-02-19 11:08 David Roman
2025-01-22 14:53 Haelwenn Monnier
2025-01-22 14:53 Haelwenn Monnier
2024-09-08 16:32 David Roman
2024-09-08 16:32 David Roman
2024-08-05  5:20 Viorel Munteanu
2024-02-24 13:44 David Roman
2024-02-01 22:00 David Roman
2022-02-01 10:38 Florian Schmaus
2021-06-13  8:49 Haelwenn Monnier
2021-05-26 13:42 Andrew Ammerlaan
2021-01-28 11:45 Andrew Ammerlaan
2021-01-28 11:45 Andrew Ammerlaan
2020-12-23 10:24 Andrew Ammerlaan
2020-11-12 20:04 Andrew Ammerlaan
2020-06-26  8:28 Andrew Ammerlaan
2020-04-30  9:53 Andrew Ammerlaan
2019-11-30 19:52 Ralph Seichter
2019-11-30 19:52 Ralph Seichter

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=1722763775.6f1e3270e0ec1145581ac567bcabebd8bc7f3303.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --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