Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gob: ChangeLog gob-2.0.20.ebuild gob-2.0.18.ebuild
Date: Sun, 09 Feb 2014 20:13:03
Message-Id: 20140209201257.5BC722004C@flycatcher.gentoo.org
1 eva 14/02/09 20:12:57
2
3 Modified: ChangeLog
4 Added: gob-2.0.20.ebuild
5 Removed: gob-2.0.18.ebuild
6 Log:
7 Version bump. Clean up old revision.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.96 dev-util/gob/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gob/ChangeLog?rev=1.96&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gob/ChangeLog?rev=1.96&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gob/ChangeLog?r1=1.95&r2=1.96
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v
21 retrieving revision 1.95
22 retrieving revision 1.96
23 diff -u -r1.95 -r1.96
24 --- ChangeLog 9 Apr 2013 16:42:44 -0000 1.95
25 +++ ChangeLog 9 Feb 2014 20:12:57 -0000 1.96
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-util/gob
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.95 2013/04/09 16:42:44 ago Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.96 2014/02/09 20:12:57 eva Exp $
32 +
33 +*gob-2.0.20 (09 Feb 2014)
34 +
35 + 09 Feb 2014; Gilles Dartiguelongue <eva@g.o> -gob-2.0.18.ebuild,
36 + +gob-2.0.20.ebuild:
37 + Version bump. Clean up old revision.
38
39 09 Apr 2013; Agostino Sarubbo <ago@g.o> gob-2.0.19.ebuild:
40 Stable for sh, wrt bug #458984
41
42
43
44 1.1 dev-util/gob/gob-2.0.20.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gob/gob-2.0.20.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gob/gob-2.0.20.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gob-2.0.20.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.20.ebuild,v 1.1 2014/02/09 20:12:57 eva Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57 GNOME_ORG_MODULE="gob2"
58
59 inherit gnome2
60
61 DESCRIPTION="Preprocessor for making GTK+ objects with inline C code"
62 HOMEPAGE="http://www.jirka.org/gob.html"
63
64 LICENSE="GPL-2+"
65 SLOT="2"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
67 IUSE=""
68
69 RDEPEND=">=dev-libs/glib-2.4:2"
70 DEPEND="${RDEPEND}
71 sys-devel/flex
72 virtual/pkgconfig
73 virtual/yacc
74 "