diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-20 15:31:08 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-20 15:31:08 +0000 |
commit | 6322fb0863b70c8c3eba878828132f7d44c6849d (patch) | |
tree | 9a501b86aac149c6366837edfcb55cdcc70639fe /app-editors/gphpedit/gphpedit-0.4.3.ebuild | |
parent | new php editor (diff) | |
download | historical-6322fb0863b70c8c3eba878828132f7d44c6849d.tar.gz historical-6322fb0863b70c8c3eba878828132f7d44c6849d.tar.bz2 historical-6322fb0863b70c8c3eba878828132f7d44c6849d.zip |
new php editor
Diffstat (limited to 'app-editors/gphpedit/gphpedit-0.4.3.ebuild')
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.4.3.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-editors/gphpedit/gphpedit-0.4.3.ebuild b/app-editors/gphpedit/gphpedit-0.4.3.ebuild new file mode 100644 index 000000000000..72db871a6f24 --- /dev/null +++ b/app-editors/gphpedit/gphpedit-0.4.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.4.3.ebuild,v 1.1 2003/07/20 15:30:59 liquidx Exp $ + +inherit gnome2 + +DESCRIPTION="A Gnome2 PHP/HTML source editor." +HOMEPAGE="http://www.gphpedit.org" +SRC_URI="http://gphpedit.org/releases/${P}.tar.gz" + +IUSE="" +SLOT="0" +KEYWORDS="~x86" +LICENSE="GPL-2" + +RDEPEND=">=dev-libs/glib-2.0 + >=x11-libs/gtk+-2.0 + >=gnome-base/libgnomeui-2.0 + >=x11-libs/gtkscintilla2-0.0.8" + +DEPEND=">=dev-util/pkgconfig-0.12.0 + ${RDEPEND}" + +DOCS="AUTHORS ChangeLog COPYING README" +SCROLLKEEPER_UPDATE="0" |