--- scite-1.4.1.ebuild Thu Dec 6 07:45:10 2001 +++ scite-1.4.4.ebuild Wed Mar 13 14:43:47 2002 @@ -1,17 +1,16 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Taras Glek -# /space/gentoo/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.1.ebuild,v 1.1 2001/12/06 13:45:10 gbevin Exp S=${WORKDIR}/$PN/gtk -MY_PV=141 +MY_PV=144 DESCRIPTION="A very powerful editor for programmers" SRC_URI="http://www.scintilla.org/${PN}${MY_PV}.tgz" HOMEPAGE="http://www.scintilla.org" -DEPEND=">=x11-libs/gtk+-1.2.10-r4 +DEPEND=">=x11-libs/gtk+-1.2.10-r5 gnome? ( gnome-base/gnome-core )" -RDEPEND=">=x11-libs/gtk+-1.2.10-r4" +RDEPEND=">=x11-libs/gtk+-1.2.10-r5" src_compile() { @@ -30,9 +29,12 @@ dodir /usr dodir /usr/bin dodir /usr/share - use gnome && dodir /usr/share/gnome/apps/Applications + dodir /usr/share/pixmaps + use gnome && dodir /usr/share/gnome/apps/Applications make prefix=${D}/usr install || die mv ${D}/usr/bin/SciTE ${D}/usr/bin/scite - + + doman ${S}/../doc/scite.1 + dodoc ${S}/../License.txt ${S}/../readme }