diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-01-16 06:40:39 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-01-16 06:40:39 +0000 |
commit | c254b63e170b0a057518f04f879def4953cebe92 (patch) | |
tree | f931ed05a734616d0c4d6edf8e920b10c30d71bf /app-editors/gphpedit/gphpedit-0.9.80.ebuild | |
parent | x86 stable for bug #106463. (diff) | |
download | historical-c254b63e170b0a057518f04f879def4953cebe92.tar.gz historical-c254b63e170b0a057518f04f879def4953cebe92.tar.bz2 historical-c254b63e170b0a057518f04f879def4953cebe92.zip |
Version bump from upstream, resolves bug #109677
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-editors/gphpedit/gphpedit-0.9.80.ebuild')
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.9.80.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-editors/gphpedit/gphpedit-0.9.80.ebuild b/app-editors/gphpedit/gphpedit-0.9.80.ebuild new file mode 100644 index 000000000000..43da8303e593 --- /dev/null +++ b/app-editors/gphpedit/gphpedit-0.9.80.ebuild @@ -0,0 +1,25 @@ +# 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.80.ebuild,v 1.1 2006/01/16 06:40:39 compnerd Exp $ + +inherit gnome2 + +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* + sys-devel/gettext" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS ChangeLog README TODO" |