Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 70969

Summary: Version bump of gPHPEdit for new 0.9.50 release
Product: Gentoo Linux Reporter: Andy Jeffries <andy>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: enhancement CC: dju
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Hopefully a correct ebuild

Description Andy Jeffries 2004-11-12 08:09:31 UTC
I've released a new version of gPHPEdit and would like it to be put in to portage unstable (for now until you consider it stable enough for stable).

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




I've amended the existing ebuild (and emailed it to liquidx@gentoo.org) but I'm
not 100% sure it's right:

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.6.ebuild,v
1.4 2004/10/17 18:14:15 liquidx Exp $

inherit gnome2

DESCRIPTION="A Gnome2 PHP/HTML source editor"
HOMEPAGE="http://www.gphpedit.org/"
SRC_URI="http://gphpedit.org/download/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""

RDEPEND=">=dev-libs/glib-2.0
	>=x11-libs/gtk+-2.4
	>=gnome-base/libgnomeui-2.0
	=gnome-extra/libgtkhtml-2*"

DEPEND=">=dev-util/pkgconfig-0.12.0
	${RDEPEND}"

DOCS="AUTHORS ChangeLog README"
SCROLLKEEPER_UPDATE="0"
Comment 1 Andy Jeffries 2004-11-12 08:10:22 UTC
Created attachment 43789 [details]
Hopefully a correct ebuild

An ebuild for gphpedit-0.9.50
Comment 2 Andy Jeffries 2004-11-12 08:11:23 UTC
Changes to the build for this version:

* Version bump
* Now requires Gtk>=2.4
* Doesn't require GtkScintilla2 any more (included so version is fixed 
  and doesn't conflict with another fork of GtkScintilla2)
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2004-11-15 13:00:50 UTC
bumped in portage. thanks for your report.
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2004-11-15 13:01:04 UTC
*** Bug 44264 has been marked as a duplicate of this bug. ***