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.15.ebuild
Date: Thu, 06 Dec 2007 21:17:57
Message-Id: E1J0O6S-0006aq-Jc@stork.gentoo.org
1 eva 07/12/06 21:17:52
2
3 Modified: ChangeLog
4 Added: gob-2.0.15.ebuild
5 Log:
6 bump to 2.0.15
7 (Portage version: 2.1.4_rc7)
8
9 Revision Changes Path
10 1.60 dev-util/gob/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gob/ChangeLog?rev=1.60&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gob/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gob/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 5 Dec 2007 17:37:01 -0000 1.59
23 +++ ChangeLog 6 Dec 2007 21:17:52 -0000 1.60
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/gob
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.59 2007/12/05 17:37:01 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.60 2007/12/06 21:17:52 eva Exp $
29 +
30 +*gob-2.0.15 (06 Dec 2007)
31 +
32 + 06 Dec 2007; Gilles Dartiguelongue <eva@g.o> +gob-2.0.15.ebuild:
33 + bump to 2.0.15
34
35 05 Dec 2007; Raúl Porcel <armin76@g.o> gob-2.0.14.ebuild:
36 alpha/ia64/sparc stable
37
38
39
40 1.1 dev-util/gob/gob-2.0.15.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gob/gob-2.0.15.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gob/gob-2.0.15.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gob-2.0.15.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.15.ebuild,v 1.1 2007/12/06 21:17:52 eva Exp $
50
51 inherit gnome2
52
53 MY_PN=gob2
54 MY_P=${MY_PN}-${PV}
55 S=${WORKDIR}/${MY_P}
56 PVP=(${PV//[-\._]/ })
57
58 DESCRIPTION="Preprocessor for making GTK+ objects with inline C code"
59 HOMEPAGE="http://www.5z.com/jirka/gob.html"
60 SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="2"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND=">=dev-libs/glib-2"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig
70 sys-devel/flex"
71
72 DOCS="AUTHORS ChangeLog NEWS README TODO"
73
74
75
76
77 --
78 gentoo-commits@g.o mailing list