diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-11-15 20:59:30 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-11-15 20:59:30 +0000 |
commit | 41ef23ac1671ec249548cdb5b9b1a27193446d9d (patch) | |
tree | 48f74601df3ffa1b2a8f6aa7f197bb8ffa11e60b /app-editors/gphpedit/gphpedit-0.9.50.ebuild | |
parent | cleanup of old ebuilds that depend on old gpgme versions in the deletion queu... (diff) | |
download | gentoo-2-41ef23ac1671ec249548cdb5b9b1a27193446d9d.tar.gz gentoo-2-41ef23ac1671ec249548cdb5b9b1a27193446d9d.tar.bz2 gentoo-2-41ef23ac1671ec249548cdb5b9b1a27193446d9d.zip |
version bump (#70969)
Diffstat (limited to 'app-editors/gphpedit/gphpedit-0.9.50.ebuild')
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.9.50.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
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" |