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 0C87713832E for ; Mon, 18 Jul 2016 16:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 513E521C07B; Mon, 18 Jul 2016 16:18:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CA8121C07B for ; Mon, 18 Jul 2016 16:18:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9950A340961 for ; Mon, 18 Jul 2016 16:18:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD9D72451 for ; Mon, 18 Jul 2016 16:18:40 +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: <1468858708.76d49b5609a56bdc5b817ac65be4593b2cb450a7.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmypaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmypaint/Manifest media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild media-libs/libmypaint/metadata.xml X-VCS-Directories: media-libs/libmypaint/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 76d49b5609a56bdc5b817ac65be4593b2cb450a7 X-VCS-Branch: master Date: Mon, 18 Jul 2016 16:18:40 +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-Archives-Salt: 439667e7-c299-4559-a722-3101c277f154 X-Archives-Hash: 67eb6ecfd8f684de7208d8963a8c8748 commit: 76d49b5609a56bdc5b817ac65be4593b2cb450a7 Author: Sebastian Pipping gentoo org> AuthorDate: Mon Jul 18 15:25:59 2016 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Jul 18 16:18:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d49b56 media-libs/libmypaint: 1.3.0_beta1 (bug #569548) Package-Manager: portage-2.2.28 media-libs/libmypaint/Manifest | 1 + .../libmypaint/libmypaint-1.3.0_beta1.ebuild | 53 ++++++++++++++++++++++ media-libs/libmypaint/metadata.xml | 11 +++++ 3 files changed, 65 insertions(+) diff --git a/media-libs/libmypaint/Manifest b/media-libs/libmypaint/Manifest new file mode 100644 index 0000000..bf753e8 --- /dev/null +++ b/media-libs/libmypaint/Manifest @@ -0,0 +1 @@ +DIST libmypaint-1.3.0-beta.1.tar.xz 421424 SHA256 d39138b21b9057376138e64f09f4c4741a14a7baed71d6f0ba9bc2504d69f9ee SHA512 ae98ec8947d521749d82bc1e683efcace2da7e3c8b8453e79e5191d65225f0963394344628d646947f79b141503d268277d26ce2eeaf482bbe24f1bfb1d103fa WHIRLPOOL af50526090b0613d3eca89dd8a6773f93889d2b966263e1497c8008bf2ef73c491559ddb5c14a3bfa9c4d407755780b4a9d54a2f6a572eedf2a9415d6ce4ef45 diff --git a/media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild b/media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild new file mode 100644 index 0000000..17d556c --- /dev/null +++ b/media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +inherit python-any-r1 + +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="~amd64 ~x86" +IUSE="gegl introspection nls openmp" + +CDEPEND=" + dev-libs/glib:2 + dev-libs/json-c + gegl? ( + media-libs/babl + media-libs/gegl:0.3[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} + ! + + + + sping@gentoo.org + Sebastian Pipping + + + Add support for media-libs/gegl + +