Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 1126
Collapse All | Expand All

(-)scite-1.4.1.ebuild (-7 / +9 lines)
Lines 1-17 Link Here
1
# Copyright 1999-2001 Gentoo Technologies, Inc.
1
# Copyright 1999-2002 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License, v2 or later
2
# Distributed under the terms of the GNU General Public License, v2 or later
3
# Taras Glek <taras.glek@home.com>
3
# Taras Glek <taras.glek@home.com>
4
# /space/gentoo/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.1.ebuild,v 1.1 2001/12/06 13:45:10 gbevin Exp
5
4
6
S=${WORKDIR}/$PN/gtk
5
S=${WORKDIR}/$PN/gtk
7
MY_PV=141
6
MY_PV=144
8
DESCRIPTION="A very powerful editor for programmers"
7
DESCRIPTION="A very powerful editor for programmers"
9
SRC_URI="http://www.scintilla.org/${PN}${MY_PV}.tgz" 
8
SRC_URI="http://www.scintilla.org/${PN}${MY_PV}.tgz" 
10
HOMEPAGE="http://www.scintilla.org"
9
HOMEPAGE="http://www.scintilla.org"
11
10
12
DEPEND=">=x11-libs/gtk+-1.2.10-r4
11
DEPEND=">=x11-libs/gtk+-1.2.10-r5
13
		gnome? ( gnome-base/gnome-core )"
12
		gnome? ( gnome-base/gnome-core )"
14
RDEPEND=">=x11-libs/gtk+-1.2.10-r4"
13
RDEPEND=">=x11-libs/gtk+-1.2.10-r5"
15
14
16
src_compile() {
15
src_compile() {
17
16
Lines 30-38 Link Here
30
    dodir /usr
29
    dodir /usr
31
    dodir /usr/bin
30
    dodir /usr/bin
32
    dodir /usr/share
31
    dodir /usr/share
33
	use gnome && dodir /usr/share/gnome/apps/Applications
32
    dodir /usr/share/pixmaps
33
    use gnome && dodir /usr/share/gnome/apps/Applications
34
    make prefix=${D}/usr install || die
34
    make prefix=${D}/usr install || die
35
    mv ${D}/usr/bin/SciTE ${D}/usr/bin/scite
35
    mv ${D}/usr/bin/SciTE ${D}/usr/bin/scite
36
	
36
37
    doman ${S}/../doc/scite.1
38
    dodoc ${S}/../License.txt ${S}/../readme
37
}
39
}
38
40

Return to bug 1126