From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE0B2138359 for ; Thu, 12 Nov 2020 20:04:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7323E0903; Thu, 12 Nov 2020 20:04:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8580FE0903 for ; Thu, 12 Nov 2020 20:04:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97242340DA5 for ; Thu, 12 Nov 2020 20:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D965F439 for ; Thu, 12 Nov 2020 20:04:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1605210904.ea9116df9f86a658f3f54879ae83de17a397af60.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/azpainter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/azpainter/Manifest media-gfx/azpainter/azpainter-2.1.7_beta4.ebuild X-VCS-Directories: media-gfx/azpainter/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ea9116df9f86a658f3f54879ae83de17a397af60 X-VCS-Branch: master Date: Thu, 12 Nov 2020 20:04:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1dcfb0bd-23a6-4870-91db-6142e712b941 X-Archives-Hash: 1982bfbc2aef2d508634b74fe62d2442 commit: ea9116df9f86a658f3f54879ae83de17a397af60 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Tue Nov 10 06:26:18 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Nov 12 19:55:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea9116df media-gfx/azpainter: Version bump, 2.1.7b4 Note: Keeping the stable version in case this beta creates issues Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> media-gfx/azpainter/Manifest | 1 + media-gfx/azpainter/azpainter-2.1.7_beta4.ebuild | 32 ++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest index a7b563e1..05cba21f 100644 --- a/media-gfx/azpainter/Manifest +++ b/media-gfx/azpainter/Manifest @@ -1 +1,2 @@ DIST azpainter-2.1.6.tar.xz 747464 BLAKE2B a3d242cb3fa881c761711595686362924e55125f7b33def30949c321b6a23ccb2bed1b4d3df0b7e73ebd4a5f6a75e7c4b99c4116d5e6af62518d03fc92e6de81 SHA512 94ebe3ad8df7148d73a6f73fe383df2d8b9203aa67ef77ebcc68c8fa937ba134315ca757693c5ad33bdf79afd90915779a3086d24f5a81ab767eced50d4d97d9 +DIST azpainter-2.1.7b4.tar.xz 758652 BLAKE2B 9181d68c444a84031b8dd02622a4a04092ce752d6a066cf7763a1678e9a69eae6c73331039199e836a9ab28bc5667f4bc3a72531ea96f82805186d143eb8bf8c SHA512 fbee61033cb43cbd9cc769687a962c685765239995c82224ad024cced92841f629e22982d94eed7113615a043611080d8e1a38918932f9d2f0b9e540a36f67b2 diff --git a/media-gfx/azpainter/azpainter-2.1.7_beta4.ebuild b/media-gfx/azpainter/azpainter-2.1.7_beta4.ebuild new file mode 100644 index 00000000..34f69bdc --- /dev/null +++ b/media-gfx/azpainter/azpainter-2.1.7_beta4.ebuild @@ -0,0 +1,32 @@ +# Copyright 2018-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P="${P//_beta/b}" + +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/${MY_P}.tar.xz" +S="${WORKDIR}/${MY_P}" + +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}" + +src_configure() { + sh ./configure --prefix=/usr CFLAGS="${CFLAGS:-02}" LDFLAGS="${LDFLAGS}" +}