diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
commit | 4559f7b9013ddd83e1078f81640d3fd153a05e4a (patch) | |
tree | f0f56511f8ca4be13b2cea17ed70dc40bbedba2a /app-editors/gphpedit | |
parent | version bump, first gpg-signed package ;) (diff) | |
download | historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.tar.gz historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.tar.bz2 historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.zip |
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/gphpedit')
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.4.3.ebuild | 17 | ||||
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.9.6.ebuild | 15 |
2 files changed, 15 insertions, 17 deletions
diff --git a/app-editors/gphpedit/gphpedit-0.4.3.ebuild b/app-editors/gphpedit/gphpedit-0.4.3.ebuild index c0a321b0bbcb..b3a59bd9fa1c 100644 --- a/app-editors/gphpedit/gphpedit-0.4.3.ebuild +++ b/app-editors/gphpedit/gphpedit-0.4.3.ebuild @@ -1,25 +1,24 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.4.3.ebuild,v 1.4 2003/10/12 21:49:05 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.4.3.ebuild,v 1.5 2004/05/31 22:12:03 vapier Exp $ inherit gnome2 -DESCRIPTION="A Gnome2 PHP/HTML source editor." -HOMEPAGE="http://www.gphpedit.org" +DESCRIPTION="A Gnome2 PHP/HTML source editor" +HOMEPAGE="http://www.gphpedit.org/" SRC_URI="http://gphpedit.org/releases/${P}.tar.gz" -IUSE="" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" -LICENSE="GPL-2" +IUSE="" 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}" + ${RDEPEND}" -DOCS="AUTHORS ChangeLog COPYING README" +DOCS="AUTHORS ChangeLog README" SCROLLKEEPER_UPDATE="0" diff --git a/app-editors/gphpedit/gphpedit-0.9.6.ebuild b/app-editors/gphpedit/gphpedit-0.9.6.ebuild index efe2fec11bb2..01e5e03e0357 100644 --- a/app-editors/gphpedit/gphpedit-0.9.6.ebuild +++ b/app-editors/gphpedit/gphpedit-0.9.6.ebuild @@ -1,26 +1,25 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.6.ebuild,v 1.2 2004/05/31 22:12:03 vapier Exp $ inherit gnome2 -DESCRIPTION="A Gnome2 PHP/HTML source editor." -HOMEPAGE="http://www.gphpedit.org" +DESCRIPTION="A Gnome2 PHP/HTML source editor" +HOMEPAGE="http://www.gphpedit.org/" SRC_URI="http://gphpedit.org/download/files/${P}.tar.gz" -IUSE="" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" -LICENSE="GPL-2" +IUSE="" 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}" + ${RDEPEND}" -DOCS="AUTHORS ChangeLog COPYING README" +DOCS="AUTHORS ChangeLog README" SCROLLKEEPER_UPDATE="0" |