Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/zeitgeist-sharp: zeitgeist-sharp-0.8.0.0.ebuild ChangeLog
Date: Thu, 28 Jun 2012 17:08:32
Message-Id: 20120628170817.D9E3B2004B@flycatcher.gentoo.org
1 jlec 12/06/28 17:08:17
2
3 Modified: zeitgeist-sharp-0.8.0.0.ebuild ChangeLog
4 Log:
5 dev-dotnet/zeitgeist-sharp: Fix for using zeitgeist-0.9, patch provided Travis Hansen, thanks to him
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0.ebuild?r1=1.3&r2=1.4
15
16 Index: zeitgeist-sharp-0.8.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- zeitgeist-sharp-0.8.0.0.ebuild 28 Jun 2012 10:55:11 -0000 1.3
23 +++ zeitgeist-sharp-0.8.0.0.ebuild 28 Jun 2012 17:08:17 -0000 1.4
24 @@ -1,9 +1,11 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0.ebuild,v 1.3 2012/06/28 10:55:11 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/zeitgeist-sharp-0.8.0.0.ebuild,v 1.4 2012/06/28 17:08:17 jlec Exp $
29
30 EAPI=4
31
32 +AUTOTOOLS_AUTORECONF=yes
33 +
34 inherit autotools-utils mono versionator
35
36 DIR_PV=$(get_version_component_range 1-2)
37 @@ -25,13 +27,15 @@
38 dev-dotnet/dbus-sharp-glib
39 dev-dotnet/glib-sharp
40 dev-lang/mono
41 - <gnome-extra/zeitgeist-0.9"
42 + gnome-extra/zeitgeist"
43 DEPEND="${RDEPEND}
44 virtual/pkgconfig"
45
46 AUTOTOOLS_IN_SOURCE_BUILD=1
47
48 -PATCHES=( "${FILESDIR}"/${P}-automake-1.12.patch )
49 +PATCHES=(
50 + "${FILESDIR}"/${P}-zg-0.9.patch
51 + "${FILESDIR}"/${P}-automake-1.12.patch )
52
53 src_install() {
54 autotools-utils_src_install
55
56
57
58 1.4 dev-dotnet/zeitgeist-sharp/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog?rev=1.4&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog?rev=1.4&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog?r1=1.3&r2=1.4
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v
67 retrieving revision 1.3
68 retrieving revision 1.4
69 diff -u -r1.3 -r1.4
70 --- ChangeLog 28 Jun 2012 10:55:11 -0000 1.3
71 +++ ChangeLog 28 Jun 2012 17:08:17 -0000 1.4
72 @@ -1,6 +1,10 @@
73 # ChangeLog for dev-dotnet/zeitgeist-sharp
74 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v 1.3 2012/06/28 10:55:11 jlec Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/zeitgeist-sharp/ChangeLog,v 1.4 2012/06/28 17:08:17 jlec Exp $
77 +
78 + 28 Jun 2012; Justin Lecher <jlec@g.o> zeitgeist-sharp-0.8.0.0.ebuild,
79 + +files/zeitgeist-sharp-0.8.0.0-zg-0.9.patch:
80 + Fix for using zeitgeist-0.9, patch provided Travis Hansen, thanks to him
81
82 28 Jun 2012; Justin Lecher <jlec@g.o> zeitgeist-sharp-0.8.0.0.ebuild,
83 +files/zeitgeist-sharp-0.8.0.0-automake-1.12.patch: