Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/gitg: gitg-0.2.6.ebuild ChangeLog gitg-0.2.2.ebuild gitg-0.2.4.ebuild gitg-0.1.0.ebuild
Date: Fri, 29 Mar 2013 08:22:10
Message-Id: 20130329082205.4EE7F2171E@flycatcher.gentoo.org
1 scarabeus 13/03/29 08:22:05
2
3 Modified: ChangeLog
4 Added: gitg-0.2.6.ebuild
5 Removed: gitg-0.2.2.ebuild gitg-0.2.4.ebuild
6 gitg-0.1.0.ebuild
7 Log:
8 Version bump to latest and add patch to make it work with huge repos (libreoffice). Drop overshadowed packages to reduce versions clutter.
9
10 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
11
12 Revision Changes Path
13 1.21 dev-vcs/gitg/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.21&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.21&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?r1=1.20&r2=1.21
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v
22 retrieving revision 1.20
23 retrieving revision 1.21
24 diff -u -r1.20 -r1.21
25 --- ChangeLog 11 Jun 2012 09:19:31 -0000 1.20
26 +++ ChangeLog 29 Mar 2013 08:22:05 -0000 1.21
27 @@ -1,6 +1,15 @@
28 # ChangeLog for dev-vcs/gitg
29 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.20 2012/06/11 09:19:31 ago Exp $
31 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.21 2013/03/29 08:22:05 scarabeus Exp $
33 +
34 +*gitg-0.2.6 (29 Mar 2013)
35 +
36 + 29 Mar 2013; Tomáš Chvátal <scarabeus@g.o>
37 + +files/gitg-0.2.6-fix-libreoffice.patch, +gitg-0.2.6.ebuild,
38 + -files/gitg-0.2.1-fix-disable-debug.patch, -gitg-0.1.0.ebuild,
39 + -gitg-0.2.2.ebuild, -gitg-0.2.4.ebuild:
40 + Version bump to latest and add patch to make it work with huge repos
41 + (libreoffice). Drop overshadowed packages to reduce versions clutter.
42
43 11 Jun 2012; Agostino Sarubbo <ago@g.o> gitg-0.1.2.ebuild:
44 Stable for amd64, wrt bug #419893
45 @@ -134,4 +143,3 @@
46 08 Mar 2009; Mike Auty <ikelos@g.o> +metadata.xml,
47 +gitg-0.0.1.ebuild:
48 Initial import, ebuild courtesy of Thorsten Vollmer (bug 258741).
49 -
50
51
52
53 1.1 dev-vcs/gitg/gitg-0.2.6.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.2.6.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.2.6.ebuild?rev=1.1&content-type=text/plain
57
58 Index: gitg-0.2.6.ebuild
59 ===================================================================
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.2.6.ebuild,v 1.1 2013/03/29 08:22:05 scarabeus Exp $
63
64 EAPI=5
65
66 GCONF_DEBUG="no"
67 inherit base eutils gnome2
68
69 DESCRIPTION="git repository viewer for GNOME"
70 HOMEPAGE="http://git.gnome.org/browse/gitg/"
71
72 LICENSE="|| ( GPL-2 GPL-3 )"
73 SLOT="0"
74 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
75 # FIXME: debug changes CFLAGS
76 IUSE="debug glade"
77
78 RDEPEND=">=dev-libs/glib-2.26:2
79 >=x11-libs/gtk+-3.0.0:3
80 >=x11-libs/gtksourceview-3.1.3:3.0
81 >=gnome-base/gconf-2.10:2
82 >=gnome-base/gsettings-desktop-schemas-0.1.1
83 dev-vcs/git
84 glade? ( >=dev-util/glade-3.2:3.10 )
85 "
86 DEPEND="${RDEPEND}
87 >=sys-devel/gettext-0.17
88 virtual/pkgconfig
89 >=dev-util/intltool-0.40"
90
91 PATCHES=(
92 "${FILESDIR}/${PN}-0.2.6-fix-libreoffice.patch"
93 )
94
95 DOCS="AUTHORS ChangeLog NEWS README"
96
97 src_prepare() {
98 base_src_prepare
99 gnome2_src_prepare
100 }
101
102 src_configure() {
103 # Disable maintainer to get rid of -Werror (bug #363009)
104 G2CONF="${G2CONF}
105 --disable-static
106 --disable-deprecations
107 --disable-dependency-tracking
108 --disable-maintainer-mode
109 $(use_enable debug)
110 $(use_enable glade glade-catalog)"
111
112 gnome2_src_configure
113 }
114
115 src_test() {
116 default
117 }