diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:05:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:05:08 +0000 |
commit | 1d30b4c2e15d5e229523315def8712e1235256d6 (patch) | |
tree | 21fc0004a5831faccc62635c089a45df3d4185fc /app-editors/gphpedit | |
parent | header fix; whitespace cleanup (diff) | |
download | historical-1d30b4c2e15d5e229523315def8712e1235256d6.tar.gz historical-1d30b4c2e15d5e229523315def8712e1235256d6.tar.bz2 historical-1d30b4c2e15d5e229523315def8712e1235256d6.zip |
whitespace cleanup
Diffstat (limited to 'app-editors/gphpedit')
-rw-r--r-- | app-editors/gphpedit/Manifest | 2 | ||||
-rw-r--r-- | app-editors/gphpedit/gphpedit-0.4.3.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/gphpedit/Manifest b/app-editors/gphpedit/Manifest index 35f7e1664f73..743b0904a46d 100644 --- a/app-editors/gphpedit/Manifest +++ b/app-editors/gphpedit/Manifest @@ -1,3 +1,3 @@ -MD5 bcd433959e5efd34e4be1b1e9adc92f3 gphpedit-0.4.3.ebuild 666 MD5 989f6980b7143bbc3e0166bcdc80d6dd ChangeLog 433 +MD5 f1dd2ee79134881032569066d6dc88d7 gphpedit-0.4.3.ebuild 664 MD5 fd6d197b7562ef3b534e1db2f822744e files/digest-gphpedit-0.4.3 66 diff --git a/app-editors/gphpedit/gphpedit-0.4.3.ebuild b/app-editors/gphpedit/gphpedit-0.4.3.ebuild index 72db871a6f24..397858ca7c7a 100644 --- a/app-editors/gphpedit/gphpedit-0.4.3.ebuild +++ b/app-editors/gphpedit/gphpedit-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.1 2003/07/20 15:30:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.4.3.ebuild,v 1.2 2003/09/05 23:05:05 msterret Exp $ inherit gnome2 @@ -16,9 +16,9 @@ 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" + >=x11-libs/gtkscintilla2-0.0.8" -DEPEND=">=dev-util/pkgconfig-0.12.0 +DEPEND=">=dev-util/pkgconfig-0.12.0 ${RDEPEND}" DOCS="AUTHORS ChangeLog COPYING README" |