diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-18 10:32:16 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-18 10:32:16 +0000 |
commit | c17e66de472c7b48d6f96c4bbe7bb384e7da76d8 (patch) | |
tree | b7d190386caae7d203103b1de4c80285be9ea3ae /app-editors/gphpedit | |
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')
-rw-r--r-- | app-editors/gphpedit/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/gphpedit/Manifest | 2 | ||||
-rw-r--r-- | app-editors/gphpedit/files/digest-gphpedit-0.9.6 | 1 | ||||
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.9.6.ebuild | 26 |
4 files changed, 36 insertions, 2 deletions
diff --git a/app-editors/gphpedit/ChangeLog b/app-editors/gphpedit/ChangeLog index f24fbed3c977..324699776842 100644 --- a/app-editors/gphpedit/ChangeLog +++ b/app-editors/gphpedit/ChangeLog @@ -1,6 +1,11 @@ # 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.3 2003/10/12 21:49:05 dholm Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.4 2004/02/18 10:32:16 liquidx Exp $ + +*gphpedit-0.9.6 (18 Feb 2004) + + 18 Feb 2004; Alastair Tse <liquidx@gentoo.org> gphpedit-0.9.6.ebuild: + version bump 12 Oct 2003; David Holm <dholm@gentoo.org> gphpedit-0.4.3.ebuild: Added to ~ppc. diff --git a/app-editors/gphpedit/Manifest b/app-editors/gphpedit/Manifest index dcc0a460c150..2836e6b155aa 100644 --- a/app-editors/gphpedit/Manifest +++ b/app-editors/gphpedit/Manifest @@ -1,4 +1,6 @@ MD5 5fd32368ee0b98b9000f99a0962b4be8 ChangeLog 645 MD5 5fc23b6d5e1b1f7962107203575bb63c gphpedit-0.4.3.ebuild 665 +MD5 b7ccac7db71c7a20fd9c26958023cd08 gphpedit-0.9.6.ebuild 699 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 fd6d197b7562ef3b534e1db2f822744e files/digest-gphpedit-0.4.3 66 +MD5 f44408eb5e7c8472ca40c70423599872 files/digest-gphpedit-0.9.6 66 diff --git a/app-editors/gphpedit/files/digest-gphpedit-0.9.6 b/app-editors/gphpedit/files/digest-gphpedit-0.9.6 new file mode 100644 index 000000000000..e9c39e8e27f2 --- /dev/null +++ b/app-editors/gphpedit/files/digest-gphpedit-0.9.6 @@ -0,0 +1 @@ +MD5 f04dfda1a387530c86fec2058f7218f3 gphpedit-0.9.6.tar.gz 375088 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" |