Gentoo Archives: gentoo-commits

From: Ralph Seichter <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/azpainter/
Date: Sat, 30 Nov 2019 19:52:30
Message-Id: 1575132791.480892cd15aff7842d7ff6b0c2bbf6865b6f5680.ralph-seichter@gentoo
1 commit: 480892cd15aff7842d7ff6b0c2bbf6865b6f5680
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sat Nov 30 16:53:11 2019 +0000
4 Commit: Ralph Seichter <gentoo <AT> seichter <DOT> de>
5 CommitDate: Sat Nov 30 16:53:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=480892cd
7
8 media-gfx/azpainter: fix copyright header, fill longdescription
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 media-gfx/azpainter/azpainter-2.1.5.ebuild | 2 +-
13 media-gfx/azpainter/metadata.xml | 10 ++++++++++
14 2 files changed, 11 insertions(+), 1 deletion(-)
15
16 diff --git a/media-gfx/azpainter/azpainter-2.1.5.ebuild b/media-gfx/azpainter/azpainter-2.1.5.ebuild
17 index 2349551..1f88ae8 100644
18 --- a/media-gfx/azpainter/azpainter-2.1.5.ebuild
19 +++ b/media-gfx/azpainter/azpainter-2.1.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@×××××××××.me>
22 +# Copyright 2018-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 diff --git a/media-gfx/azpainter/metadata.xml b/media-gfx/azpainter/metadata.xml
28 index c698af2..a4f0dee 100644
29 --- a/media-gfx/azpainter/metadata.xml
30 +++ b/media-gfx/azpainter/metadata.xml
31 @@ -5,4 +5,14 @@
32 <email>contact@×××××××××.me</email>
33 <name>Haelwenn (lanodan) Monnier</name>
34 </maintainer>
35 + <longdescription lang="en">
36 + Full color painting software for Linux for illustration drawing.
37 + This is not suitable for dot editing.
38 + 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.
39 + </longdescription>
40 + <longdescription lang="ja">
41 + イラスト描画向けのLinux用フルカラーペイントソフトです。
42 + ドット編集には向いていません。
43 + 内部では16bitカラー(15bit固定小数点数)で色を扱うため、色の精度が上がりますが、その分メモリを消費します。
44 + </longdescription>
45 </pkgmetadata>