Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gobby: ChangeLog gobby-0.4.10.ebuild gobby-0.4.91.ebuild gobby-0.4.5.ebuild
Date: Wed, 08 Apr 2009 19:56:29
Message-Id: E1Lrdsp-0005Xa-Kt@stork.gentoo.org
1 dev-zero 09/04/08 19:56:27
2
3 Modified: ChangeLog
4 Added: gobby-0.4.10.ebuild gobby-0.4.91.ebuild
5 Removed: gobby-0.4.5.ebuild
6 Log:
7 Version bump (including p.masked pre-release). Dropped old.
8 (Portage version: 2.1.6.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.31 app-editors/gobby/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gobby/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gobby/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gobby/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 8 Mar 2009 22:02:42 -0000 1.30
24 +++ ChangeLog 8 Apr 2009 19:56:27 -0000 1.31
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-editors/gobby
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.30 2009/03/08 22:02:42 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.31 2009/04/08 19:56:27 dev-zero Exp $
30 +
31 +*gobby-0.4.91 (08 Apr 2009)
32 +*gobby-0.4.10 (08 Apr 2009)
33 +
34 + 08 Apr 2009; Tiziano Müller <dev-zero@g.o> -gobby-0.4.5.ebuild,
35 + +gobby-0.4.10.ebuild, +gobby-0.4.91.ebuild:
36 + Version bump (including p.masked pre-release). Dropped old.
37
38 08 Mar 2009; Markus Meier <maekke@g.o> gobby-0.4.8.ebuild:
39 amd64/x86 stable, bug #225519
40
41
42
43 1.1 app-editors/gobby/gobby-0.4.10.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gobby/gobby-0.4.10.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gobby/gobby-0.4.10.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gobby-0.4.10.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.10.ebuild,v 1.1 2009/04/08 19:56:27 dev-zero Exp $
53
54 EAPI="2"
55
56 inherit base eutils
57
58 DESCRIPTION="GTK-based collaborative editor"
59 HOMEPAGE="http://gobby.0x539.de/"
60 SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
64 IUSE="avahi gnome"
65
66 RDEPEND="dev-cpp/glibmm:2
67 dev-cpp/gtkmm:2.4
68 dev-libs/libsigc++:2
69 >=net-libs/obby-0.4.6[avahi?]
70 dev-cpp/libxmlpp:2.6
71 x11-libs/gtksourceview:2.0
72 gnome? ( gnome-base/gnome-vfs )"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig"
75
76 # There's only one test and it needs X
77 RESTRICT="test"
78
79 src_configure() {
80 econf \
81 --with-gtksourceview2 \
82 $(use_with gnome)
83 }
84
85 src_install() {
86 emake DESTDIR="${D}" install || die "emake install failed"
87 domenu contrib/gobby.desktop
88 }
89
90
91
92 1.1 app-editors/gobby/gobby-0.4.91.ebuild
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gobby/gobby-0.4.91.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gobby/gobby-0.4.91.ebuild?rev=1.1&content-type=text/plain
96
97 Index: gobby-0.4.91.ebuild
98 ===================================================================
99 # Copyright 1999-2009 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.91.ebuild,v 1.1 2009/04/08 19:56:27 dev-zero Exp $
102
103 EAPI="2"
104
105 inherit base eutils
106
107 DESCRIPTION="GTK-based collaborative editor"
108 HOMEPAGE="http://gobby.0x539.de/"
109 SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
110 LICENSE="GPL-2"
111 SLOT="0.5"
112 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
113 IUSE="avahi gnome"
114
115 RDEPEND="dev-cpp/glibmm:2
116 dev-cpp/gtkmm:2.4
117 dev-libs/libsigc++:2
118 >=net-libs/libinfinity-0.2[gtk,avahi?]
119 dev-cpp/libxmlpp:2.6
120 x11-libs/gtksourceview:2.0
121 gnome? ( gnome-base/gnome-vfs )"
122 DEPEND="${RDEPEND}
123 dev-util/pkgconfig"
124
125 # There's only one test and it needs X
126 RESTRICT="test"
127
128 src_configure() {
129 econf $(use_with gnome)
130 }
131
132 src_install() {
133 emake DESTDIR="${D}" install || die "emake install failed"
134 domenu contrib/gobby-0.5.desktop
135 }