diff options
author | 2004-02-18 10:32:16 +0000 | |
---|---|---|
committer | 2004-02-18 10:32:16 +0000 | |
commit | c17e66de472c7b48d6f96c4bbe7bb384e7da76d8 (patch) | |
tree | b7d190386caae7d203103b1de4c80285be9ea3ae /app-editors/gphpedit/gphpedit-0.9.6.ebuild | |
parent | remove redundant version sed'ing (Manifest recommit) (diff) | |
download | gentoo-2-c17e66de472c7b48d6f96c4bbe7bb384e7da76d8.tar.gz gentoo-2-c17e66de472c7b48d6f96c4bbe7bb384e7da76d8.tar.bz2 gentoo-2-c17e66de472c7b48d6f96c4bbe7bb384e7da76d8.zip |
version bump, added libgtkhtml dep
Diffstat (limited to 'app-editors/gphpedit/gphpedit-0.9.6.ebuild')
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.9.6.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-editors/gphpedit/gphpedit-0.9.6.ebuild b/app-editors/gphpedit/gphpedit-0.9.6.ebuild new file mode 100644 index 000000000000..efe2fec11bb2 --- /dev/null +++ b/app-editors/gphpedit/gphpedit-0.9.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/02/18 10:32:16 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" + +IUSE="" +SLOT="0" +KEYWORDS="~x86 ~ppc" +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 + =gnome-extra/libgtkhtml-2*" + +DEPEND=">=dev-util/pkgconfig-0.12.0 + ${RDEPEND}" + +DOCS="AUTHORS ChangeLog COPYING README" +SCROLLKEEPER_UPDATE="0" |