diff options
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/scite/scite-1.4.5-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/scite/scite-1.4.5.ebuild | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 79cfe6bd3e9a..158302e7959f 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-editors/scite # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.4 2002/08/06 17:19:38 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.5 2002/12/09 04:17:40 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *scite-1.4.5-r1 (29 May 2002) 06 Aug 2002; Mark Guertin <gerk@gentoo.org> : diff --git a/app-editors/scite/scite-1.4.1.ebuild b/app-editors/scite/scite-1.4.1.ebuild index cf5ee55e5a07..d689446b9e18 100644 --- a/app-editors/scite/scite-1.4.1.ebuild +++ b/app-editors/scite/scite-1.4.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Taras Glek <taras.glek@home.com> -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.1.ebuild,v 1.7 2002/10/05 05:39:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.1.ebuild,v 1.8 2002/12/09 04:17:40 manson Exp $ IUSE="gnome" @@ -17,7 +17,7 @@ RDEPEND="=x11-libs/gtk+-1.2*" SLOT="0" LICENSE="PYTHON" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " src_compile() { diff --git a/app-editors/scite/scite-1.4.5-r1.ebuild b/app-editors/scite/scite-1.4.5-r1.ebuild index 11b74aab286e..bee959d4c32f 100644 --- a/app-editors/scite/scite-1.4.5-r1.ebuild +++ b/app-editors/scite/scite-1.4.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Taras Glek <taras.glek@home.com> -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.5-r1.ebuild,v 1.5 2002/10/04 04:10:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.5-r1.ebuild,v 1.6 2002/12/09 04:17:40 manson Exp $ S=${WORKDIR}/$PN/gtk MY_PV=145 @@ -15,7 +15,7 @@ RDEPEND="" SLOT="0" LICENSE="PYTHON" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc " src_unpack() { unpack ${A} diff --git a/app-editors/scite/scite-1.4.5.ebuild b/app-editors/scite/scite-1.4.5.ebuild index 8ced2fca6af7..61c4053f4d75 100644 --- a/app-editors/scite/scite-1.4.5.ebuild +++ b/app-editors/scite/scite-1.4.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Taras Glek <taras.glek@home.com> -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.5.ebuild,v 1.5 2002/10/04 04:10:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.5.ebuild,v 1.6 2002/12/09 04:17:40 manson Exp $ S=${WORKDIR}/$PN/gtk MY_PV=145 @@ -15,7 +15,7 @@ RDEPEND="" SLOT="0" LICENSE="PYTHON" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " src_compile() { make -C ../../scintilla/gtk || die |