diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-18 16:51:28 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-18 16:51:28 +0000 |
commit | cfe011577e3e9d9eba24c0ecbf59f10c63b84558 (patch) | |
tree | f58853f7f66714a927d80120cdfff99a427a03b2 /app-editors/scite | |
parent | Version bump. Changed homepage to new location. Removed old versions no longe... (diff) | |
download | historical-cfe011577e3e9d9eba24c0ecbf59f10c63b84558.tar.gz historical-cfe011577e3e9d9eba24c0ecbf59f10c63b84558.tar.bz2 historical-cfe011577e3e9d9eba24c0ecbf59f10c63b84558.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-1.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index d6f14ccaa41e..e036208b3a1c 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.37 2005/04/06 00:44:52 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.38 2005/04/18 16:51:28 hansmi Exp $ + + 18 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> scite-1.6.2.ebuild: + Stable on ppc. 06 Apr 2005; Rob Cakebread <pythonhead@gentoo.org> scite-1.6.3.ebuild: Fixed digest - upstream changed tarball. Good news is I removed the renaming diff --git a/app-editors/scite/scite-1.6.2.ebuild b/app-editors/scite/scite-1.6.2.ebuild index 1fc4be64b317..ebf4fe9c7b7d 100644 --- a/app-editors/scite/scite-1.6.2.ebuild +++ b/app-editors/scite/scite-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.2.ebuild,v 1.5 2005/03/14 13:44:47 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.2.ebuild,v 1.6 2005/04/18 16:51:28 hansmi Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" LICENSE="PYTHON" SLOT="0" -KEYWORDS="~ppc sparc x86 ~amd64" +KEYWORDS="ppc sparc x86 ~amd64" IUSE="gtk2 lua" RDEPEND="gtk2? ( >=x11-libs/gtk+-2 ) |