Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gphpedit: gphpedit-0.9.98_rc1.ebuild ChangeLog gphpedit-0.9.91.ebuild
Date: Sat, 23 Jun 2012 10:08:44
Message-Id: 20120623100834.D36DD2004B@flycatcher.gentoo.org
1 pacho 12/06/23 10:08:34
2
3 Modified: ChangeLog
4 Added: gphpedit-0.9.98_rc1.ebuild
5 Removed: gphpedit-0.9.91.ebuild
6 Log:
7 Version bump to stop using deprecated gtkhtml:2, remove old.
8
9 (Portage version: 2.1.11/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.25 app-editors/gphpedit/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gphpedit/ChangeLog?rev=1.25&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gphpedit/ChangeLog?rev=1.25&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gphpedit/ChangeLog?r1=1.24&r2=1.25
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v
21 retrieving revision 1.24
22 retrieving revision 1.25
23 diff -u -r1.24 -r1.25
24 --- ChangeLog 3 May 2012 18:33:00 -0000 1.24
25 +++ ChangeLog 23 Jun 2012 10:08:34 -0000 1.25
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-editors/gphpedit
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.24 2012/05/03 18:33:00 jdhore Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.25 2012/06/23 10:08:34 pacho Exp $
31 +
32 +*gphpedit-0.9.98_rc1 (23 Jun 2012)
33 +
34 + 23 Jun 2012; Pacho Ramos <pacho@g.o> +gphpedit-0.9.98_rc1.ebuild,
35 + -gphpedit-0.9.91.ebuild:
36 + Version bump to stop using deprecated gtkhtml:2, remove old.
37
38 03 May 2012; Jeff Horelick <jdhore@g.o> gphpedit-0.9.91.ebuild,
39 gphpedit-0.9.91-r1.ebuild:
40 @@ -90,4 +96,3 @@
41 20 Jul 2003; Alastair Tse <liquidx@g.o> gphpedit-0.4.3.ebuild:
42 initial commit. contributed by TGL <degrenier@×××××××××××.fr> and Mike
43 Gardiner <driver@×××××××××.au>
44 -
45
46
47
48 1.1 app-editors/gphpedit/gphpedit-0.9.98_rc1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.98_rc1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.98_rc1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: gphpedit-0.9.98_rc1.ebuild
54 ===================================================================
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.98_rc1.ebuild,v 1.1 2012/06/23 10:08:34 pacho Exp $
58
59 EAPI="4"
60 inherit gnome2 autotools eutils
61
62 DESCRIPTION="A Gnome2 PHP/HTML source editor"
63 HOMEPAGE="http://www.gphpedit.org/"
64 SRC_URI="http://www.gphpedit.org/sites/default/files/${P/_rc/RC}.tar.gz"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~x86"
69 IUSE=""
70
71 RDEPEND=">=x11-libs/gtk+-2.0:2
72 >=dev-libs/glib-2.0:2
73 gnome-base/gconf:2
74 >=gnome-base/libgnomeui-2.0
75 net-libs/webkit-gtk:2"
76 DEPEND="${RDEPEND}
77 sys-devel/gettext
78 virtual/pkgconfig"
79
80 DOCS="AUTHORS ChangeLog README TODO"
81
82 S="${WORKDIR}/anoopjohn-gphpedit-fe8a12c"
83
84 # Parallel build unhappy (bug #145351)
85 MAKEOPTS="${MAKEOPTS} -j1"
86
87 src_prepare() {
88 eautoreconf
89 gnome2_src_prepare
90 }