From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/azpainter/
Date: Thu, 1 Feb 2024 22:00:27 +0000 (UTC) [thread overview]
Message-ID: <1706785089.61f066a62c011e4a65f524afc2f0fa98cc6b782f.davidroman@gentoo> (raw)
commit: 61f066a62c011e4a65f524afc2f0fa98cc6b782f
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Feb 1 10:52:47 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Feb 1 10:58:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61f066a6
media-gfx/azpainter: drop 3.0.3, 3.0.4
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
media-gfx/azpainter/Manifest | 2 --
media-gfx/azpainter/azpainter-3.0.3.ebuild | 55 ------------------------------
media-gfx/azpainter/azpainter-3.0.4.ebuild | 49 --------------------------
3 files changed, 106 deletions(-)
diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest
index 0e5b84ccfd..3e8a36894d 100644
--- a/media-gfx/azpainter/Manifest
+++ b/media-gfx/azpainter/Manifest
@@ -1,3 +1 @@
-DIST azpainter-v3.0.3.tar.gz 1260272 BLAKE2B b0d7e21f4a24ef27e6d4cbc639624dcc333d19f477dbf436bf72929473e07318246009d3291e56296d8f8a46d1f10d2dc1b8224f99c94dc46672f9c91827ce9f SHA512 7c363127d1bb3ad9c212ec3a226b047edff0452e46d0d8de52fefaf2399d72a4e3211b2b32ea57a43a9d705ad06729543c4ab401dba672a909568b7935b67801
-DIST azpainter-v3.0.4.tar.gz 1283239 BLAKE2B a0632909c4b066309fd5a696b7839526f5a2a4dbf91a3c77a27ad199ea83fb09b5f711effe3c77da629e2dfffe30a0b09eda66a939affa1f52f3c73ed3ca14e1 SHA512 44fd259d50ef794c223e7bed9f4ccf9c5fe6b0905e521066e279b33c836d8d0090c01229b63444ea459477f2aef174d9876b1811753d0a253cef02ffe4e95af2
DIST azpainter-v3.0.7.tar.bz2 992188 BLAKE2B a027ddcc424a3d3edaeae3a50e5c8bf24214f1420f1e99aaae0ddcc3ec7401a032b7aea5181e0efc7c55855deb65580d355ee2859f7603bb321b461f2cf57843 SHA512 bf46b4a895bb4a2abf4d88442eacee3d580ae93a07de281af4bf57397b08dcd88fa8064693e54d285e101463fc010ebec4e0d54d735e0c26a4cbdacd4ce11a0d
diff --git a/media-gfx/azpainter/azpainter-3.0.3.ebuild b/media-gfx/azpainter/azpainter-3.0.3.ebuild
deleted file mode 100644
index 33f77ce980..0000000000
--- a/media-gfx/azpainter/azpainter-3.0.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2018-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit 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.gz"
-S="${WORKDIR}/${PN}-v${PV}"
-
-LICENSE="GPL-3"
-SLOT="0/3"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- x11-libs/libX11:=
- x11-libs/libXext:=
- x11-libs/libXcursor:=
- x11-libs/libXi:=
- media-libs/freetype:=
- media-libs/fontconfig:=
- sys-libs/zlib:=
- media-libs/libpng:=
- media-libs/libjpeg-turbo:=
- media-libs/libwebp:=
- media-libs/tiff:=
-"
-RDEPEND="${DEPEND}"
-
-DOCS=(
- about_mlk_en.txt
- about_mlk_ja.txt
- translation/tool/about-en.txt
- translation/tool/about-ja.txt
-)
-
-src_configure() {
- sh ./configure \
- --prefix=/usr \
- --docdir=/usr/share/doc/${PF} \
- CC="$(tc-getCC)" CFLAGS="${CFLAGS:-02}" LDFLAGS="${LDFLAGS}" || die
-}
-
-src_compile() {
- tc-export AR
- default
-}
-
-src_install() {
- default
- rm "${ED}"/usr/share/doc/${PF}/GPL3
-}
diff --git a/media-gfx/azpainter/azpainter-3.0.4.ebuild b/media-gfx/azpainter/azpainter-3.0.4.ebuild
deleted file mode 100644
index 79d5a1d0dc..0000000000
--- a/media-gfx/azpainter/azpainter-3.0.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2018-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit edo 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.gz"
-S="${WORKDIR}/${PN}-v${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXcursor
- x11-libs/libXi
- media-libs/freetype
- media-libs/fontconfig
- sys-libs/zlib:=
- media-libs/libpng:=
- media-libs/libjpeg-turbo:=
- media-libs/libwebp:=
- media-libs/tiff
-"
-RDEPEND="${DEPEND}"
-
-DOCS=(
- about_mlk_en.txt
- about_mlk_ja.txt
- translation/tool/about-en.txt
- translation/tool/about-ja.txt
-)
-
-src_configure() {
- tc-export AR
- edo sh ./configure --prefix=/usr --docdir=/usr/share/doc/${PF} \
- CC="$(tc-getCC)" CFLAGS="${CFLAGS:-02}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- default
- rm "${ED}"/usr/share/doc/${PF}/GPL3
-}
next reply other threads:[~2024-02-01 22:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-01 22:00 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-08 16:32 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/azpainter/ David Roman
2024-09-08 16:32 David Roman
2024-08-05 5:20 Viorel Munteanu
2024-08-05 5:20 Viorel Munteanu
2024-02-24 13:44 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=1706785089.61f066a62c011e4a65f524afc2f0fa98cc6b782f.davidroman@gentoo \
--to=davidroman96@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