Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/anjuta: ChangeLog anjuta-3.6.2-r1.ebuild
Date: Thu, 27 Dec 2012 17:02:06
Message-Id: 20121227170154.4AD012171D@flycatcher.gentoo.org
1 tetromino 12/12/27 17:01:53
2
3 Modified: ChangeLog anjuta-3.6.2-r1.ebuild
4 Log:
5 Add missing yelp-tools dependency (bug #448816, thanks to jannis). Drop sparc keyword, requires yelp-tools to be keyworded.
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
8
9 Revision Changes Path
10 1.153 dev-util/anjuta/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.153&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.153&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.152&r2=1.153
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
19 retrieving revision 1.152
20 retrieving revision 1.153
21 diff -u -r1.152 -r1.153
22 --- ChangeLog 17 Dec 2012 10:19:26 -0000 1.152
23 +++ ChangeLog 27 Dec 2012 17:01:53 -0000 1.153
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/anjuta
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.152 2012/12/17 10:19:26 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.153 2012/12/27 17:01:53 tetromino Exp $
29 +
30 + 27 Dec 2012; Alexandre Rostovtsev <tetromino@g.o>
31 + anjuta-3.6.2-r1.ebuild:
32 + Add missing yelp-tools dependency (bug #448816, thanks to jannis). Drop sparc
33 + keyword, requires yelp-tools to be keyworded.
34
35 *anjuta-3.6.2-r1 (17 Dec 2012)
36
37
38
39
40 1.2 dev-util/anjuta/anjuta-3.6.2-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.6.2-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.6.2-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.6.2-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: anjuta-3.6.2-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.6.2-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- anjuta-3.6.2-r1.ebuild 17 Dec 2012 10:19:26 -0000 1.1
53 +++ anjuta-3.6.2-r1.ebuild 27 Dec 2012 17:01:53 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.6.2-r1.ebuild,v 1.1 2012/12/17 10:19:26 tetromino Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.6.2-r1.ebuild,v 1.2 2012/12/27 17:01:53 tetromino Exp $
59
60 EAPI="5"
61 GCONF_DEBUG="yes"
62 @@ -18,7 +18,7 @@
63
64 LICENSE="GPL-2+"
65 SLOT="0"
66 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
67 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
68 IUSE="debug devhelp glade +introspection packagekit subversion test vala"
69
70 # FIXME: make python dependency non-automagic
71 @@ -66,10 +66,11 @@
72 app-text/docbook-xml-dtd:4.1.2
73 app-text/docbook-xml-dtd:4.5 )
74
75 + app-text/yelp-tools
76 dev-libs/gobject-introspection-common
77 gnome-base/gnome-common
78 "
79 -# eautoreconf requires: gtk-doc-am, gnome-common, gobject-introspection-common
80 +# eautoreconf requires: gtk-doc-am, gnome-common, gobject-introspection-common, yelp-tools
81
82 pkg_setup() {
83 python-single-r1_pkg_setup