summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-12-29 15:57:07 +0000
committerTom Martin <slarti@gentoo.org>2004-12-29 15:57:07 +0000
commit843d9d0e2ba287aa110372d49084e6b780b4fd34 (patch)
treebb158e23544a8492c30537db79a14eb79b07a56e /app-editors/scite
parentFixing GCC 3.4 compile issues; bug #75901. (diff)
downloadhistorical-843d9d0e2ba287aa110372d49084e6b780b4fd34.tar.gz
historical-843d9d0e2ba287aa110372d49084e6b780b4fd34.tar.bz2
historical-843d9d0e2ba287aa110372d49084e6b780b4fd34.zip
Marked ~amd64, resolves #75831.
Diffstat (limited to 'app-editors/scite')
-rw-r--r--app-editors/scite/ChangeLog5
-rw-r--r--app-editors/scite/Manifest14
-rw-r--r--app-editors/scite/scite-1.6.2.ebuild4
3 files changed, 13 insertions, 10 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog
index d893edac6c59..6210806a6950 100644
--- a/app-editors/scite/ChangeLog
+++ b/app-editors/scite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/scite
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.31 2004/12/13 18:31:45 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.32 2004/12/29 15:57:07 slarti Exp $
+
+ 29 Dec 2004; Tom Martin <slarti@gentoo.org> scite-1.6.2.ebuild:
+ Marked ~amd64, resolves bug 75831.
*scite-1.6.2 (13 Dec 2004)
diff --git a/app-editors/scite/Manifest b/app-editors/scite/Manifest
index 50ca2b376019..8060f11efecc 100644
--- a/app-editors/scite/Manifest
+++ b/app-editors/scite/Manifest
@@ -1,17 +1,17 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 e8bb46cd16765062cec21f2e40767e96 ChangeLog 5660
+MD5 deb96e9e6a6784b2e19db24f0c880d02 ChangeLog 5760
MD5 4eb1abff335478b86f5c65997e0148f2 metadata.xml 222
-MD5 601574088e236dd0c3fb51fca3ebfc9f scite-1.6.2.ebuild 1897
MD5 0a80d040b409243e36c7584a148e2ab8 scite-1.6.1.ebuild 1890
-MD5 42ceb479aebfc9cd9818f0d6a0e39020 files/digest-scite-1.6.2 58
-MD5 c022b3ac9b612f257e304f7f90eb7f98 files/digest-scite-1.6.1 58
+MD5 f8f08c653268470bfc9edfe044cd1ecd scite-1.6.2.ebuild 1900
MD5 2561568c62ec3edc2b46be6638c80427 files/scite.desktop 169
+MD5 c022b3ac9b612f257e304f7f90eb7f98 files/digest-scite-1.6.1 58
+MD5 42ceb479aebfc9cd9818f0d6a0e39020 files/digest-scite-1.6.2 58
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBveAez2gxt1z4IGYRAnAuAJ9ZU7LN8vCvaaX+lV9ZX/r7b+XnSACg2wtR
-8I+23wF72fzQmJ+ugXYSIac=
-=jHhI
+iD8DBQFB0tRvCHk4+ZoBpvsRAhK8AJ9iuno/uKPKlb1j4BVuD4jpXOWq1QCgkmOa
+EmJlCV93USohdrIKN2rf0mc=
+=DIlZ
-----END PGP SIGNATURE-----
diff --git a/app-editors/scite/scite-1.6.2.ebuild b/app-editors/scite/scite-1.6.2.ebuild
index badd3cac2221..b4b6881f20a7 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-2004 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.1 2004/12/13 18:31:45 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.2.ebuild,v 1.2 2004/12/29 15:57:07 slarti 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"
+KEYWORDS="~ppc ~sparc ~x86 ~amd64"
IUSE="gtk2 lua"
RDEPEND="gtk2? ( >=x11-libs/gtk+-2 )