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
commit26af5487089e2ec01b7f475cf133efca14119491 (patch)
tree673ebb97a047813505f1b0263600f691c47a6503 /app-editors/gphpedit
parentcleanup of old ebuilds that depend on old gpgme versions in the deletion queue (diff)
downloadhistorical-26af5487089e2ec01b7f475cf133efca14119491.tar.gz
historical-26af5487089e2ec01b7f475cf133efca14119491.tar.bz2
historical-26af5487089e2ec01b7f475cf133efca14119491.zip
version bump (#70969)
Diffstat (limited to 'app-editors/gphpedit')
-rw-r--r--app-editors/gphpedit/ChangeLog7
-rw-r--r--app-editors/gphpedit/Manifest10
-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, 39 insertions, 5 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..ac97dbf227dc 100644
--- a/app-editors/gphpedit/Manifest
+++ b/app-editors/gphpedit/Manifest
@@ -1,16 +1,18 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 fa9a7f1bb72ad6e20f8f88387d581e74 ChangeLog 889
+MD5 59a2a1c0f8ec935b2f81ac90052206c7 ChangeLog 1019
MD5 c378217638aa9b5056b3a33f8859b8bc gphpedit-0.4.3.ebuild 648
MD5 56c07b77b23c278b36a6967016ed812f gphpedit-0.9.6.ebuild 683
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
+MD5 30bfa319d73d46d2121f57d99c5fd48e gphpedit-0.9.50.ebuild 680
MD5 fd6d197b7562ef3b534e1db2f822744e files/digest-gphpedit-0.4.3 66
MD5 f44408eb5e7c8472ca40c70423599872 files/digest-gphpedit-0.9.6 66
+MD5 3b9ce5b0bf71a09118fb67c7669cf8b9 files/digest-gphpedit-0.9.50 67
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBcrayRkyva5PS18kRAqjfAKCnzO75T83ge/QcGFkAuG2c8lcvHQCeI0dw
-0M7HFH75HtQa+8Mn6EHRBLg=
-=m5H4
+iD8DBQFBmRjARkyva5PS18kRAuQqAKDL8N3WAXSFfvYjQe9qmx60YpA7vACgoTC7
+f3iA64u9v+Tul+GKZQpFgb8=
+=1Zrg
-----END PGP SIGNATURE-----
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"