summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-07-20 15:31:08 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-07-20 15:31:08 +0000
commit0f307de6006065f75fd633d18d005e6c41b810fc (patch)
treecafd0da1dc0ad12795af4f069358ee4569e164bd /app-editors/gphpedit
parentnew php editor (diff)
downloadgentoo-2-0f307de6006065f75fd633d18d005e6c41b810fc.tar.gz
gentoo-2-0f307de6006065f75fd633d18d005e6c41b810fc.tar.bz2
gentoo-2-0f307de6006065f75fd633d18d005e6c41b810fc.zip
new php editor
Diffstat (limited to 'app-editors/gphpedit')
-rw-r--r--app-editors/gphpedit/ChangeLog10
-rw-r--r--app-editors/gphpedit/Manifest3
-rw-r--r--app-editors/gphpedit/files/digest-gphpedit-0.4.31
-rw-r--r--app-editors/gphpedit/gphpedit-0.4.3.ebuild25
4 files changed, 38 insertions, 1 deletions
diff --git a/app-editors/gphpedit/ChangeLog b/app-editors/gphpedit/ChangeLog
new file mode 100644
index 000000000000..fd84fc4cf814
--- /dev/null
+++ b/app-editors/gphpedit/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-editors/gphpedit
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.1 2003/07/20 15:30:59 liquidx Exp $
+
+*gphpedit-0.4.3 (20 Jul 2003)
+
+ 20 Jul 2003; Alastair Tse <liquidx@gentoo.org> gphpedit-0.4.3.ebuild:
+ initial commit. contributed by TGL <degrenier@easyconnect.fr> and Mike
+ Gardiner <driver@iinet.net.au>
+
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"