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 E44B6138334 for ; Mon, 21 Oct 2019 14:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3614BE0CA3; Mon, 21 Oct 2019 14:10:31 +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 1BC1DE0CA3 for ; Mon, 21 Oct 2019 14:10:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A7A4534C09C for ; Mon, 21 Oct 2019 14:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18FDB8A1 for ; Mon, 21 Oct 2019 14:10:28 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1571667012.13b7ecc261e7390c2979343c29e3815916d9e336.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmypaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmypaint/libmypaint-1.3.0-r3.ebuild X-VCS-Directories: media-libs/libmypaint/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 13b7ecc261e7390c2979343c29e3815916d9e336 X-VCS-Branch: master Date: Mon, 21 Oct 2019 14:10:28 +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: ecdfe95f-0e04-4499-be49-b9dc6f8011e4 X-Archives-Hash: c2048491b03ddf05bdd754cf1338ed2a commit: 13b7ecc261e7390c2979343c29e3815916d9e336 Author: Sebastian Pipping gentoo org> AuthorDate: Mon Oct 21 14:09:02 2019 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Oct 21 14:10:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b7ecc2 media-libs/libmypaint: Stop enforcing USE=gegl Closes: https://bugs.gentoo.org/690352 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.68, Repoman-2.3.16 media-libs/libmypaint/libmypaint-1.3.0-r3.ebuild | 68 ++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/media-libs/libmypaint/libmypaint-1.3.0-r3.ebuild b/media-libs/libmypaint/libmypaint-1.3.0-r3.ebuild new file mode 100644 index 00000000000..00461e58187 --- /dev/null +++ b/media-libs/libmypaint/libmypaint-1.3.0-r3.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 ) + +inherit autotools python-any-r1 xdg-utils toolchain-funcs + +MY_PV=${PV/_beta/-beta.} +MY_P=${PN}-${MY_PV} + +DESCRIPTION="Library for making brushstrokes" +HOMEPAGE="https://github.com/mypaint/libmypaint" +SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${MY_PV}/${MY_P}.tar.xz" + +LICENSE="ISC" +SLOT="0/0" # first soname component for subslot +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="gegl introspection nls openmp" + +CDEPEND=" + dev-libs/glib:2 + dev-libs/json-c:= + gegl? ( + media-libs/babl + >=media-libs/gegl-0.4.14:0.4[introspection?] + ) + introspection? ( >=dev-libs/gobject-introspection-1.32 ) + openmp? ( sys-devel/gcc:*[openmp] ) + nls? ( sys-devel/gettext ) + " +DEPEND="${CDEPEND} + ${PYTHON_DEPS} + nls? ( dev-util/intltool ) + " +RDEPEND="${CDEPEND} + !