diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-08-27 20:01:57 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-08-27 20:01:57 +0000 |
commit | ca110585082534c1030997c4c4ad20439e238d0e (patch) | |
tree | c6bcd47a67fdce8fe2376a1180822ea429ab6b61 /app-editors/gphpedit/gphpedit-0.9.91.ebuild | |
parent | Stable for HPPA (bug #145047). (diff) | |
download | gentoo-2-ca110585082534c1030997c4c4ad20439e238d0e.tar.gz gentoo-2-ca110585082534c1030997c4c4ad20439e238d0e.tar.bz2 gentoo-2-ca110585082534c1030997c4c4ad20439e238d0e.zip |
version bump; should resolve crasher noted in bug #120727
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'app-editors/gphpedit/gphpedit-0.9.91.ebuild')
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.9.91.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-editors/gphpedit/gphpedit-0.9.91.ebuild b/app-editors/gphpedit/gphpedit-0.9.91.ebuild new file mode 100644 index 000000000000..051ddb8ed817 --- /dev/null +++ b/app-editors/gphpedit/gphpedit-0.9.91.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.91.ebuild,v 1.1 2006/08/27 20:01:57 compnerd Exp $ + +inherit gnome2 eutils + +DESCRIPTION="A Gnome2 PHP/HTML source editor" +HOMEPAGE="http://www.gphpedit.org/" +SRC_URI="http://www.gphpedit.org/download/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.0 + >=dev-libs/glib-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/gnome-vfs-2.0 + =gnome-extra/gtkhtml-2*" + +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS ChangeLog README TODO" + +src_unpack() { + gnome2_src_unpack + + epatch ${FILESDIR}/${PN}-0.9.91-empty-apply-prefs.patch +} |