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 616AB1395E1 for ; Thu, 3 Nov 2016 12:07:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1B58E09FF; Thu, 3 Nov 2016 12:07:20 +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 D4B74E09FF for ; Thu, 3 Nov 2016 12:07:20 +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 6DAAD3414D6 for ; Thu, 3 Nov 2016 12:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBB4324B0 for ; Thu, 3 Nov 2016 12:07:17 +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: <1478174827.7aca71bb5a34d00da67fb7e9d08afa18ee992204.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/blam/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/blam/blam-1.8.12-r1.ebuild X-VCS-Directories: net-news/blam/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7aca71bb5a34d00da67fb7e9d08afa18ee992204 X-VCS-Branch: master Date: Thu, 3 Nov 2016 12:07:17 +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: 1a4c341b-0f34-461f-9dc6-a7cc54c09f2e X-Archives-Hash: a3e2646caf69d3c87f70fdb37631992a commit: 7aca71bb5a34d00da67fb7e9d08afa18ee992204 Author: Pacho Ramos gentoo org> AuthorDate: Thu Nov 3 12:05:59 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Nov 3 12:07:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aca71bb net-news/blam: Prepare for new gtk-sharp Package-Manager: portage-2.3.2 net-news/blam/blam-1.8.12-r1.ebuild | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/net-news/blam/blam-1.8.12-r1.ebuild b/net-news/blam/blam-1.8.12-r1.ebuild new file mode 100644 index 00000000..be575db --- /dev/null +++ b/net-news/blam/blam-1.8.12-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG="no" + +inherit mono-env gnome2 + +DESCRIPTION="A RSS aggregator written in C#" +HOMEPAGE="https://git.gnome.org/browse/blam" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=" + >=dev-lang/mono-2.6.0 + dev-dotnet/dbus-sharp-glib:1.0 + || ( >=dev-dotnet/gtk-sharp-2.12.21 ( >=dev-dotnet/gtk-sharp-2.12.6 >=dev-dotnet/glade-sharp-2.12.6 ) ) + >=dev-dotnet/gconf-sharp-2.8.2 + dev-dotnet/notify-sharp + >=dev-dotnet/webkit-sharp-0.2 + >=gnome-base/libgnomeui-2.2 + >=gnome-base/gconf-2.4 +" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/pkgconfig + >=dev-util/intltool-0.25 +" + +src_prepare() { + # https://bugzilla.gnome.org/show_bug.cgi?id=702798 + sed -i -e 's/.png//' blam.desktop.in.in || die + sed -i -e 's/Application;//' blam.desktop.in.in || die + + gnome2_src_prepare +}