commit:     fb4326d89e48d949c46a93480be746795c8344a4
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jun 12 13:51:13 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Jun 12 20:17:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb4326d8

media-gfx/azpainter: add 3.0.1, drop old

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 media-gfx/azpainter/Manifest                       |  3 +-
 media-gfx/azpainter/azpainter-2.1.7.ebuild         | 43 ----------------------
 ...painter-3.0.0.ebuild => azpainter-3.0.1.ebuild} |  7 ++--
 media-gfx/azpainter/metadata.xml                   |  9 +++--
 4 files changed, 11 insertions(+), 51 deletions(-)

diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest
index ec3e16aa9..f92cc5171 100644
--- a/media-gfx/azpainter/Manifest
+++ b/media-gfx/azpainter/Manifest
@@ -1,2 +1 @@
-DIST azpainter-2.1.7.tar.xz 758960 BLAKE2B 
a70371777d8f5a8a976032fb13fe21343d852442c3ca1eaa8d4ebdb0aeec25bf9d532a2d03c58c55df629b4a299b2d40100ba83909476d4e0a15b05ea27a5527
 SHA512 
7edcfe1e3a1f87b6cd3006da288d9a11c3667f49da73d9fa7665f4e2edb90282b30ec356b5f1eda3559b3c51c1f99e585f4b60d6039ba3c8c28da50022f9c798
-DIST azpainter-3.0.0.tar.xz 884588 BLAKE2B 
fd5e17c94d6b578ba40107aacf0f35cb6378ae93f984184cda317d2229daf9fc32ae2cdbec8732cfab34f31d51eb74677876fb732b7b4959ea11502f693666e9
 SHA512 
5e47ae67ff920190cb007da35b2750874e6ea7a78df969424d54033e9f66b4c77b804ebbae1f2717370d161ac387d93c859bf2b87e1b2fc70dec2cb6c535386c
+DIST azpainter-v3.0.1.tar.gz 1235950 BLAKE2B 
acad0b8b21152e7304b19319df2f4cc1b2fd76d053f79d3704fba573702ce498a48974e8a1a539b34572a3de561c88116c83c6d0c1ae48d51763e5722c639d36
 SHA512 
8464c2514d492ff0042b9788d4132fe0cb202133c31f83da412b3bfe0dea75d5aaadf319b87f81991308a127460044ff358ae555a24d9583a0c29a3367940b35

diff --git a/media-gfx/azpainter/azpainter-2.1.7.ebuild 
b/media-gfx/azpainter/azpainter-2.1.7.ebuild
deleted file mode 100644
index 0a46c057a..000000000
--- a/media-gfx/azpainter/azpainter-2.1.7.ebuild
+++ /dev/null
@@ -1,43 +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";
-SRC_URI="http://azsky2.html.xdomain.jp/arc/${P}.tar.xz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       x11-libs/libX11:=
-       x11-libs/libXext:=
-       x11-libs/libXi:=
-       media-libs/freetype:=
-       media-libs/fontconfig:=
-       sys-libs/zlib:=
-       media-libs/libpng:=
-       media-libs/libjpeg-turbo:=
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog ReadMe_en ReadMe_ja manual_ja.html )
-
-src_configure() {
-       sh ./configure --prefix=/usr CC="$(tc-getCC)" CFLAGS="${CFLAGS:-02}" 
LDFLAGS="${LDFLAGS}" || die "./configure failed"
-}
-
-src_compile() {
-       tc-export AR
-       default
-}
-
-src_install() {
-       default
-       rm -r "${D}/usr/share/doc/${PN}" || die
-}

diff --git a/media-gfx/azpainter/azpainter-3.0.0.ebuild 
b/media-gfx/azpainter/azpainter-3.0.1.ebuild
similarity index 81%
rename from media-gfx/azpainter/azpainter-3.0.0.ebuild
rename to media-gfx/azpainter/azpainter-3.0.1.ebuild
index 16bc4ac05..33f77ce98 100644
--- a/media-gfx/azpainter/azpainter-3.0.0.ebuild
+++ b/media-gfx/azpainter/azpainter-3.0.1.ebuild
@@ -6,13 +6,14 @@ 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";
-SRC_URI="http://azsky2.html.xdomain.jp/arc/${P}.tar.xz";
+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"
-IUSE=""
 
 DEPEND="
        x11-libs/libX11:=

diff --git a/media-gfx/azpainter/metadata.xml b/media-gfx/azpainter/metadata.xml
index a4f0deef9..fa2500ce0 100644
--- a/media-gfx/azpainter/metadata.xml
+++ b/media-gfx/azpainter/metadata.xml
@@ -11,8 +11,11 @@
                Since the color is handled with 16 bit color (15 bit fixed 
point number) internally, the accuracy of color rises, but the memory is 
consumed correspondingly.
        </longdescription>
        <longdescription lang="ja">
-       イラスト描画向けのLinux用フルカラーペイントソフトです。
-       ドット編集には向いていません。
-       内部では16bitカラー(15bit固定小数点数)で色を扱うため、色の精度が上がりますが、その分メモリを消費します。
+               イラスト描画向けのLinux用フルカラーペイントソフトです。
+               ドット編集には向いていません。
+               内部では16bitカラー(15bit固定小数点数)で色を扱うため、色の精度が上がりますが、その分メモリを消費します。
        </longdescription>
+       <upstream>
+               <remote-id type="gitlab">azelpg/azpainter</remote-id>
+       </upstream>
 </pkgmetadata>

Reply via email to