summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-11-15 20:59:30 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-11-15 20:59:30 +0000
commit41ef23ac1671ec249548cdb5b9b1a27193446d9d (patch)
tree48f74601df3ffa1b2a8f6aa7f197bb8ffa11e60b
parentcleanup of old ebuilds that depend on old gpgme versions in the deletion queu... (diff)
downloadgentoo-2-41ef23ac1671ec249548cdb5b9b1a27193446d9d.tar.gz
gentoo-2-41ef23ac1671ec249548cdb5b9b1a27193446d9d.tar.bz2
gentoo-2-41ef23ac1671ec249548cdb5b9b1a27193446d9d.zip
version bump (#70969)
-rw-r--r--app-editors/gphpedit/ChangeLog7
-rw-r--r--app-editors/gphpedit/Manifest12
-rw-r--r--app-editors/gphpedit/files/digest-gphpedit-0.9.501
-rw-r--r--app-editors/gphpedit/gphpedit-0.9.50.ebuild26
4 files changed, 35 insertions, 11 deletions
diff --git a/app-editors/gphpedit/ChangeLog b/app-editors/gphpedit/ChangeLog
index 171eda497608..a4f699142152 100644
--- a/app-editors/gphpedit/ChangeLog
+++ b/app-editors/gphpedit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/gphpedit
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.6 2004/10/05 12:19:43 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.7 2004/11/15 20:59:30 liquidx Exp $
+
+*gphpedit-0.9.50 (15 Nov 2004)
+
+ 15 Nov 2004; Alastair Tse <liquidx@gentoo.org> +gphpedit-0.9.50.ebuild:
+ version bump (#70969)
05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
gphpedit-0.4.3.ebuild:
diff --git a/app-editors/gphpedit/Manifest b/app-editors/gphpedit/Manifest
index 8fec00ef6896..cf089f3a9e1f 100644
--- a/app-editors/gphpedit/Manifest
+++ b/app-editors/gphpedit/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 fa9a7f1bb72ad6e20f8f88387d581e74 ChangeLog 889
MD5 c378217638aa9b5056b3a33f8859b8bc gphpedit-0.4.3.ebuild 648
MD5 56c07b77b23c278b36a6967016ed812f gphpedit-0.9.6.ebuild 683
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
+MD5 3777b02cb8cad576dc99141debb304cf gphpedit-0.9.50.ebuild 652
MD5 fd6d197b7562ef3b534e1db2f822744e files/digest-gphpedit-0.4.3 66
MD5 f44408eb5e7c8472ca40c70423599872 files/digest-gphpedit-0.9.6 66
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBcrayRkyva5PS18kRAqjfAKCnzO75T83ge/QcGFkAuG2c8lcvHQCeI0dw
-0M7HFH75HtQa+8Mn6EHRBLg=
-=m5H4
------END PGP SIGNATURE-----
+MD5 3b9ce5b0bf71a09118fb67c7669cf8b9 files/digest-gphpedit-0.9.50 67
diff --git a/app-editors/gphpedit/files/digest-gphpedit-0.9.50 b/app-editors/gphpedit/files/digest-gphpedit-0.9.50
new file mode 100644
index 000000000000..cdfab2cec76b
--- /dev/null
+++ b/app-editors/gphpedit/files/digest-gphpedit-0.9.50
@@ -0,0 +1 @@
+MD5 5683f1f196d8c80bdad587a043423046 gphpedit-0.9.50.tar.gz 829535
diff --git a/app-editors/gphpedit/gphpedit-0.9.50.ebuild b/app-editors/gphpedit/gphpedit-0.9.50.ebuild
new file mode 100644
index 000000000000..101ed505f1cf
--- /dev/null
+++ b/app-editors/gphpedit/gphpedit-0.9.50.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.50.ebuild,v 1.1 2004/11/15 20:59:30 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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.0
+ >=x11-libs/gtk+-2.4
+ >=gnome-base/libgnomeui-2.0
+ =gnome-extra/libgtkhtml-2*"
+
+DEPEND=">=dev-util/pkgconfig-0.12.0
+ ${RDEPEND}"
+
+MAKEOPTS="${MAKEOPTS} -j1"
+DOCS="AUTHORS ChangeLog README"
+SCROLLKEEPER_UPDATE="0"