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 46EEE1395E3 for ; Wed, 16 Nov 2016 20:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E328E0B69; Wed, 16 Nov 2016 20:05:52 +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 E9CEDE0B69 for ; Wed, 16 Nov 2016 20:05:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A7142341063 for ; Wed, 16 Nov 2016 20:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2177F308 for ; Wed, 16 Nov 2016 20:05:48 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1479326720.3880adcf43afabbba1be7624ae553feb09c36c30.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pinta/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pinta/pinta-9999.ebuild X-VCS-Directories: media-gfx/pinta/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3880adcf43afabbba1be7624ae553feb09c36c30 X-VCS-Branch: master Date: Wed, 16 Nov 2016 20:05:48 +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: c681082a-ba65-4736-a50d-221639391c05 X-Archives-Hash: 1d632dd265a1ba37d8bfb90e35fc709b commit: 3880adcf43afabbba1be7624ae553feb09c36c30 Author: Pacho Ramos gentoo org> AuthorDate: Wed Nov 16 19:46:08 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Nov 16 20:05:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3880adcf media-gfx/pinta: Update live ebuild (#598854 by Alessandro Calorì) Package-Manager: portage-2.3.2 media-gfx/pinta/pinta-9999.ebuild | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/media-gfx/pinta/pinta-9999.ebuild b/media-gfx/pinta/pinta-9999.ebuild index d95905d..ad455c4 100644 --- a/media-gfx/pinta/pinta-9999.ebuild +++ b/media-gfx/pinta/pinta-9999.ebuild @@ -1,43 +1,32 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit autotools fdo-mime gnome2-utils git-2 mono +inherit fdo-mime mono-env gnome2-utils autotools git-2 DESCRIPTION="Simple Painting for Gtk" HOMEPAGE="http://pinta-project.com" -EGIT_REPO_URI="git://github.com/PintaProject/Pinta.git" +SRC_URI="" +EGIT_REPO_URI="https://github.com/PintaProject/Pinta.git" LICENSE="MIT CC-BY-3.0" SLOT="0" KEYWORDS="" -COMMON_DEPEND="dev-dotnet/atk-sharp:2 - dev-dotnet/gdk-sharp:2 - dev-dotnet/glib-sharp:2 - dev-dotnet/gtk-sharp:2 - dev-dotnet/mono-addins[gtk] - dev-dotnet/pango-sharp:2 - dev-lang/mono" +COMMON_DEPEND="dev-lang/mono + dev-dotnet/mono-addins[gtk]" RDEPEND="${COMMON_DEPEND} x11-libs/cairo[X] x11-libs/gdk-pixbuf[X,jpeg,tiff] x11-themes/gnome-icon-theme" DEPEND="${COMMON_DEPEND} dev-util/intltool - virtual/pkgconfig" + virtual/pkgconfig + sys-devel/gettext" src_prepare() { - local i - if [[ -n "${LINGUAS+x}" ]] ; then - for i in $(cd "${S}"/po ; echo *.po) ; do - if ! has ${i%.po} ${LINGUAS} ; then - sed -i -e "/po\/${i%.po}.po/{N;N;d;}" Pinta.Install.proj || die - fi - done - fi eautoreconf }