Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Pacho Ramos (pacho)" <pacho@g.o>
|
|
Subject:
|
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:34 +0000 (UTC)
|
|
pacho 12/06/23 10:08:34
Modified: ChangeLog
Added: gphpedit-0.9.98_rc1.ebuild
Removed: gphpedit-0.9.91.ebuild
Log:
Version bump to stop using deprecated gtkhtml:2, remove old.
(Portage version: 2.1.11/cvs/Linux x86_64)
Revision Changes Path
1.25 app-editors/gphpedit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gphpedit/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gphpedit/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gphpedit/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 3 May 2012 18:33:00 -0000 1.24
+++ ChangeLog 23 Jun 2012 10:08:34 -0000 1.25
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/gphpedit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.24 2012/05/03 18:33:00 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.25 2012/06/23 10:08:34 pacho Exp $
+
+*gphpedit-0.9.98_rc1 (23 Jun 2012)
+
+ 23 Jun 2012; Pacho Ramos <pacho@g.o> +gphpedit-0.9.98_rc1.ebuild,
+ -gphpedit-0.9.91.ebuild:
+ Version bump to stop using deprecated gtkhtml:2, remove old.
03 May 2012; Jeff Horelick <jdhore@g.o> gphpedit-0.9.91.ebuild,
gphpedit-0.9.91-r1.ebuild:
@@ -90,4 +96,3 @@
20 Jul 2003; Alastair Tse <liquidx@g.o> gphpedit-0.4.3.ebuild:
initial commit. contributed by TGL <degrenier@...> and Mike
Gardiner <driver@...>
-
1.1 app-editors/gphpedit/gphpedit-0.9.98_rc1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.98_rc1.ebuild?rev=1.1&view=markup
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
Index: gphpedit-0.9.98_rc1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
EAPI="4"
inherit gnome2 autotools eutils
DESCRIPTION="A Gnome2 PHP/HTML source editor"
HOMEPAGE="http://www.gphpedit.org/"
SRC_URI="http://www.gphpedit.org/sites/default/files/${P/_rc/RC}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.0:2
>=dev-libs/glib-2.0:2
gnome-base/gconf:2
>=gnome-base/libgnomeui-2.0
net-libs/webkit-gtk:2"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog README TODO"
S="${WORKDIR}/anoopjohn-gphpedit-fe8a12c"
# Parallel build unhappy (bug #145351)
MAKEOPTS="${MAKEOPTS} -j1"
src_prepare() {
eautoreconf
gnome2_src_prepare
}
|
|