Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/blam/
Date: Thu, 03 Nov 2016 12:07:23
Message-Id: 1478174827.7aca71bb5a34d00da67fb7e9d08afa18ee992204.pacho@gentoo
1 commit: 7aca71bb5a34d00da67fb7e9d08afa18ee992204
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 12:05:59 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 12:07:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aca71bb
7
8 net-news/blam: Prepare for new gtk-sharp
9
10 Package-Manager: portage-2.3.2
11
12 net-news/blam/blam-1.8.12-r1.ebuild | 40 +++++++++++++++++++++++++++++++++++++
13 1 file changed, 40 insertions(+)
14
15 diff --git a/net-news/blam/blam-1.8.12-r1.ebuild b/net-news/blam/blam-1.8.12-r1.ebuild
16 new file mode 100644
17 index 00000000..be575db
18 --- /dev/null
19 +++ b/net-news/blam/blam-1.8.12-r1.ebuild
20 @@ -0,0 +1,40 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +GCONF_DEBUG="no"
27 +
28 +inherit mono-env gnome2
29 +
30 +DESCRIPTION="A RSS aggregator written in C#"
31 +HOMEPAGE="https://git.gnome.org/browse/blam"
32 +
33 +LICENSE="GPL-2"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~ppc ~x86"
36 +IUSE=""
37 +
38 +RDEPEND="
39 + >=dev-lang/mono-2.6.0
40 + dev-dotnet/dbus-sharp-glib:1.0
41 + || ( >=dev-dotnet/gtk-sharp-2.12.21 ( >=dev-dotnet/gtk-sharp-2.12.6 >=dev-dotnet/glade-sharp-2.12.6 ) )
42 + >=dev-dotnet/gconf-sharp-2.8.2
43 + dev-dotnet/notify-sharp
44 + >=dev-dotnet/webkit-sharp-0.2
45 + >=gnome-base/libgnomeui-2.2
46 + >=gnome-base/gconf-2.4
47 +"
48 +DEPEND="${RDEPEND}
49 + sys-devel/gettext
50 + virtual/pkgconfig
51 + >=dev-util/intltool-0.25
52 +"
53 +
54 +src_prepare() {
55 + # https://bugzilla.gnome.org/show_bug.cgi?id=702798
56 + sed -i -e 's/.png//' blam.desktop.in.in || die
57 + sed -i -e 's/Application;//' blam.desktop.in.in || die
58 +
59 + gnome2_src_prepare
60 +}