Merge updates from master

This commit is contained in:
Repository mirror & CI
2019-11-30 20:05:36 +00:00
6 changed files with 46 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ IUSE="doc test"
RESTRICT="!test? ( test )"
DEPEND="
${PYTHON_DEP}
${PYTHON_DEPS}
doc? (
dev-python/breathe[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
@@ -37,7 +37,7 @@ DEPEND="
"
RDEPEND="
${PYTHON_DEP}
${PYTHON_DEPS}
dev-cpp/eigen:3
sys-apps/texinfo
sys-devel/gettext[cxx]

View File

@@ -0,0 +1 @@
DIST azpainter-2.1.5.tar.xz 825892 BLAKE2B c6430393bb7dc3fd4b38357f696ec1da567b2b5763ed5e51526fa7948bf8c7a25b8200771607ecd86ed927d3692c5b4a72c471d8e354a7da48aa952b934ea852 SHA512 9797a22d512a26cdf2d441f91c5b77e9a8221433d33359782486f2254fffdaa30daae04da77e899b4068e5988aa67dfda3b7bb915d41a807e3069f84c8d15a3a

View File

@@ -0,0 +1,25 @@
# Copyright 2018-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Full color painting software for Linux for illustration drawing"
HOMEPAGE="http://azsky2.html.xdomain.jp/linux/azpainter.html https://github.com/Symbian9/azpainter"
SRC_URI="https://osdn.net/dl/azpainter/${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}"

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
<longdescription lang="en">
Full color painting software for Linux for illustration drawing.
This is not suitable for dot editing.
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固定小数点数)で色を扱うため、色の精度が上がりますが、その分メモリを消費します。
</longdescription>
</pkgmetadata>

View File

@@ -3,7 +3,6 @@
EAPI=7
if [[ "${PV}" == "9999" ]]
then
EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git"

View File

@@ -3,7 +3,6 @@
EAPI=7
if [[ "${PV}" == "9999" ]]
then
EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git"