diff options
author | 2003-07-20 15:31:08 +0000 | |
---|---|---|
committer | 2003-07-20 15:31:08 +0000 | |
commit | 6322fb0863b70c8c3eba878828132f7d44c6849d (patch) | |
tree | 9a501b86aac149c6366837edfcb55cdcc70639fe | |
parent | new php editor (diff) | |
download | historical-6322fb0863b70c8c3eba878828132f7d44c6849d.tar.gz historical-6322fb0863b70c8c3eba878828132f7d44c6849d.tar.bz2 historical-6322fb0863b70c8c3eba878828132f7d44c6849d.zip |
new php editor
-rw-r--r-- | app-editors/gphpedit/Manifest | 3 | ||||
-rw-r--r-- | app-editors/gphpedit/files/digest-gphpedit-0.4.3 | 1 | ||||
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.4.3.ebuild | 25 |
3 files changed, 28 insertions, 1 deletions
diff --git a/app-editors/gphpedit/Manifest b/app-editors/gphpedit/Manifest index bcb95fbf4631..35f7e1664f73 100644 --- a/app-editors/gphpedit/Manifest +++ b/app-editors/gphpedit/Manifest @@ -1,2 +1,3 @@ -MD5 a1e9a0aed3dcab57667f61409974a890 gphpedit-0.4.3.ebuild 560 +MD5 bcd433959e5efd34e4be1b1e9adc92f3 gphpedit-0.4.3.ebuild 666 +MD5 989f6980b7143bbc3e0166bcdc80d6dd ChangeLog 433 MD5 fd6d197b7562ef3b534e1db2f822744e files/digest-gphpedit-0.4.3 66 diff --git a/app-editors/gphpedit/files/digest-gphpedit-0.4.3 b/app-editors/gphpedit/files/digest-gphpedit-0.4.3 new file mode 100644 index 000000000000..5d3897193103 --- /dev/null +++ b/app-editors/gphpedit/files/digest-gphpedit-0.4.3 @@ -0,0 +1 @@ +MD5 513caedaff7dac8a697d520c64f56e86 gphpedit-0.4.3.tar.gz 362543 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" |